Add puppet-ceph project to StackForge
Create a new puppet module for puppet-ceph. Change-Id: I406a3f070709e054c6ce8c39f2a1f6dd8d5fe492
This commit is contained in:
parent
8d348c2063
commit
a66e1ae3ac
@ -199,6 +199,7 @@ puppet-openstack:
|
|||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- stackforge/puppet-ceilometer
|
- stackforge/puppet-ceilometer
|
||||||
|
- stackforge/puppet-ceph
|
||||||
- stackforge/puppet-cinder
|
- stackforge/puppet-cinder
|
||||||
- stackforge/puppet-glance
|
- stackforge/puppet-glance
|
||||||
- stackforge/puppet-heat
|
- stackforge/puppet-heat
|
||||||
|
@ -0,0 +1,16 @@
|
|||||||
|
[access "refs/*"]
|
||||||
|
owner = group Administrators
|
||||||
|
create = group puppet-ceph-core
|
||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group puppet-ceph-core
|
||||||
|
label-Approved = +0..+1 group puppet-ceph-core
|
||||||
|
workInProgress = group puppet-ceph-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushTag = group puppet-ceph-core
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = false
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1236,6 +1236,17 @@
|
|||||||
- gate-{name}-puppet-syntax
|
- gate-{name}-puppet-syntax
|
||||||
- puppet-module-unit
|
- puppet-module-unit
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: puppet-ceph
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-puppet-lint
|
||||||
|
- gate-{name}-puppet-syntax
|
||||||
|
- puppet-module-unit
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: openstack-chef-repo
|
name: openstack-chef-repo
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -2815,6 +2815,20 @@ projects:
|
|||||||
- gate-puppet-vswitch-puppet-unit-3.0
|
- gate-puppet-vswitch-puppet-unit-3.0
|
||||||
- gate-puppet-vswitch-puppet-unit-3.1
|
- gate-puppet-vswitch-puppet-unit-3.1
|
||||||
|
|
||||||
|
- name: stackforge/puppet-ceph
|
||||||
|
check:
|
||||||
|
- gate-puppet-ceph-puppet-lint
|
||||||
|
- gate-puppet-ceph-puppet-syntax
|
||||||
|
- gate-puppet-ceph-puppet-unit-2.7
|
||||||
|
- gate-puppet-ceph-puppet-unit-3.0
|
||||||
|
- gate-puppet-ceph-puppet-unit-3.1
|
||||||
|
gate:
|
||||||
|
- gate-puppet-ceph-puppet-lint
|
||||||
|
- gate-puppet-ceph-puppet-syntax
|
||||||
|
- gate-puppet-ceph-puppet-unit-2.7
|
||||||
|
- gate-puppet-ceph-puppet-unit-3.0
|
||||||
|
- gate-puppet-ceph-puppet-unit-3.1
|
||||||
|
|
||||||
- name: stackforge/puppet-openstack_dev_env
|
- name: stackforge/puppet-openstack_dev_env
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
@ -263,6 +263,9 @@
|
|||||||
description: "Puppet provider for virtual switches."
|
description: "Puppet provider for virtual switches."
|
||||||
acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
upstream: git://github.com/hogepodge/puppet-vswitch.git
|
upstream: git://github.com/hogepodge/puppet-vswitch.git
|
||||||
|
- project: stackforge/puppet-ceph
|
||||||
|
description: Ceph Puppet Module
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/puppet-ceph.config
|
||||||
- project: stackforge/opencafe
|
- project: stackforge/opencafe
|
||||||
upstream: https://github.com/samu4924/opencafe
|
upstream: https://github.com/samu4924/opencafe
|
||||||
description: "Common Automation Framework Engine. Core driver for CloudCAFE"
|
description: "Common Automation Framework Engine. Core driver for CloudCAFE"
|
||||||
|
Loading…
Reference in New Issue
Block a user