Add networking-odl project to StackForge

This repo will be used for development of OpenDaylight drivers necessary for
OpenDaylight to run with Neutron.

The need of setting this repo up is inline with spec proposal [1], where core
elements of the Neutron project are decoupled by the internals of the
technology being supported.

[1] https://review.openstack.org/#/c/134680/

Change-Id: Ice4f782b95637b7afd638ddb041a079e86ea6f22
This commit is contained in:
Kyle Mestery 2014-11-24 08:19:47 +00:00
parent 70acbde923
commit ee1a48865c
4 changed files with 29 additions and 0 deletions

View File

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

View File

@ -1351,6 +1351,8 @@
description: Murano Design Specifications
- project: stackforge/namos
description: Device and Service manager
- project: stackforge/networking-odl
description: Neutron drivers for OpenDaylight.
- project: stackforge/networking-vsphere
description: A set of Neutron drivers and agents to manage vSphere clusters.
- project: stackforge/neutron-salt-formula

View File

@ -3005,6 +3005,14 @@
jobs:
- python-jobs
- project:
name: networking-odl
node: 'bare-precise || bare-trusty'
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: networking-vsphere
node: 'bare-precise || bare-trusty'

View File

@ -4730,6 +4730,11 @@ projects:
- name: merge-check
- name: noop-jobs
- name: stackforge/networking-odl
template:
- name: merge-check
- name: python-jobs
- name: stackforge/networking-vsphere
template:
- name: merge-check