Attempting to add Anchor - the ephemeral PKI system to stackforge.
Change-Id: Icd8c7f8624a7972446d3afd7a607675920a3aa67
This commit is contained in:
parent
47c9d1dd28
commit
da08e2010b
14
gerrit/acls/stackforge/anchor.config
Normal file
14
gerrit/acls/stackforge/anchor.config
Normal file
@ -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
|
@ -774,6 +774,9 @@
|
|||||||
- project: stackforge-attic/murano-metadataclient
|
- project: stackforge-attic/murano-metadataclient
|
||||||
- project: stackforge-attic/murano-repository
|
- project: stackforge-attic/murano-repository
|
||||||
- project: stackforge-attic/murano-tests
|
- 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
|
- project: stackforge/anvil
|
||||||
description: A set of python scripts and utilities to forge raw openstack into a productive tool!
|
description: A set of python scripts and utilities to forge raw openstack into a productive tool!
|
||||||
upstream: git://github.com/yahoo/Openstack-Anvil.git
|
upstream: git://github.com/yahoo/Openstack-Anvil.git
|
||||||
|
@ -3720,6 +3720,11 @@ projects:
|
|||||||
# Section: Stackforge projects
|
# Section: Stackforge projects
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
|
- name: stackforge/anchor
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: noop-jobs
|
||||||
|
|
||||||
- name: stackforge/anvil
|
- name: stackforge/anvil
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user