Add puppet-infracloud module to openstack-infra
This module will be used to contain all puppet configuration for the Infra Cloud. The code currently proposed in the following patches: https://review.openstack.org/208751 https://review.openstack.org/214279 (the puppet parts) https://review.openstack.org/209698 https://review.openstack.org/213980 will be proposed to this module instead of being nested in system-config. Change-Id: I856949ed318b6c6eaaa24dc677dbe7ff71874622
This commit is contained in:
parent
c2c8d2f228
commit
eb187bd608
13
gerrit/acls/openstack-infra/puppet-infracloud.config
Normal file
13
gerrit/acls/openstack-infra/puppet-infracloud.config
Normal file
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group puppet-infracloud-core
|
||||
label-Code-Review = -2..+2 group puppet-infracloud-core
|
||||
label-Workflow = -1..+1 group puppet-infracloud-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group puppet-infracloud-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -382,6 +382,11 @@
|
||||
description: Cookiecutter template for compliant OpenStack-infra puppet-modules
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-infracloud
|
||||
use-storyboard: true
|
||||
description: Puppet module for deploying the Infra Cloud
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-iptables
|
||||
use-storyboard: true
|
||||
description: Puppet module for iptables
|
||||
|
@ -643,6 +643,7 @@ openstack-infra:
|
||||
- openstack-infra/puppet-hound
|
||||
- openstack-infra/puppet-httpd
|
||||
- openstack-infra/puppet-infra-cookiecutter
|
||||
- openstack-infra/puppet-infracloud
|
||||
- openstack-infra/puppet-iptables
|
||||
- openstack-infra/puppet-jeepyb
|
||||
- openstack-infra/puppet-jenkins
|
||||
@ -948,6 +949,7 @@ openstack-merges:
|
||||
- openstack-infra/puppet-haveged
|
||||
- openstack-infra/puppet-hound
|
||||
- openstack-infra/puppet-httpd
|
||||
- openstack-infra/puppet-infracloud
|
||||
- openstack-infra/puppet-iptables
|
||||
- openstack-infra/puppet-jeepyb
|
||||
- openstack-infra/puppet-jenkins
|
||||
|
@ -4190,6 +4190,17 @@
|
||||
branch-designator: '-nv'
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: puppet-infracloud
|
||||
node: 'bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- puppet-check-jobs
|
||||
- puppet-beaker-jobs:
|
||||
branch-designator: '-nv'
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: puppet-iptables
|
||||
node: 'bare-trusty'
|
||||
|
@ -6243,6 +6243,13 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack-infra/puppet-infracloud
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: infra-puppet-check-jobs
|
||||
- name: infra-puppet-apply-jobs
|
||||
- name: puppet-beaker-jobs-nv
|
||||
|
||||
- name: openstack-infra/puppet-iptables
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user