From 5415c5182df246d50c6c2f2e4fde35aaa5061453 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Fri, 11 Jan 2013 20:06:44 +0000 Subject: [PATCH] Adding packstack Change-Id: I815a53f62dc35aa93a147928fbfa39ae95952a61 Reviewed-on: https://review.openstack.org/19488 Reviewed-by: Clark Boylan Approved: Monty Taylor Reviewed-by: Monty Taylor Tested-by: Jenkins --- .../files/gerrit/acls/stackforge/packstack.config | 14 ++++++++++++++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ .../templates/review.projects.yaml.erb | 4 ++++ 3 files changed, 24 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/packstack.config 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