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:
Paul Belanger 2018-03-20 13:53:34 -04:00
parent cd312a1cd4
commit a7ef241166
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
4 changed files with 18 additions and 0 deletions

View 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

View File

@ -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

View File

@ -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

View File

@ -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