Create ansible-role-carbon repository

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

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

View File

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

View File

@ -917,6 +917,8 @@
description: Ansible role to install and set up ARA
- project: openstack/ansible-role-bindep
description: Ansible role to manage bindep
- project: openstack/ansible-role-carbon
description: Ansible role to manage graphite-project/carbon
- project: openstack/ansible-role-cloud-launcher
description: Ansible role to deploy multiple clouds resources
- project: openstack/ansible-role-diskimage-builder

View File

@ -2096,6 +2096,7 @@ openstack-windmill:
- x-vrif-minus-2
projects:
- openstack/ansible-role-bindep
- openstack/ansible-role-carbon
- openstack/ansible-role-diskimage-builder
- openstack/ansible-role-fedmsg
- openstack/ansible-role-gearman

View File

@ -208,6 +208,7 @@
- openstack/ansible-hardening
- openstack/ansible-role-ara
- openstack/ansible-role-bindep
- openstack/ansible-role-carbon
- openstack/ansible-role-cloud-launcher
- openstack/ansible-role-diskimage-builder
- openstack/ansible-role-fedmsg