From da08e2010bee4f1e5980822c4ced336e7ea3962d Mon Sep 17 00:00:00 2001 From: hyakuhei Date: Mon, 1 Dec 2014 13:53:18 +0000 Subject: [PATCH] Attempting to add Anchor - the ephemeral PKI system to stackforge. Change-Id: Icd8c7f8624a7972446d3afd7a607675920a3aa67 --- gerrit/acls/stackforge/anchor.config | 14 ++++++++++++++ gerrit/projects.yaml | 3 +++ zuul/layout.yaml | 5 +++++ 3 files changed, 22 insertions(+) create mode 100644 gerrit/acls/stackforge/anchor.config diff --git a/gerrit/acls/stackforge/anchor.config b/gerrit/acls/stackforge/anchor.config new file mode 100644 index 0000000000..8eb5a2953a --- /dev/null +++ b/gerrit/acls/stackforge/anchor.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group anchor-core +label-Code-Review = -2..+2 group anchor-core +label-Workflow = -1..+1 group anchor-core + +[access "refs/tags/*"] +pushSignedTag = group anchor-release + +[receive] +requireChangeId = true +requireContributorAgreement = false + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 7e0eae4268..df9f786b92 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -774,6 +774,9 @@ - project: stackforge-attic/murano-metadataclient - project: stackforge-attic/murano-repository - project: stackforge-attic/murano-tests +- project: stackforge/anchor + description: An Ephemeral PKI system that can act as a trust anchor for OpenStack PKI operations + upstream: git://github.com/hyakuhei/anchor.git - project: stackforge/anvil description: A set of python scripts and utilities to forge raw openstack into a productive tool! upstream: git://github.com/yahoo/Openstack-Anvil.git diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 62e1b0527a..6375432310 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -3720,6 +3720,11 @@ projects: # Section: Stackforge projects ######################################################################## + - name: stackforge/anchor + template: + - name: merge-check + - name: noop-jobs + - name: stackforge/anvil template: - name: merge-check