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:
parent
abe222fa9e
commit
9b3aa19c27
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user