Adding packstack
Change-Id: I815a53f62dc35aa93a147928fbfa39ae95952a61 Reviewed-on: https://review.openstack.org/19488 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
2281f798d0
commit
5415c5182d
@ -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
|
@ -1050,3 +1050,9 @@ projects:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/packstack
|
||||
check:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user