Adding barbican-specs to infra configs

Change-Id: I971611a13e2c65b191ed269d4de26f760a94e1fd
This commit is contained in:
Jarret Raim 2014-06-03 15:23:04 -05:00
parent aac34ce01b
commit 38dc5fab4e
5 changed files with 28 additions and 0 deletions

View File

@ -382,6 +382,7 @@ openstack-barbican:
- x-vrif-minus-2
projects:
- openstack/barbican
- openstack/barbican-specs
- openstack/python-barbicanclient
- stackforge/kite
- stackforge/python-kiteclient

View File

@ -0,0 +1,9 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group barbican-core
label-Workflow = -1..+1 group barbican-core
abandon = group barbican-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -2044,6 +2044,15 @@
jobs:
- python-jobs
- project:
name: barbican-specs
github-org: openstack
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- gate-{name}-docs
- project:
name: python-barbicanclient
github-org: openstack

View File

@ -215,6 +215,9 @@
- project: openstack/barbican
description: Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack environments.
upstream: git://github.com/cloudkeep/barbican.git
- project: openstack/barbican-specs
description: Blueprints for the barbican project
upstream: git://github.com/jarretraim/barbican-specs.git
- project: openstack/ceilometer
- project: openstack/ceilometer-specs
group: ceilometer

View File

@ -676,6 +676,12 @@ projects:
post:
- barbican-branch-tarball
- name: openstack/barbican-specs
check:
- gate-barbican-specs-docs
gate:
- gate-barbican-specs-docs
- name: openstack/ceilometer
template:
- name: python-jobs