Import ansible-role-redhat-subscription (Part 1)

After discussing with the Ansible role author, Sam Doran, we would like
to move ansible-role-redhat-subscription to OpenStack namespace, so we
can use Infra resources (CI, code review, etc) instead of Github where
it seems there is no central place for Ansible roles at this time.

This role will be consumed by TripleO but can be consumed by anyone
without any dependency on TripleO, that's why we don't want it under
TripleO's governance.

Sam Doran will remain the main maintainer for now and will be part of
ansible-role-redhat-subscription-core in Gerrit.

Change-Id: Ic66b155d7c81cef2ce0b1c580c7e61b9ac1dce6a
This commit is contained in:
Emilien Macchi 2017-12-11 11:50:25 -08:00
parent 151df4b40f
commit 1520b43bd7
3 changed files with 19 additions and 0 deletions

View File

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

View File

@ -923,6 +923,9 @@
description: Ansible role to manage Nginx
- project: openstack/ansible-role-nodepool
description: Ansible role to manage Nodepool
- project: openstack/ansible-role-redhat-subscription
description: Ansible role to configure Red Hat Subscription Management
upstream: https://github.com/samdoran/ansible-role-redhat-subscription.git
- project: openstack/ansible-role-shade
description: Ansible role to manage Shade
- project: openstack/ansible-role-ssh

View File

@ -220,6 +220,7 @@
- openstack/ansible-role-logrotate
- openstack/ansible-role-nginx
- openstack/ansible-role-nodepool
- openstack/ansible-role-redhat-subscription
- openstack/ansible-role-shade
- openstack/ansible-role-ssh
- openstack/ansible-role-sudoers