add networking-vpp project to OpenStack
This repository will be used for development of the plugins/drivers necessary for VPP to run with Neutron. For more about VPP, you can check [1]. [1] https://wiki.fd.io/view/VPP Change-Id: Icbd3ee8ea12e89bc48609c4e18c9597866575821 Signed-off-by: Samuel Gauthier <samuel.gauthier@6wind.com>
This commit is contained in:
parent
8334e0e137
commit
113be35c46
15
gerrit/acls/openstack/networking-vpp.config
Normal file
15
gerrit/acls/openstack/networking-vpp.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group networking-vpp-core
|
||||
create = group networking-vpp-release
|
||||
label-Code-Review = -2..+2 group networking-vpp-core
|
||||
label-Workflow = -1..+1 group networking-vpp-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group networking-vpp-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2453,6 +2453,8 @@
|
||||
description: Neutron drivers for PowerVM network management.
|
||||
- project: openstack/networking-sfc
|
||||
description: API's and implementations to support Service Function Chaining in Neutron.
|
||||
- project: openstack/networking-vpp
|
||||
description: Neutron plugins/drivers for VPP management.
|
||||
- project: openstack/networking-vsphere
|
||||
description: A set of Neutron drivers and agents to manage vSphere clusters.
|
||||
- project: openstack/networking-zvm
|
||||
|
@ -3743,6 +3743,13 @@
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: networking-vpp
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: networking-vsphere
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -7722,6 +7722,11 @@ projects:
|
||||
- name: publish-to-pypi
|
||||
- name: python3-jobs
|
||||
|
||||
- name: openstack/networking-vpp
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
|
||||
- name: openstack/networking-vsphere
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user