ovn-agent needs access to /run/frr to get access to vtysh socket#1195
Conversation
|
Skipping CI for Draft Pull Request. |
|
It would be great if we can create a dedicated volume and then mount the volume to both ovn-agent and FRR. Exposing the VTY socket to the hypervisor filesystem could be potentially a security risk? |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 59m 35s |
6829946 to
86d4f9c
Compare
|
recheck |
847b99e to
6ab132d
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 27m 00s |
|
recheck |
can not be run in a podman container
Sets `bgp_as`, `bgp_local_interface`, `child_vxlan_port` and `frr_vty_socket` under [ovn_evpn] section for the ovn-agent config. It sets Open_vswitch table external ids required by OVN agent evpn extension. Lastly, it loads vrf kernel module needed for frr service
|
I simply rebased Miro's branch to force re-executing zuul jobs because one of them had failed with NODE_FAILURE. |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 35m 03s |
|
recheck |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eduolivares, karelyatin, mtomaska The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
8a04184
into
openstack-k8s-operators:main
|
/cherry-pick 18.0-fr6 |
|
@eduolivares: new pull request created: #1211 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The ovn-agent container needs to share
/run/frrvolume with the running the frr container.This is to get access to the frr socket.
JIRA: https://redhat.atlassian.net/browse/OSPRH-31097
Related to openstack-k8s-operators/tcib#398