Initial configuration for Barbican

Changes needed for the StackForge Puppet process to create Barbican project.

Implements: blueprint create-in-stackforge:
Change-Id: I1f63ce5e96b9a007a07b8bcc5534b20bbb7d4aa1
Reviewed-on: https://review.openstack.org/32177
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
John Wood 2013-06-06 17:21:02 -05:00 committed by Jenkins
parent abe222fa9e
commit 9b3aa19c27
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group barbican-core
label-Approved = +0..+1 group barbican-core
workInProgress = group barbican-core
[access "refs/tags/*"]
create = group barbican-core
pushTag = group barbican-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1087,3 +1087,13 @@
jobs:
- gate-{name}-pep8
- project:
name: barbican
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- gate-{name}-pyflakes

View File

@ -2024,3 +2024,15 @@ projects:
- gate-noop
gate:
- gate-noop
- name: stackforge/barbican
check:
- gate-barbican-pyflakes
- gate-barbican-pep8
- gate-barbican-python27
gate:
- gate-barbican-pyflakes
- gate-barbican-pep8
- gate-barbican-python27
post:
- barbican-branch-tarball

View File

@ -308,3 +308,6 @@
- project: stackforge/taskflow
description: "A library to complete workflows/tasks in HA manner"
upstream: git://github.com/yahoo/TaskFlow
- project: stackforge/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