Create the ansible-role-ara project
The community of users around the ARA [1] project are coming up with different Ansible roles to install and set up ARA. To ensure a quality standard and have a home where these users can contribute their code in a common place, we'd like to host this project side-by-side the ARA project. There is no launchpad for the ansible-role-ara project as we will be using storyboard like we have been doing with ARA. There is also no gate jobs for the time being as we figure how we will implement and share them between the main project and this one. New gerrit groups are created for this project as the expectation is that ara-core will be a member of ara-ansible-role-core but the inverse might not be true. [1]: https://git.openstack.org/cgit/openstack/ara Change-Id: I50f83225525fba07db1c8eb940bcf642de2accbf
This commit is contained in:
parent
88b2fe52ed
commit
897a813dd3
15
gerrit/acls/openstack/ansible-role-ara.config
Normal file
15
gerrit/acls/openstack/ansible-role-ara.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ansible-role-ara-core
|
||||
create = group ansible-role-ara-release
|
||||
label-Code-Review = -2..+2 group ansible-role-ara-core
|
||||
label-Workflow = -1..+1 group ansible-role-ara-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ansible-role-ara-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = false
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -807,6 +807,10 @@
|
||||
- project: openstack/anchor
|
||||
description: An Ephemeral PKI system that can act as a trust anchor for OpenStack
|
||||
PKI operations
|
||||
- project: openstack/ansible-role-ara
|
||||
use-storyboard: true
|
||||
description: Ansible role to install and set up ARA
|
||||
upstream: https://github.com/chaitanyaenr/ansible-role-ara
|
||||
- project: openstack/ansible-role-bindep
|
||||
description: Ansible role to manage bindep
|
||||
- project: openstack/ansible-role-cloud-launcher
|
||||
|
@ -5,6 +5,7 @@ ara:
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/ansible-role-ara
|
||||
- openstack/ara
|
||||
branches:
|
||||
- master
|
||||
|
@ -5262,6 +5262,11 @@ projects:
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/ansible-role-ara
|
||||
template:
|
||||
- name: noop-jobs
|
||||
- name: merge-check
|
||||
|
||||
- name: openstack/ansible-role-bindep
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user