Add windmill-config project
We'll be using this repo to hold the configuration bits needed for windmill. We won't be pushing this to pypi and testing will be handled in tree. Change-Id: I291e7d2b6a92fb0de81f01198a1c2ce6dbb67e97 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
8a73fab93c
commit
461d28666e
14
gerrit/acls/openstack/windmill-config.config
Normal file
14
gerrit/acls/openstack/windmill-config.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group windmill-config-core
|
||||
label-Code-Review = -2..+2 group windmill-config-core
|
||||
label-Workflow = -1..+1 group windmill-config-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group windmill-config-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = false
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -7765,6 +7765,8 @@
|
||||
description: An Ansible deployment to validate ansible roles for Continuous Integration.
|
||||
- project: openstack/windmill-backup
|
||||
description: An Ansible deployment to manage backups for Windmill.
|
||||
- project: openstack/windmill-config
|
||||
description: Ansible inventory and configuration content for Windmill.
|
||||
- project: openstack/windmill-ops
|
||||
description: Operations-related content for Windmill.
|
||||
- project: openstack/workload-ref-archs
|
||||
|
@ -2138,6 +2138,7 @@ openstack-windmill:
|
||||
- openstack/ansible-role-zuul
|
||||
- openstack/windmill
|
||||
- openstack/windmill-backup
|
||||
- openstack/windmill-config
|
||||
- openstack/windmill-ops
|
||||
branches:
|
||||
- master
|
||||
|
@ -1501,6 +1501,7 @@
|
||||
- openstack/whereto
|
||||
- openstack/windmill
|
||||
- openstack/windmill-backup
|
||||
- openstack/windmill-config
|
||||
- openstack/windmill-ops
|
||||
- openstack/workload-ref-archs
|
||||
- openstack/wsme
|
||||
|
Loading…
x
Reference in New Issue
Block a user