From 9b3aa19c270c0a4a0a8176267e3301d51fa71ca7 Mon Sep 17 00:00:00 2001 From: John Wood Date: Thu, 6 Jun 2013 17:21:02 -0500 Subject: [PATCH] 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 Reviewed-by: Clark Boylan Reviewed-by: Jeremy Stanley Approved: Clark Boylan Tested-by: Jenkins --- .../files/gerrit/acls/stackforge/barbican.config | 12 ++++++++++++ .../files/jenkins_job_builder/config/projects.yaml | 10 ++++++++++ modules/openstack_project/files/zuul/layout.yaml | 12 ++++++++++++ .../templates/review.projects.yaml.erb | 3 +++ 4 files changed, 37 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/barbican.config diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/barbican.config b/modules/openstack_project/files/gerrit/acls/stackforge/barbican.config new file mode 100644 index 0000000000..4b1697ed57 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/barbican.config @@ -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 \ No newline at end of file diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 0b7ce66eb2..fd1baa4e58 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -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 diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 23a5dd5bee..84fe34eba0 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -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 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 5f793fa2d7..8fd3652007 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -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