Create ansible-role-whisper repository

Create an ansible role to be used by windmill for the purpose of
managing whisper. We won't be publishing to pypi or using official
documentation.

Change-Id: I2c3f6a7e3c4081cd0ecc251cfa01ebaaa471fc34
This commit is contained in:
Jesse Pretorius 2018-04-10 16:53:25 +01:00
parent 0501f0cde2
commit c85f77a43e
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group ansible-role-whisper-core
label-Code-Review = -2..+2 group ansible-role-whisper-core
label-Workflow = -1..+1 group ansible-role-whisper-core
[access "refs/tags/*"]
pushSignedTag = group ansible-role-whisper-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1006,6 +1006,8 @@
docimpact-group: openstack-ansible
- project: openstack/ansible-role-virtualenv
description: Ansible role to manage Virtualenv
- project: openstack/ansible-role-whisper
description: Ansible role to manage graphite-project/whisper
- project: openstack/ansible-role-zookeeper
description: Ansible role to manage Zookeeper
- project: openstack/ansible-role-zuul

View File

@ -2111,6 +2111,7 @@ openstack-windmill:
- openstack/ansible-role-statsd
- openstack/ansible-role-sudoers
- openstack/ansible-role-virtualenv
- openstack/ansible-role-whisper
- openstack/ansible-role-zookeeper
- openstack/ansible-role-zuul
- openstack/windmill

View File

@ -236,6 +236,7 @@
- openstack/ansible-role-systemd_networkd
- openstack/ansible-role-systemd_service
- openstack/ansible-role-virtualenv
- openstack/ansible-role-whisper
- openstack/ansible-role-zookeeper
- openstack/ansible-role-zuul
- openstack/aodh