Add ansible-role-statsd project
Create an ansible role to be used by windmill for the purpose of managing statsd. We won't be publishing to pypi or using official documentation. Change-Id: I81da138666ef3a5cb35cadae95f0c2feb5ba92fc Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
cd312a1cd4
commit
a7ef241166
14
gerrit/acls/openstack/ansible-role-statsd.config
Normal file
14
gerrit/acls/openstack/ansible-role-statsd.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ansible-role-statsd-core
|
||||
label-Code-Review = -2..+2 group ansible-role-statsd-core
|
||||
label-Workflow = -1..+1 group ansible-role-statsd-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ansible-role-statsd-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -955,6 +955,8 @@
|
||||
description: Ansible role to manage Shade
|
||||
- project: openstack/ansible-role-ssh
|
||||
description: Ansible role to manage SSH
|
||||
- project: openstack/ansible-role-statsd
|
||||
description: Ansible role to manage statsd
|
||||
- project: openstack/ansible-role-sudoers
|
||||
description: Ansible role to manage Sudoers
|
||||
- project: openstack/ansible-role-systemd_mount
|
||||
|
@ -2099,6 +2099,7 @@ openstack-windmill:
|
||||
- openstack/ansible-role-nodepool
|
||||
- openstack/ansible-role-shade
|
||||
- openstack/ansible-role-ssh
|
||||
- openstack/ansible-role-statsd
|
||||
- openstack/ansible-role-sudoers
|
||||
- openstack/ansible-role-virtualenv
|
||||
- openstack/ansible-role-zookeeper
|
||||
|
@ -227,6 +227,7 @@
|
||||
- openstack/ansible-role-redhat-subscription
|
||||
- openstack/ansible-role-shade
|
||||
- openstack/ansible-role-ssh
|
||||
- openstack/ansible-role-statsd
|
||||
- openstack/ansible-role-sudoers
|
||||
- openstack/ansible-role-systemd_mount
|
||||
- openstack/ansible-role-systemd_networkd
|
||||
|
Loading…
x
Reference in New Issue
Block a user