Add networking-plumgrid project to StackForge

This repo will hold PLUMgrid drivers for 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: Ieb1efa910fff124fe30159cf7b5f394e91eff2c4
This commit is contained in:
Fawad Khaliq
2015-01-02 02:29:06 -08:00
parent c8903f8b54
commit 7c49d913fa
4 changed files with 30 additions and 0 deletions

View File

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

View File

@@ -1406,6 +1406,9 @@
description: API's and implementations to support L2 Gateways in Neutron.
- project: stackforge/networking-odl
description: Neutron drivers for OpenDaylight.
- project: stackforge/networking-plumgrid
description: PLUMgrid driver for OpenStack Neutron
upstream: https://github.com/fawadkhaliq/networking-plumgrid.git
- project: stackforge/networking-vsphere
description: A set of Neutron drivers and agents to manage vSphere clusters.
- project: stackforge/neutron-salt-formula

View File

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

View File

@@ -4694,6 +4694,11 @@ projects:
- name: merge-check
- name: python-jobs
- name: stackforge/networking-plumgrid
template:
- name: merge-check
- name: python-jobs
- name: stackforge/networking-vsphere
template:
- name: merge-check