From 155ef2790689378acda9edf0ea0e68a6dce5e598 Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Thu, 20 Nov 2014 10:47:57 -0800 Subject: [PATCH] Add Networking-vSphere project to StackForge This repo will hold the Neutron drivers and agents necessary to manage vSphere management clusters as proposed by specifications [1, 2]. Other fully open source contributions to Neutron support for vSphere are also welcome, and this is just a start. The need of setting this repo up is inline with spec proposal [3], where core elements of the Neutron project are decoupled by the internals of the technology being supported. [1] https://review.openstack.org/#/c/103728/ [2] https://review.openstack.org/#/c/104452/ [3] https://review.openstack.org/#/c/134680/ Change-Id: I0c883e0ab0e0d97f8f11da008199cae43bf3cb00 --- gerrit/acls/stackforge/networking-vsphere.config | 14 ++++++++++++++ gerrit/projects.yaml | 2 ++ jenkins/jobs/projects.yaml | 8 ++++++++ zuul/layout.yaml | 5 +++++ 4 files changed, 29 insertions(+) create mode 100644 gerrit/acls/stackforge/networking-vsphere.config diff --git a/gerrit/acls/stackforge/networking-vsphere.config b/gerrit/acls/stackforge/networking-vsphere.config new file mode 100644 index 0000000000..9d2f7b108e --- /dev/null +++ b/gerrit/acls/stackforge/networking-vsphere.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group networking-vsphere-core +label-Code-Review = -2..+2 group networking-vsphere-core +label-Workflow = -1..+1 group networking-vsphere-core + +[access "refs/tags/*"] +pushSignedTag = group networking-vsphere-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index d8eea5516a..d3236781d3 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1339,6 +1339,8 @@ description: Murano Design Specifications - project: stackforge/namos description: Device and Service manager +- project: stackforge/networking-vsphere + description: A set of Neutron drivers and agents to manage vSphere clusters. - project: stackforge/neutron-salt-formula description: SaltStack formula used for installing OpenStack Neutron acl-config: /home/gerrit2/acls/stackforge/salt-formula.config diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 740249025a..ae41b8b911 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -2972,6 +2972,14 @@ jobs: - python-jobs +- project: + name: networking-vsphere + node: 'bare-precise || bare-trusty' + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: neutron-salt-formula node: 'bare-precise || bare-trusty' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index bd563f90f6..8cb28a7074 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -4809,6 +4809,11 @@ projects: - name: merge-check - name: noop-jobs + - name: stackforge/networking-vsphere + template: + - name: merge-check + - name: python-jobs + - name: stackforge/neutron-salt-formula template: - name: merge-check