diff --git a/gerrit/acls/stackforge/networking-6wind.config b/gerrit/acls/stackforge/networking-6wind.config new file mode 100644 index 0000000000..bebc7fe957 --- /dev/null +++ b/gerrit/acls/stackforge/networking-6wind.config @@ -0,0 +1,15 @@ +[access "refs/heads/*"] +abandon = group networking-6wind-core +create = group networking-6wind-release +label-Code-Review = -2..+2 group networking-6wind-core +label-Workflow = -1..+1 group networking-6wind-core + +[access "refs/tags/*"] +pushSignedTag = group networking-6wind-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index ff63ef686e..244d8fef41 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1876,6 +1876,8 @@ description: Nerd Reviewer bot reviews patches and checks that they pass common project rules e.g. unit test coverage, max amount of loc, well written commit message... So core reviews can concentrate on other more important stuff. +- project: stackforge/networking-6wind + description: Neutron support for fast path stack - project: stackforge/networking-arista description: Arista drivers for ML2 and L3 Service Plugin - project: stackforge/networking-bagpipe-l2 diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 343e197233..37d53f5c25 100755 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -4190,6 +4190,14 @@ - pypi-jobs - hook-{name}-rtfd +- project: + name: networking-6wind + node: 'bare-precise || bare-trusty' + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: networking-arista node: 'bare-precise || bare-trusty' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 8ae8dcaef9..317c4dbae9 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -5833,6 +5833,11 @@ projects: check: - nerd-reviewer-coverage + - name: stackforge/networking-6wind + template: + - name: merge-check + - name: python-jobs + - name: stackforge/networking-arista template: - name: merge-check