Adding puppet-pip as split out module
Change-Id: I1837cef4610d23406d34b15cc949df62a616d960
This commit is contained in:
parent
58c30065a2
commit
bdbe2900f9
13
gerrit/acls/openstack-infra/puppet-system.config
Normal file
13
gerrit/acls/openstack-infra/puppet-system.config
Normal file
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group infra-core
|
||||
label-Code-Review = -2..+2 group infra-core
|
||||
label-Workflow = -1..+1 group infra-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group infra-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -180,6 +180,12 @@
|
||||
- project: openstack-infra/puppet-dashboard
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-pip
|
||||
upstream: git://github.com/nibalizer/puppet-module-openstack-pip.git
|
||||
acl-config: /home/gerrit2/acls/openstack-infra/puppet-system.config
|
||||
description: Puppet module to add pip functionality
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-storyboard
|
||||
description: Puppet module to deploy storyboard
|
||||
use-storyboard: true
|
||||
|
@ -34,6 +34,7 @@ openstack-infra:
|
||||
- openstack-infra/publications
|
||||
- openstack-infra/puppet-apparmor
|
||||
- openstack-infra/puppet-dashboard
|
||||
- openstack-infra/puppet-pip
|
||||
- openstack-infra/puppet-storyboard
|
||||
- openstack-infra/puppet-vcsrepo
|
||||
- openstack-infra/puppet-vinz
|
||||
@ -776,6 +777,7 @@ openstack-merges:
|
||||
- openstack-infra/publications
|
||||
- openstack-infra/puppet-apparmor
|
||||
- openstack-infra/puppet-dashboard
|
||||
- openstack-infra/puppet-pip
|
||||
- openstack-infra/puppet-storyboard
|
||||
- openstack-infra/puppet-vcsrepo
|
||||
- openstack-infra/puppet-yum
|
||||
|
@ -1928,6 +1928,14 @@
|
||||
- gate-{name}-pep8
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: puppet-pip
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- puppet-check-jobs
|
||||
|
||||
- project:
|
||||
name: puppet-storyboard
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -3145,6 +3145,17 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack-infra/puppet-pip
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: puppet-check-jobs
|
||||
check:
|
||||
- gate-infra-puppet-apply-precise
|
||||
- gate-infra-puppet-apply-centos6
|
||||
gate:
|
||||
- gate-infra-puppet-apply-precise
|
||||
- gate-infra-puppet-apply-centos6
|
||||
|
||||
- name: openstack-infra/puppet-storyboard
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user