From 4b2cf1c5a6fa6f180ad7f9cc759a34ce0cac9a40 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 10 Apr 2018 16:45:10 +0100 Subject: [PATCH] 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 --- gerrit/acls/openstack/ansible-role-carbon.config | 14 ++++++++++++++ gerrit/projects.yaml | 2 ++ gerritbot/channels.yaml | 1 + zuul/main.yaml | 1 + 4 files changed, 18 insertions(+) create mode 100644 gerrit/acls/openstack/ansible-role-carbon.config diff --git a/gerrit/acls/openstack/ansible-role-carbon.config b/gerrit/acls/openstack/ansible-role-carbon.config new file mode 100644 index 0000000000..b776981b8e --- /dev/null +++ b/gerrit/acls/openstack/ansible-role-carbon.config @@ -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 diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index ce50a2acec..ba79485cdd 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -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 diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 677a442a0f..d5d8f3e550 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -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 diff --git a/zuul/main.yaml b/zuul/main.yaml index c0d26e407a..4e6675fef0 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -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