Merge "Adding barbican-specs to infra configs"
This commit is contained in:
commit
b0c88e7dd7
@ -382,6 +382,7 @@ openstack-barbican:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/barbican
|
||||
- openstack/barbican-specs
|
||||
- openstack/python-barbicanclient
|
||||
- stackforge/kite
|
||||
- stackforge/python-kiteclient
|
||||
|
@ -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
|
@ -2054,6 +2054,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
|
||||
|
@ -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
|
||||
|
@ -682,6 +682,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
|
||||
|
Loading…
Reference in New Issue
Block a user