Add ansible-role-zookeeper project
This creates an empty ansible role to manage zookeeper. Currently not part of big tent, and will add IRC notifications to windmill. By default we are adding a few non-voting jobs, but first order will be to make them voting. Change-Id: I59b87cc4e247fc42fa63bfa76ed94ab9ae47beb9 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
14
gerrit/acls/openstack/ansible-role-zookeeper.config
Normal file
14
gerrit/acls/openstack/ansible-role-zookeeper.config
Normal file
@@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ansible-role-zookeeper-core
|
||||
label-Code-Review = -2..+2 group ansible-role-zookeeper-core
|
||||
label-Workflow = -1..+1 group ansible-role-zookeeper-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ansible-role-zookeeper-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@@ -817,6 +817,8 @@
|
||||
description: Ansible role to manage SSH
|
||||
- project: openstack/ansible-role-virtualenv
|
||||
description: Ansible role to manage Virtualenv
|
||||
- project: openstack/ansible-role-zookeeper
|
||||
description: Ansible role to manage Zookeeper
|
||||
- project: openstack/ansible-role-zuul
|
||||
description: Ansible role to manage Zuul
|
||||
- project: openstack/anvil
|
||||
|
@@ -2337,6 +2337,7 @@ openstack-windmill:
|
||||
- openstack/ansible-role-shade
|
||||
- openstack/ansible-role-ssh
|
||||
- openstack/ansible-role-virtualenv
|
||||
- openstack/ansible-role-zookeeper
|
||||
- openstack/ansible-role-zuul
|
||||
- openstack/windmill
|
||||
branches:
|
||||
|
@@ -127,6 +127,14 @@
|
||||
- ansible-role-jobs
|
||||
- hook-{name}-rtfd
|
||||
|
||||
- project:
|
||||
name: ansible-role-zookeeper
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- ansible-role-jobs
|
||||
- hook-{name}-rtfd
|
||||
|
||||
- project:
|
||||
name: ansible-role-zuul
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@@ -5278,6 +5278,18 @@ projects:
|
||||
- name: windmill-jobs-trusty
|
||||
- name: windmill-jobs-xenial
|
||||
|
||||
- name: openstack/ansible-role-zookeeper
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: ansible-role-jobs
|
||||
- name: ansible-role-functional-jobs-centos7-nv
|
||||
- name: ansible-role-functional-jobs-trusty-nv
|
||||
- name: ansible-role-functional-jobs-xenial-nv
|
||||
- name: docs-on-rtfd
|
||||
- name: windmill-jobs-centos7-nv
|
||||
- name: windmill-jobs-trusty-nv
|
||||
- name: windmill-jobs-xenial-nv
|
||||
|
||||
- name: openstack/ansible-role-zuul
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Reference in New Issue
Block a user