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:
Russell Bryant
2015-02-22 13:25:50 -05:00
parent 9c97066d02
commit ccc7c58cfd
4 changed files with 29 additions and 0 deletions

View 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

View File

@@ -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

View File

@@ -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'

View File

@@ -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