OVN BGP Agent exposes VMs/containers through BGP on OVN environments.
Go to file
Lucas Alvares Gomes a9eef36c25 Fix tox -e releasenotes
Fix the "openstackdocs_auto_name" configuration value type, otherwise
the command will fail with the following error:

Warning, treated as error:
The config value `openstackdocs_auto_name' has type `str', defaults to
`bool'.

Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
Change-Id: Id130a0dd9eabc2ed8847b25e8787947086863f79
2023-01-25 09:57:07 -03:00
doc Add new driver ovn_stretched_l2_bgp_driver 2023-01-10 11:19:41 +00:00
etc/ovn-bgp-agent Add privsep rootwrap configuration support and filters 2022-02-22 11:03:48 +00:00
ovn_bgp_agent Merge "Ensure tenant IPs are exposed when using configdrive" 2023-01-18 15:51:49 +00:00
releasenotes Fix tox -e releasenotes 2023-01-25 09:57:07 -03:00
zuul.d Fix pyroute2 import issue 2022-07-08 15:22:22 +01:00
.coveragerc Initial commit 2021-08-27 16:56:11 +01:00
.gitignore Initial commit 2021-08-27 16:56:11 +01:00
.gitreview Added .gitreview 2021-08-27 13:57:53 +00:00
.mailmap Initial commit 2021-08-27 16:56:11 +01:00
.stestr.conf Initial commit 2021-08-27 16:56:11 +01:00
CONTRIBUTING.rst Initial commit 2021-08-27 16:56:11 +01:00
HACKING.rst Initial commit 2021-08-27 16:56:11 +01:00
LICENSE Initial commit 2021-08-27 16:56:11 +01:00
lower-constraints.txt Initial commit 2021-08-27 16:56:11 +01:00
README.rst Add initial support for EVPN 2021-09-03 10:15:49 +02:00
requirements.txt Add oslo.rootwrap requirements 2022-03-09 08:53:47 +01:00
setup.cfg Add new driver ovn_stretched_l2_bgp_driver 2023-01-10 11:19:41 +00:00
setup.py Initial commit 2021-08-27 16:56:11 +01:00
test-requirements.txt Fix pyroute2 import issue 2022-07-08 15:22:22 +01:00
tox.ini Fix gates due to tox bump to tox4 2022-12-23 08:27:09 +00:00

OVN BGP Agent

The OVN BGP Agent allows to expose VMs/Containers through BGP on OVN

Features

  • Expose VMs with FIPs or on Provider Networks through BGP on OVN environments.
  • Expose VMs on Tenant Networks through EVPN on OVN environments.