projects: add openstack/ansible-plugin-container-connection
This adds a new project which is used to talk to containers within remote machines. It is using a new ACL called openstack-ansible-sig as it will be a collaborative effort between TripleO and OSA[1]. [1]: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007880.html Needed-By: https://review.opendev.org/696737 Change-Id: I3d512b631db5a81ab83ba9dfde962a8555815957
This commit is contained in:
parent
83310de24c
commit
8cb06360e8
11
gerrit/acls/openstack/openstack-ansible-sig.config
Normal file
11
gerrit/acls/openstack/openstack-ansible-sig.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group openstack-ansible-sig-core
|
||||
label-Code-Review = -2..+2 group openstack-ansible-sig-core
|
||||
label-Workflow = -1..+1 group openstack-ansible-sig-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -834,6 +834,10 @@
|
||||
- openstack-ansible
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
|
||||
- project: openstack/ansible-plugin-container-connection
|
||||
description: Ansible plugin with remote container support
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible-sig.config
|
||||
upstream: https://github.com/cloudnull/ansible-plugin-container-connection
|
||||
- project: openstack/ansible-role-atos-hsm
|
||||
description: Ansible role to manage ATOS Hardware Security Module (HSM) client
|
||||
software
|
||||
|
@ -237,6 +237,7 @@
|
||||
- openstack/adjutant-ui
|
||||
- openstack/ansible-config_template
|
||||
- openstack/ansible-hardening
|
||||
- openstack/ansible-plugin-container-connection
|
||||
- openstack/ansible-role-atos-hsm
|
||||
- openstack/ansible-role-chrony
|
||||
- openstack/ansible-role-collect-logs
|
||||
|
Loading…
Reference in New Issue
Block a user