diff --git a/gerrit/acls/openstack/craton.config b/gerrit/acls/openstack/craton.config new file mode 100644 index 0000000000..7a3d102429 --- /dev/null +++ b/gerrit/acls/openstack/craton.config @@ -0,0 +1,15 @@ +[access "refs/heads/*"] +abandon = group craton-core +create = group craton-release +label-Code-Review = -2..+2 group craton-core +label-Workflow = -1..+1 group craton-core + +[access "refs/tags/*"] +pushSignedTag = group craton-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index f333cbd417..0ecf57d16d 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1377,6 +1377,9 @@ acl-config: /home/gerrit2/acls/openstack/ironic.config - project: openstack/coupler description: Coupling Storage Service VM for OpenStack +- project: openstack/craton + description: Fleet management for OpenStack + upstream: https://github.com/rackerlabs/craton.git - project: openstack/cue description: Message Broker provisioning service for OpenStack. - project: openstack/cue-dashboard @@ -3577,6 +3580,10 @@ - project: openstack/python-congressclient description: Client for OpenStack Congress acl-config: /home/gerrit2/acls/openstack/congress.config +- project: openstack/python-cratonclient + description: Fleet management for OpenStack + acl-config: /home/gerrit2/acls/openstack/craton.config + upstream: https://github.com/opstooling/python-cratonclient.git - project: openstack/python-cueclient description: Message Broker Service (Cue) Client acl-config: /home/gerrit2/acls/openstack/cue.config diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 8461f9a2f1..206437b50f 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -5673,6 +5673,11 @@ projects: - name: python-jobs - name: check-requirements + - name: openstack/craton + template: + - name: merge-check + - name: noop-jobs + - name: openstack/cue template: - name: merge-check @@ -11101,6 +11106,11 @@ projects: - gate-python-congressclient-pep8 - gate-python-congressclient-python27 + - name: openstack/python-cratonclient + template: + - name: merge-check + - name: noop-jobs + - name: openstack/python-cueclient template: - name: merge-check