OVN BGP Agent exposes VMs/containers through BGP on OVN environments.
Go to file
Luis Tomas Bolivar 5ba2f40262 [EVPN] Connect VRF to OVS through veth or vlan
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
2021-09-27 14:32:07 +02:00
doc Add initial support for EVPN 2021-09-03 10:15:49 +02:00
ovn_bgp_agent [EVPN] Connect VRF to OVS through veth or vlan 2021-09-27 14:32:07 +02:00
releasenotes Initial commit 2021-08-27 16:56:11 +01:00
zuul.d Enable basic gate jobs 2021-09-02 11:07:44 +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 privsep support 2021-09-07 08:28:52 +02:00
setup.cfg Add initial support for EVPN 2021-09-03 10:15:49 +02:00
setup.py Initial commit 2021-08-27 16:56:11 +01:00
test-requirements.txt Initial commit 2021-08-27 16:56:11 +01:00
tox.ini Coverage to omit the test files 2021-09-17 15:17:30 +01: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.