Create ansible-role-gearman project

This creates an empty project which we'll be adding into
opentack/windmill. At this time it will not be part of the big tent,
and report via IRC to #windmill.

Change-Id: I98df122361d32ad65eb91171243e4a93e5b03a0b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-11-13 22:43:49 -05:00
parent 12ec4e0ac8
commit e64bc27710
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
4 changed files with 18 additions and 0 deletions

View File

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

View File

@ -879,6 +879,8 @@
description: Ansible role to manage diskimage-builder
- project: openstack/ansible-role-fedmsg
description: Ansible role to manage Fedmsg
- project: openstack/ansible-role-gearman
description: Ansible role to manage Gearman
- project: openstack/ansible-role-jenkins
description: Ansible role to manage Jenkins
- project: openstack/ansible-role-jenkins-job-builder

View File

@ -2594,6 +2594,7 @@ openstack-windmill:
- openstack/ansible-role-bindep
- openstack/ansible-role-diskimage-builder
- openstack/ansible-role-fedmsg
- openstack/ansible-role-gearman
- openstack/ansible-role-jenkins
- openstack/ansible-role-jenkins-job-builder
- openstack/ansible-role-jenkins-plugins

View File

@ -207,6 +207,7 @@
- openstack/ansible-role-cloud-launcher
- openstack/ansible-role-diskimage-builder
- openstack/ansible-role-fedmsg
- openstack/ansible-role-gearman
- openstack/ansible-role-jenkins
- openstack/ansible-role-jenkins-job-builder
- openstack/ansible-role-jenkins-plugins