Adding puppet modules
Change-Id: Ic5b14eebe5c706f6bcee68bbae4a83bd6785a432 Reviewed-on: https://review.openstack.org/25568 Reviewed-by: Dan Prince <dprince@redhat.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Dan Bode <bodepd@gmail.com> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
7d2dac7dca
commit
1390065228
@ -181,3 +181,20 @@ openstack-qa:
|
|||||||
- openstack-infra/devstack-gate
|
- openstack-infra/devstack-gate
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
puppet-openstack:
|
||||||
|
events:
|
||||||
|
- patchset-created
|
||||||
|
- change-merged
|
||||||
|
- x-vrif-minus-2
|
||||||
|
projects:
|
||||||
|
- stackforge/puppet-cinder
|
||||||
|
- stackforge/puppet-glance
|
||||||
|
- stackforge/puppet-horizon
|
||||||
|
- stackforge/puppet-keystone
|
||||||
|
- stackforge/puppet-nova
|
||||||
|
- stackforge/puppet-openstack
|
||||||
|
- stackforge/puppet-openstack_dev_env
|
||||||
|
- stackforge/puppet-swift
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/*"]
|
||||||
|
owner = group Administrators
|
||||||
|
create = group puppet-manager-core
|
||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group puppet-manager-core
|
||||||
|
label-Approved = +0..+1 group puppet-manager-core
|
||||||
|
workInProgress = group puppet-manager-core
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1438,3 +1438,51 @@ projects:
|
|||||||
release:
|
release:
|
||||||
- python-savannaclient-tarball:
|
- python-savannaclient-tarball:
|
||||||
- python-savannaclient-pypi-upload
|
- python-savannaclient-pypi-upload
|
||||||
|
|
||||||
|
- name: stackforge/puppet-cinder
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/puppet-glance
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/puppet-horizon
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/puppet-keystone
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/puppet-nova
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/puppet-openstack
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/puppet-openstack_dev_env
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/puppet-swift
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
@ -127,3 +127,35 @@
|
|||||||
- project: stackforge/os-config-applier
|
- project: stackforge/os-config-applier
|
||||||
upstream: git://github.com/tripleo/os-config-applier.git
|
upstream: git://github.com/tripleo/os-config-applier.git
|
||||||
description: "Apply configuration from cloud metadata"
|
description: "Apply configuration from cloud metadata"
|
||||||
|
- project: stackforge/puppet-cinder
|
||||||
|
description: OpenStack Cinder Puppet Module
|
||||||
|
acl_config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
|
upstream: git://github.com/puppetlabs/puppetlabs-cinder.git
|
||||||
|
- project: stackforge/puppet-glance
|
||||||
|
description: OpenStack Glance Puppet Module
|
||||||
|
acl_config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
|
upstream: git://github.com/puppetlabs/puppetlabs-glance.git
|
||||||
|
- project: stackforge/puppet-horizon
|
||||||
|
description: OpenStack Horizon Puppet Module
|
||||||
|
acl_config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
|
upstream: git://github.com/puppetlabs/puppetlabs-horizon.git
|
||||||
|
- project: stackforge/puppet-keystone
|
||||||
|
description: OpenStack Keystone Puppet Module
|
||||||
|
acl_config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
|
upstream: git://github.com/puppetlabs/puppetlabs-keystone.git
|
||||||
|
- project: stackforge/puppet-nova
|
||||||
|
description: OpenStack Nova Puppet Module
|
||||||
|
acl_config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
|
upstream: git://github.com/puppetlabs/puppetlabs-nova.git
|
||||||
|
- project: stackforge/puppet-openstack
|
||||||
|
description: OpenStack Examples Puppet Module
|
||||||
|
acl_config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
|
upstream: git://github.com/puppetlabs/puppetlabs-openstack.git
|
||||||
|
- project: stackforge/puppet-openstack_dev_env
|
||||||
|
description: OpenStack Puppet Dev Environment
|
||||||
|
acl_config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
|
upstream: git://github.com/puppetlabs/puppetlabs-openstack_dev_env.git
|
||||||
|
- project: stackforge/puppet-swift
|
||||||
|
description: OpenStack Swift Puppet Module
|
||||||
|
acl_config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
|
upstream: git://github.com/puppetlabs/puppetlabs-swift.git
|
||||||
|
Loading…
Reference in New Issue
Block a user