OVN BGP Agent exposes VMs/containers through BGP on OVN environments.
5ba2f40262
Linux kernel forbids to add VRF (layer 3) devices into OVS bridges (layer 2). This patch changes the approach to link EVPN/VRF to OVS bridges by using a veth-pair instead, or a vlan device for the provider vlan networks use case. It also fixes the next: - typo on function definition "disconnect_evpn_to_ovn", changed by "disconnect_evpn_from_ovn" - avoid code duplication to expose subnets, by making an auxiliar function that can be reused by the reconciliation loop too. Change-Id: Iccd1b01014bf026c07e39f48e8aa234a9a303877 |
||
---|---|---|
doc | ||
ovn_bgp_agent | ||
releasenotes | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
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/latest
- Source: https://opendev.org/x/ovn-bgp-agent
- Bugs: https://storyboard.openstack.org/#!/project/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.