Create windmill-ops project

This repo will be used to hold additional scripts / playbooks to help
with the operation of windmill.  This is based on the same idea the
OpenStack Ansible ops team.

Change-Id: I9894ff27dd81bc35308f3ee45a21a81f3f043e16
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-01-16 13:55:58 -05:00
parent 9cc3de189b
commit e1e1dd7e5b
4 changed files with 18 additions and 0 deletions

View File

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

View File

@ -7691,6 +7691,8 @@
use-storyboard: true
- project: openstack/windmill
description: An Ansible deployment to validate ansible roles for Continuous Integration.
- project: openstack/windmill-ops
description: Operations-related content for Windmill.
- project: openstack/workload-ref-archs
description: OpenStack tenant-level workload reference architectures.
groups:

View File

@ -2128,6 +2128,7 @@ openstack-windmill:
- openstack/ansible-role-zookeeper
- openstack/ansible-role-zuul
- openstack/windmill
- openstack/windmill-ops
branches:
- master

View File

@ -1450,6 +1450,7 @@
- openstack/watcher-tempest-plugin
- openstack/whereto
- openstack/windmill
- openstack/windmill-ops
- openstack/workload-ref-archs
- openstack/wsme
- openstack/xenapi-os-testing