OVN BGP Agent exposes VMs/containers through BGP on OVN environments.
Go to file
Eduardo Olivares 4f8fe6adbf Fix type for config option bgp_chassis_id
Type List was wrongly used. Type Str should be used instead.

Closes-Bug: #2088057
Change-Id: I26e04725ce419f87b8cde78567e88fe479cee1ae
2024-11-13 12:37:41 +01:00
devstack Bump OVS version (branch 3.4) for devstack local.conf sample 2024-07-29 15:23:24 +02:00
doc Make the local chassis ID configurable 2024-07-19 01:40:22 +03:00
etc Generate config file using oslo-config-generator 2024-01-12 08:50:35 +00:00
ovn_bgp_agent Fix type for config option bgp_chassis_id 2024-11-13 12:37:41 +01:00
releasenotes Drop Python 3.6/7 support 2024-09-21 18:07:38 +09:00
tools functional: Introduce a base class for OVN func testing 2024-11-01 17:48:07 +00:00
zuul.d Move devstack job to experimental 2024-10-31 17:45:46 +00:00
.coveragerc Use .coveragerc to omit directories 2024-01-26 16:01:31 +09: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
.pre-commit-config.yaml Add pre-commit configuration 2024-05-06 16:28:07 +02:00
.stestr.conf Initial commit 2021-08-27 16:56:11 +01:00
bindep.txt functional: Introduce a base class for OVN func testing 2024-11-01 17:48:07 +00: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 Bump hacking 2024-09-21 18:11:43 +09:00
setup.cfg Drop Python 3.6/7 support 2024-09-21 18:07:38 +09:00
setup.py Initial commit 2021-08-27 16:56:11 +01:00
test-requirements.txt Bump hacking 2024-09-21 18:11:43 +09:00
tox.ini functional: Introduce a base class for OVN func testing 2024-11-01 17:48:07 +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.