Import ansible cloud launcher into Gerrit
Renaming the project name from github to ansible-role-cloud-launcher, just to follow the current naming on other ansible roles. Will work on tests and gate config after import. Change-Id: Id502aec8059af85b5f365058e7513686e0fef050
This commit is contained in:
parent
5639e570a8
commit
79b5464945
14
gerrit/acls/openstack/ansible-role-cloud-launcher.config
Normal file
14
gerrit/acls/openstack/ansible-role-cloud-launcher.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ansible-role-cloud-launcher-core
|
||||
label-Code-Review = -2..+2 group ansible-role-cloud-launcher-core
|
||||
label-Workflow = -1..+1 group ansible-role-cloud-launcher-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ansible-role-cloud-launcher-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -738,6 +738,9 @@
|
||||
- project: openstack/anchor
|
||||
description: An Ephemeral PKI system that can act as a trust anchor for OpenStack
|
||||
PKI operations
|
||||
- project: openstack/ansible-role-cloud-launcher
|
||||
description: Ansible role to deploy multiple clouds resources
|
||||
upstream: https://github.com/rcarrillocruz/ansible-openstack-cloud-launcher.git
|
||||
- project: openstack/ansible-role-diskimage-builder
|
||||
description: Ansible role to manage diskimage-builder
|
||||
- project: openstack/ansible-role-jenkins
|
||||
|
@ -4219,6 +4219,11 @@ projects:
|
||||
experimental:
|
||||
- gate-anchor-tox-bandit
|
||||
|
||||
- name: openstack/ansible-role-cloud-launcher
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack/ansible-role-diskimage-builder
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user