diff --git a/gerrit/acls/openstack/omni.config b/gerrit/acls/openstack/omni.config new file mode 100644 index 0000000000..dfec13cdcd --- /dev/null +++ b/gerrit/acls/openstack/omni.config @@ -0,0 +1,15 @@ +[access "refs/heads/*"] +abandon = group omni-core +create = group omni-release +label-Code-Review = -2..+2 group omni-core +label-Workflow = -1..+1 group omni-core + +[access "refs/tags/*"] +pushSignedTag = group omni-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 876022e87d..6a2e238b31 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -5215,6 +5215,9 @@ description: Load Balancing as a Service (LBaaS) for OpenStack options: - translate +- project: openstack/omni + description: Multi and hybrid cloud management with OpenStack API. + upstream: https://github.com/platform9/openstack-omni.git - project: openstack/ooi description: OOI is an implementation the Open Cloud Computing Interface (OCCI) for OpenStack. @@ -7149,3 +7152,4 @@ - project: stackforge/xstatic-angular-animate description: Angular Animate JavaScript library packaged as XStatic. acl-config: /home/gerrit2/acls/stackforge/retired.config + diff --git a/zuul/layout.yaml b/zuul/layout.yaml index a1a31bd644..27cd190f18 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -13020,6 +13020,11 @@ projects: - gate-octavia-tox-functional-ubuntu-xenial - gate-neutron-lbaasv2-dsvm-api-ubuntu-xenial + - name: openstack/omni + template: + - name: merge-check + - name: noop-jobs + - name: openstack/ooi template: - name: docs-on-rtfd @@ -18570,3 +18575,4 @@ projects: - name: merge-check - name: python-jobs - name: check-requirements +