Merge "Adding barbican-specs to infra configs"
This commit is contained in:
commit
b0c88e7dd7
@ -382,6 +382,7 @@ openstack-barbican:
|
|||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- openstack/barbican
|
- openstack/barbican
|
||||||
|
- openstack/barbican-specs
|
||||||
- openstack/python-barbicanclient
|
- openstack/python-barbicanclient
|
||||||
- stackforge/kite
|
- stackforge/kite
|
||||||
- stackforge/python-kiteclient
|
- 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:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: barbican-specs
|
||||||
|
github-org: openstack
|
||||||
|
node: bare-precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-docs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: python-barbicanclient
|
name: python-barbicanclient
|
||||||
github-org: openstack
|
github-org: openstack
|
||||||
|
@ -215,6 +215,9 @@
|
|||||||
- project: openstack/barbican
|
- project: openstack/barbican
|
||||||
description: Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack environments.
|
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
|
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
|
||||||
- project: openstack/ceilometer-specs
|
- project: openstack/ceilometer-specs
|
||||||
group: ceilometer
|
group: ceilometer
|
||||||
|
@ -682,6 +682,12 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- barbican-branch-tarball
|
- barbican-branch-tarball
|
||||||
|
|
||||||
|
- name: openstack/barbican-specs
|
||||||
|
check:
|
||||||
|
- gate-barbican-specs-docs
|
||||||
|
gate:
|
||||||
|
- gate-barbican-specs-docs
|
||||||
|
|
||||||
- name: openstack/ceilometer
|
- name: openstack/ceilometer
|
||||||
template:
|
template:
|
||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user