From d35ad942e0febbeef72a7ba4a6e19bc245615824 Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Thu, 19 Feb 2015 14:50:27 -0800 Subject: [PATCH] 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 --- gerrit/acls/stackforge/networking-bigswitch.config | 14 ++++++++++++++ gerrit/projects.yaml | 3 +++ jenkins/jobs/projects.yaml | 8 ++++++++ zuul/layout.yaml | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 gerrit/acls/stackforge/networking-bigswitch.config diff --git a/gerrit/acls/stackforge/networking-bigswitch.config b/gerrit/acls/stackforge/networking-bigswitch.config new file mode 100644 index 0000000000..3af50355b4 --- /dev/null +++ b/gerrit/acls/stackforge/networking-bigswitch.config @@ -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 diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index e592c151a3..06ebef8098 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -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 diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index e374d14c9a..7e28df1e2d 100755 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -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' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 6a78751030..906b5c9cfe 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -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