Merge "Add Castellan project"
This commit is contained in:
commit
06c649a742
14
gerrit/acls/openstack/castellan.config
Normal file
14
gerrit/acls/openstack/castellan.config
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group barbican-core
|
||||||
|
label-Code-Review = -2..+2 group barbican-core
|
||||||
|
label-Workflow = -1..+1 group barbican-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group barbican-core
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -390,6 +390,9 @@
|
|||||||
- project: openstack/barbican-specs
|
- project: openstack/barbican-specs
|
||||||
description: Blueprints for the barbican project
|
description: Blueprints for the barbican project
|
||||||
upstream: git://github.com/jarretraim/barbican-specs.git
|
upstream: git://github.com/jarretraim/barbican-specs.git
|
||||||
|
- project: openstack/castellan
|
||||||
|
description: Generic Key Manager interface for OpenStack
|
||||||
|
upstream: git://github.com/cloudkeep/castellan.git
|
||||||
- project: openstack/ceilometer
|
- project: openstack/ceilometer
|
||||||
docimpact-group: openstack-manuals
|
docimpact-group: openstack-manuals
|
||||||
- project: openstack/ceilometer-specs
|
- project: openstack/ceilometer-specs
|
||||||
|
@ -469,6 +469,7 @@ openstack-barbican:
|
|||||||
projects:
|
projects:
|
||||||
- openstack/barbican
|
- openstack/barbican
|
||||||
- openstack/barbican-specs
|
- openstack/barbican-specs
|
||||||
|
- openstack/castellan
|
||||||
- openstack/kite
|
- openstack/kite
|
||||||
- openstack/python-barbicanclient
|
- openstack/python-barbicanclient
|
||||||
- openstack/python-kiteclient
|
- openstack/python-kiteclient
|
||||||
|
@ -1203,6 +1203,14 @@
|
|||||||
# Section: Other OpenStack projects
|
# Section: Other OpenStack projects
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: castellan
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: dib-utils
|
name: dib-utils
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -2222,6 +2222,12 @@ projects:
|
|||||||
# Section: Other OpenStack projects
|
# Section: Other OpenStack projects
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
|
- name: openstack/castellan
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: python-jobs
|
||||||
|
- name: python3-jobs
|
||||||
|
|
||||||
- name: openstack/dib-utils
|
- name: openstack/dib-utils
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user