diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/packstack.config b/modules/openstack_project/files/gerrit/acls/stackforge/packstack.config new file mode 100644 index 0000000000..7efff809b1 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/packstack.config @@ -0,0 +1,14 @@ +[access "refs/*"] + owner = group Administrators + create = group packstack-core +[access "refs/heads/*"] + label-Code-Review = -2..+2 group packstack-core + label-Approved = +0..+1 group packstack-core + workInProgress = group packstack-core +[project] + state = active +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index aed998e9b7..9d9fa1a5fa 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1050,3 +1050,9 @@ projects: - gate-noop gate: - gate-noop + + - name: stackforge/packstack + check: + - gate-noop + gate: + - gate-noop diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 5a069979c2..d116fe6f8b 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -162,3 +162,7 @@ - project: openstack-infra/gearman-plugin description: The jenkins gearman plugin acl_config: /home/gerrit2/acls/openstack-infra/gearman-plugin.config +- project: stackforge/packstack + description: Install utility to deploy openstack on multiple hosts. + acl_config: /home/gerrit2/acls/stackforge/packstack.config + upstream: git://github.com/fedora-openstack/packstack.git