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 70311208e0..bb28d1303f 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1890,6 +1890,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 3b18ba6902..b921f039a3 100755 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -3800,6 +3800,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 9464ab983d..110789767c 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -5338,6 +5338,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