OVN BGP Agent exposes VMs/containers through BGP on OVN environments.
cf61dfeeab
When the expose_tenant_network flag is enabled, the ovn-lb VIP should also be exposed. This patch ensures the VIP port create/delete event is detected The ovn-lb VIP port is a bit special and it gets created upon loadbalancer creation. The differentiate information for it is: - It has no mac - It has no chassis - It is of type "" - It is not up When one port with those features is being created/deleted, it is checked if the neutron:cidr information is at the external_ids. If that so, that information is used to expose the relevant IP, only on the node where the ovn gateway chassis for the VIP subnet is located. Change-Id: I4015448951e06a112e4fcf7b06f1efd4d815d77e |
||
---|---|---|
doc | ||
etc/ovn-bgp-agent | ||
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.