Add Networking-OVS-DPDK project to StackForge
This repo will contain a collection of Agents and Drivers to support managing DPDK accelerated Open vSwitch with neutron The creation of this repo is required to follow the new neutron driver decomposition spec https://review.openstack.org/#/c/134680/ Change-Id: I4600dd80281ebb0230822617c7a9ed1ef37d2587
This commit is contained in:
parent
42c0ef7d19
commit
5e0656cf6d
14
gerrit/acls/stackforge/networking-ovs-dpdk.config
Normal file
14
gerrit/acls/stackforge/networking-ovs-dpdk.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group networking-ovs-dpdk-core
|
||||
label-Code-Review = -2..+2 group networking-ovs-dpdk-core
|
||||
label-Workflow = -1..+1 group networking-ovs-dpdk-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group networking-ovs-dpdk-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
3
gerrit/projects.yaml
Normal file → Executable file
3
gerrit/projects.yaml
Normal file → Executable file
@ -1458,6 +1458,9 @@
|
||||
upstream: git://github.com/moshele/networking-mlnx.git
|
||||
- project: stackforge/networking-odl
|
||||
description: Neutron drivers for OpenDaylight.
|
||||
- project: stackforge/networking-ovs-dpdk
|
||||
description: A Collection of Agents and Drivers to support managing DPDK accelerated Open vSwitch with neutron.
|
||||
upstream: git://github.com/SeanMooney/networking-ovs-dpdk.git
|
||||
- project: stackforge/networking-plumgrid
|
||||
description: PLUMgrid driver for OpenStack Neutron
|
||||
upstream: https://github.com/fawadkhaliq/networking-plumgrid.git
|
||||
|
8
jenkins/jobs/projects.yaml
Normal file → Executable file
8
jenkins/jobs/projects.yaml
Normal file → Executable file
@ -3597,6 +3597,14 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: networking-ovs-dpdk
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: networking-plumgrid
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
5
zuul/layout.yaml
Normal file → Executable file
5
zuul/layout.yaml
Normal file → Executable file
@ -4983,6 +4983,11 @@ projects:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
|
||||
- name: stackforge/networking-ovs-dpdk
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
|
||||
- name: stackforge/networking-plumgrid
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user