New project: zuul-airship-roles
This new project will hold common, reusable ansible roles that are primarily targeted for use in Airship 2.0 Zuul gates. There is no need to import from an existing repo; some existing material on github will be revised before being put in as a patchset against the new repo. Please add me (Matt McEuen) as an initial member of the new ACL, and I can add additional seed core reviewers. Thanks! Change-Id: I249e610ca5074f0134038aeddfba81d2f61f5e5dchanges/14/698114/4
parent
ac7ffa6808
commit
dd6faaa442
|
@ -0,0 +1,16 @@
|
|||
[access "refs/heads/*"]
|
||||
abandon = group zuul-airship-roles-core
|
||||
create = group airship-release
|
||||
label-Code-Review = -2..+2 group zuul-airship-roles-core
|
||||
label-Verified = -1..+1 group airship-ci
|
||||
label-Workflow = -1..+1 group zuul-airship-roles-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group airship-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
|
@ -117,6 +117,8 @@
|
|||
- project: airship/utils
|
||||
description: RETIRED, Collection of common tools for the Airship projects
|
||||
acl-config: /home/gerrit2/acls/openstack/retired.config
|
||||
- project: airship/zuul-airship-roles
|
||||
description: Reusable Ansible roles for use in Airship Zuul jobs
|
||||
- project: inaugust/inaugust.com
|
||||
description: inaugust.com website
|
||||
use-storyboard: true
|
||||
|
|
|
@ -166,6 +166,7 @@
|
|||
- airship/spyglass-plugin-xls
|
||||
- airship/tempest-plugin
|
||||
- airship/treasuremap
|
||||
- airship/zuul-airship-roles
|
||||
- jjb/jenkins-job-builder
|
||||
- jjb/python-jenkins
|
||||
- limestone/ci-cloud-config
|
||||
|
|
Loading…
Reference in New Issue