OVN BGP Agent exposes VMs/containers through BGP on OVN environments.
Go to file
Takashi Kajinami 5aff8a4b7c Generate config file using oslo-config-generator
... so that we can review the available options more easily.

This also updates tox.ini to reuse the same environment for multiple
targets.

Change-Id: I561ff8a116c5a13784b83ff1450af965e6aff82c
2024-01-12 08:50:35 +00:00
devstack devstack: Install vrf kernel module if needed 2024-01-09 19:38:25 +00:00
doc Add support at NB BGP Driver for exposing OVN LBs 2023-11-16 09:49:59 +01:00
etc Generate config file using oslo-config-generator 2024-01-12 08:50:35 +00:00
ovn_bgp_agent Merge "Fix watcher logic for exposing OVN LB with the NB DB driver" 2023-12-14 16:17:54 +00:00
releasenotes Update master for stable/2023.2 2023-09-14 01:25:47 +00:00
zuul.d CI: add periodic weekly and experimental queue 2023-06-22 07:51:13 +02:00
.coveragerc Initial commit 2021-08-27 16:56:11 +01:00
.gitignore Generate config file using oslo-config-generator 2024-01-12 08:50:35 +00:00
.gitreview Change x/ovn-bgp-agent references to openstack/ovn-bgp-agent 2023-04-11 08:59:08 +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 Replace storyboard links with launchpad ones 2023-04-20 14:32:04 +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
README.rst Publish docs at docs.openstack.org 2023-05-10 15:58:40 +01:00
requirements.txt Add initial support for local OVN cluster instead of kernel-networking 2023-11-14 15:45:59 +01:00
setup.cfg Add a new driver that uses NB DB instead of SB DB 2023-04-10 09:28:44 +02:00
setup.py Initial commit 2021-08-27 16:56:11 +01:00
test-requirements.txt Add new privileged method implementations 2023-06-15 12:12:08 +02:00
tox.ini Generate config file using oslo-config-generator 2024-01-12 08:50:35 +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.