OVN BGP Agent exposes VMs/containers through BGP on OVN environments.
7e348daca0
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 |
||
---|---|---|
devstack | ||
doc | ||
etc | ||
ovn_bgp_agent | ||
releasenotes | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pre-commit-config.yaml | ||
.stestr.conf | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.