Add Big Switch Networking library to StackForge

This repository will hold the Big Switch-specific
core plugin, ML2 driver, and service plugins for
Neutron.

This is necessary for the Neutron decomposition
plan defined in [1].

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

Change-Id: I2935a2785e649f3d4f955729fd209b6dd7457dcb
This commit is contained in:
Kevin Benton 2015-02-19 14:50:27 -08:00
parent 00f81bceaa
commit d35ad942e0
4 changed files with 30 additions and 0 deletions

View File

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

View File

@ -1879,6 +1879,9 @@
description: Arista drivers for ML2 and L3 Service Plugin
- project: stackforge/networking-bgpvpn
description: API's and framework to attach bgp vpn to Neutron networks
- project: stackforge/networking-bigswitch
description: Big Switch Networks plugins and drivers for the networking project
upstream: https://github.com/bigswitch/openstack-networking-bigswitch
- project: stackforge/networking-brocade
description: Brocade plugins/drivers for ML2 and Service Plugins
upstream: https://github.com/shivharis/vdx-AmppML2-SVI

View File

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

View File

@ -5287,6 +5287,11 @@ projects:
- name: merge-check
- name: python-jobs
- name: stackforge/networking-bigswitch
template:
- name: merge-check
- name: python-jobs
- name: stackforge/networking-brocade
template:
- name: merge-check