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:
parent
70acbde923
commit
ee1a48865c
14
gerrit/acls/stackforge/networking-odl.config
Normal file
14
gerrit/acls/stackforge/networking-odl.config
Normal 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
|
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user