New project: OVN BGP Agent

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

Initially, the agent will watch the OVN databases and react to events
such as VMs being created on provider network or VMs with attached FIPs
and advertises them via BGP.

In the future we would like to integrate the agent with other projects
such as the neutron-dynamic-routing [0] and re-use it's API.

The project is being proposed under x/ because it needs to mature prior
to requesting it to be included under the Neutron Stadium Projects
umbrella [1].

[0] https://github.com/openstack/neutron-dynamic-routing
[1]
https://docs.openstack.org/neutron/latest/contributor/stadium/governance.html

Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
Change-Id: Ieb92d6581247f0e6f4ab87807d0a6cdb18eb448d
This commit is contained in:
Lucas Alvares Gomes 2021-08-24 10:42:09 +01:00
parent aae2c9ed10
commit 8e1524665e
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group ovn-bgp-agent-core
label-Code-Review = -2..+2 group ovn-bgp-agent-core
label-Workflow = -1..+1 group ovn-bgp-agent-core
[access "refs/tags/*"]
pushSignedTag = group ovn-bgp-agent-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -7699,6 +7699,9 @@
acl-config: /home/gerrit2/acls/opendev/retired.config
- project: x/ospurge
description: Cleanup OpenStack project resources.
- project: x/ovn-bgp-agent
description: OVN BGP Agent exposes VMs/containers through BGP on OVN environments.
use-storyboard: true
- project: x/packetary
description: Library and eponymous utility to manage the entire lifecycle of repositories
- project: x/packetary-specs

View File

@ -1293,6 +1293,7 @@
- x/osops-tools-logging
- x/osops-tools-monitoring
- x/ospurge
- x/ovn-bgp-agent
- x/packetary
- x/packetary-specs
- x/packstack