Eduardo Olivares
855df3a483
Refactor ovn_bgp_agent.privileged.ovs_vsctl
When ovs commands fail, we re-try after adding `-O OpenFlow13`, but that is only valid for `ovs-ofctl`. To fix this issue, this patch implements a small refactor of the module in order to separete calls to ovs-ofctl and ovs-vsctl. Related-Bug: #2080258 Change-Id: Ib8ee872d4bd587ade325bc4f6da3e9d8804c28c0 (cherry picked from commit 7e348daca0b2108795c42a0b0e2faff8bd38e317)
OVN BGP Agent
The OVN BGP Agent allows to expose VMs/Containers through BGP on OVN
- Free software: Apache license
- Documentation: https://docs.openstack.org/ovn-bgp-agent
- Source: https://opendev.org/openstack/ovn-bgp-agent
- Bugs: https://bugs.launchpad.net/ovn-bgp-agent
Features
- Expose VMs with FIPs or on Provider Networks through BGP on OVN environments.
- Expose VMs on Tenant Networks through EVPN on OVN environments.
Description
Languages
Python
99%
Shell
0.7%
Jinja
0.3%