Add stackforge/networking-ovn project
Add a new repo for developing Neutron integration with OVN. For more information about OVN, see the following post as well as recent discussions happening on the ovs-dev (Open vSwitch dev) mailing list. http://networkheresy.com/2015/01/13/ovn-bringing-native-virtual-networking-to-ovs/ Change-Id: Ic646434156cfc02eccbdb21ad52a01837d9d089c
This commit is contained in:
14
gerrit/acls/stackforge/networking-ovn.config
Normal file
14
gerrit/acls/stackforge/networking-ovn.config
Normal file
@@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group networking-ovn-core
|
||||
label-Code-Review = -2..+2 group networking-ovn-core
|
||||
label-Workflow = -1..+1 group networking-ovn-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group networking-ovn-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@@ -1881,6 +1881,8 @@
|
||||
- project: stackforge/networking-ofagent
|
||||
description: Neutron ofagent driver and its agent.
|
||||
upstream: https://github.com/yamt/networking-ofagent.git
|
||||
- project: stackforge/networking-ovn
|
||||
description: Neutron integration with OVN
|
||||
- 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
|
||||
|
@@ -3805,6 +3805,14 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: networking-ovn
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: networking-ovs-dpdk
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@@ -5267,6 +5267,11 @@ projects:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
|
||||
- name: stackforge/networking-ovn
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
|
||||
- name: stackforge/networking-ovs-dpdk
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Reference in New Issue
Block a user