Import new repos to openstack-ansible
This patch adds the openstack-ansible-os_zun and qdrouterd roles. An individual core group is added for each of them, but the general OSA core group would have core capabilities as a back-stop. Change-Id: I770638dff8a91720cbe9482c9a811239f23e1a44 Needed-By: https://review.openstack.org/572556
This commit is contained in:
parent
3c98da301d
commit
f378b63db4
14
gerrit/acls/openstack/ansible-role-qdrouterd.config
Normal file
14
gerrit/acls/openstack/ansible-role-qdrouterd.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ansible-role-qdrouterd-core
|
||||
abandon = group openstack-ansible-core
|
||||
label-Code-Review = -2..+2 group ansible-role-qdrouterd-core
|
||||
label-Code-Review = -2..+2 group openstack-ansible-core
|
||||
label-Workflow = -1..+1 group ansible-role-qdrouterd-core
|
||||
label-Workflow = -1..+1 group openstack-ansible-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
14
gerrit/acls/openstack/openstack-ansible-os_zun.config
Normal file
14
gerrit/acls/openstack/openstack-ansible-os_zun.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group openstack-ansible-core
|
||||
abandon = group openstack-ansible-os_zun-core
|
||||
label-Code-Review = -2..+2 group openstack-ansible-core
|
||||
label-Code-Review = -2..+2 group openstack-ansible-os_zun-core
|
||||
label-Workflow = -1..+1 group openstack-ansible-core
|
||||
label-Workflow = -1..+1 group openstack-ansible-os_zun-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1094,6 +1094,12 @@
|
||||
groups:
|
||||
- openstack-ansible
|
||||
docimpact-group: openstack-ansible
|
||||
- project: openstack/ansible-role-qdrouterd
|
||||
description: Ansible role to deploy qpid dispatch router
|
||||
upstream: https://github.com/ajssmith/ansible-qdrouterd.git
|
||||
groups:
|
||||
- openstack-ansible
|
||||
docimpact-group: openstack-ansible
|
||||
- project: openstack/ansible-role-redhat-subscription
|
||||
description: Ansible role to configure Red Hat Subscription Management
|
||||
- project: openstack/ansible-role-shade
|
||||
@ -5389,6 +5395,12 @@
|
||||
groups:
|
||||
- openstack-ansible
|
||||
docimpact-group: openstack-ansible
|
||||
- project: openstack/openstack-ansible-os_zun
|
||||
description: Role os_zun for OpenStack-Ansible
|
||||
upstream: https://github.com/os-cloud/os_zun.git
|
||||
groups:
|
||||
- openstack-ansible
|
||||
docimpact-group: openstack-ansible
|
||||
- project: openstack/openstack-ansible-pip_install
|
||||
description: Role pip_install for OpenStack-Ansible
|
||||
groups:
|
||||
|
@ -241,6 +241,7 @@
|
||||
- openstack/ansible-role-nodepool
|
||||
- openstack/ansible-role-openstacksdk
|
||||
- openstack/ansible-role-python_venv_build
|
||||
- openstack/ansible-role-qdrouterd
|
||||
- openstack/ansible-role-redhat-subscription
|
||||
- openstack/ansible-role-shade
|
||||
- openstack/ansible-role-ssh
|
||||
@ -955,6 +956,7 @@
|
||||
- openstack/openstack-ansible-os_trove
|
||||
- openstack/openstack-ansible-os_watcher
|
||||
- openstack/openstack-ansible-os_zaqar
|
||||
- openstack/openstack-ansible-os_zun
|
||||
- openstack/openstack-ansible-pip_install
|
||||
- openstack/openstack-ansible-plugins
|
||||
- openstack/openstack-ansible-rabbitmq_server
|
||||
|
Loading…
Reference in New Issue
Block a user