Add Castellan project

Castellan is a Key Manager interface for OpenStack projects that do not
want to integrate with Barbican directly.  Barbican will provide an
implementation of this interface, but projects can choose to implement
the interface with an alternative Key Management System if Barbican does
not meet their requirements.

A CR has laso been sent to the governance repo to add Castellan to the
Barbican program:

https://review.openstack.org/#/c/138875/

Change-Id: I076e04e5167e2ff00b94142e86c242de36e766da
This commit is contained in:
Douglas Mendizábal 2014-11-20 16:01:53 -06:00
parent 3a7248793c
commit 51b455a820
5 changed files with 32 additions and 0 deletions

View 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

View File

@ -390,6 +390,9 @@
- project: openstack/barbican-specs
description: Blueprints for the barbican project
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
docimpact-group: openstack-manuals
- project: openstack/ceilometer-specs

View File

@ -469,6 +469,7 @@ openstack-barbican:
projects:
- openstack/barbican
- openstack/barbican-specs
- openstack/castellan
- openstack/kite
- openstack/python-barbicanclient
- openstack/python-kiteclient

View File

@ -1204,6 +1204,14 @@
# Section: Other OpenStack projects
########################################################################
- project:
name: castellan
node: 'bare-precise || bare-trusty'
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: dib-utils
node: 'bare-precise || bare-trusty'

View File

@ -2208,6 +2208,12 @@ projects:
# Section: Other OpenStack projects
########################################################################
- name: openstack/castellan
template:
- name: merge-check
- name: python-jobs
- name: python3-jobs
- name: openstack/dib-utils
template:
- name: merge-check