From c85f77a43eeb418c5af76366a07efb17833f2882 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 10 Apr 2018 16:53:25 +0100 Subject: [PATCH] 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 --- gerrit/acls/openstack/ansible-role-whisper.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-whisper.config diff --git a/gerrit/acls/openstack/ansible-role-whisper.config b/gerrit/acls/openstack/ansible-role-whisper.config new file mode 100644 index 0000000000..d16f6c7fd4 --- /dev/null +++ b/gerrit/acls/openstack/ansible-role-whisper.config @@ -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 diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index ce50a2acec..c1b18f8396 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -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 diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 677a442a0f..c0339d73cc 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -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 diff --git a/zuul/main.yaml b/zuul/main.yaml index c0d26e407a..65312ef7e3 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -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