diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/kickstack.config b/modules/openstack_project/files/gerrit/acls/stackforge/kickstack.config new file mode 100644 index 0000000000..5ce4dd0e6a --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/kickstack.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group kickstack-core + label-Approved = +0..+1 group kickstack-core + workInProgress = group kickstack-core +[access "refs/tags/*"] + create = group kickstack-ptl + pushTag = group kickstack-ptl +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 1180ed08fc..81e195c4f6 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -551,6 +551,9 @@ - project: stackforge/inception description: Inception Cloud Project upstream: git://github.com/maoy/inception.git +- project: stackforge/kickstack + description: Rapid OpenStack deployment with puppet-dashboard, The Foreman, or any other Puppet ENC + upstream: git://github.com/hastexo/kickstack - project: stackforge/kwapi description: Energy Efficiency Monitoring upstream: git://github.com/frossigneux/kwapi.git diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index c8247a76e2..564858a172 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3470,6 +3470,12 @@ projects: gate: - gate-kwapi-pep8 + - name: stackforge/kickstack + check: + - gate-noop + gate: + - gate-noop + - name: stackforge/libra check: - gate-libra-pep8