Create ansible-role-openstacksdk role

We'll be using this role for windmill to help manage openstacksdk
project. We'll be publishing IRC notications and not applying for
official openstack project.

Change-Id: I8b011780ddcc4a3b78c8a08ba167cfd7513d04c9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-05-16 13:54:33 -04:00
parent 8d873e58d3
commit 9ae31f9b4a
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-openstacksdk-core
label-Code-Review = -2..+2 group ansible-role-openstacksdk-core
label-Workflow = -1..+1 group ansible-role-openstacksdk-core
[access "refs/tags/*"]
pushSignedTag = group ansible-role-openstacksdk-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1003,6 +1003,8 @@
description: Ansible role to manage Nginx
- project: openstack/ansible-role-nodepool
description: Ansible role to manage Nodepool
- project: openstack/ansible-role-openstacksdk
description: Ansible role to manage OpenStackSDK
- project: openstack/ansible-role-python_venv_build
description: Ansible role to manage the building of python venvs
groups:

View File

@ -2126,6 +2126,7 @@ openstack-windmill:
- openstack/ansible-role-logrotate
- openstack/ansible-role-nginx
- openstack/ansible-role-nodepool
- openstack/ansible-role-openstacksdk
- openstack/ansible-role-shade
- openstack/ansible-role-ssh
- openstack/ansible-role-statsd

View File

@ -230,6 +230,7 @@
- openstack/ansible-role-logrotate
- openstack/ansible-role-nginx
- openstack/ansible-role-nodepool
- openstack/ansible-role-openstacksdk
- openstack/ansible-role-python_venv_build
- openstack/ansible-role-redhat-subscription
- openstack/ansible-role-shade