Merge "Import python_venv_build ansible role"
This commit is contained in:
commit
b862de7a9c
15
gerrit/acls/openstack/ansible-role-python_venv_build.config
Normal file
15
gerrit/acls/openstack/ansible-role-python_venv_build.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ansible-role-python_venv_build-core
|
||||
abandon = group openstack-ansible-core
|
||||
create = group openstack-ansible-release
|
||||
label-Code-Review = -2..+2 group ansible-role-python_venv_build-core
|
||||
label-Code-Review = -2..+2 group openstack-ansible-core
|
||||
label-Workflow = -1..+1 group ansible-role-python_venv_build-core
|
||||
label-Workflow = -1..+1 group openstack-ansible-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -967,6 +967,12 @@
|
||||
description: Ansible role to manage Nginx
|
||||
- project: openstack/ansible-role-nodepool
|
||||
description: Ansible role to manage Nodepool
|
||||
- project: openstack/ansible-role-python_venv_build
|
||||
description: Ansible role to manage the building of python venvs
|
||||
upstream: https://github.com/odyssey4me/ansible-python_venv_build
|
||||
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
|
||||
|
@ -155,6 +155,7 @@ openstack-ansible:
|
||||
# Then alphabetical order
|
||||
- openstack/ansible-config_template
|
||||
- openstack/ansible-hardening
|
||||
- openstack/ansible-role-python_venv_build
|
||||
- openstack/ansible-role-systemd_mount
|
||||
- openstack/ansible-role-systemd_networkd
|
||||
- openstack/ansible-role-systemd_service
|
||||
|
@ -224,6 +224,7 @@
|
||||
- openstack/ansible-role-logrotate
|
||||
- openstack/ansible-role-nginx
|
||||
- openstack/ansible-role-nodepool
|
||||
- openstack/ansible-role-python_venv_build
|
||||
- openstack/ansible-role-redhat-subscription
|
||||
- openstack/ansible-role-shade
|
||||
- openstack/ansible-role-ssh
|
||||
|
Loading…
Reference in New Issue
Block a user