Rename ansible-puppet to ansible-role-puppet
The common practice upstream and also with all of the other roles in OpenStack is to prefix them with "ansible-role-". Ansible Galaxy is able to detect that a repo named thusly is a role. Also, maybe this will make ansible-puppet and puppet-ansible less confusing. Change-Id: I889399813748919ce1788ad18ce84c3894e12ab1
This commit is contained in:
parent
0fa1f6abdc
commit
ec1fc1f16b
@ -1,13 +0,0 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ansible-puppet-core
|
||||
label-Code-Review = -2..+2 group ansible-puppet-core
|
||||
label-Workflow = -1..+1 group ansible-puppet-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ansible-puppet-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
13
gerrit/acls/openstack-infra/ansible-role-puppet.config
Normal file
13
gerrit/acls/openstack-infra/ansible-role-puppet.config
Normal file
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ansible-role-puppet-core
|
||||
label-Code-Review = -2..+2 group ansible-role-puppet-core
|
||||
label-Workflow = -1..+1 group ansible-role-puppet-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ansible-role-puppet-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -49,7 +49,7 @@
|
||||
use-storyboard: true
|
||||
description: Tech community metrics dash of the OpenStack community based on the
|
||||
Metrics Grimoire toolset
|
||||
- project: openstack-infra/ansible-puppet
|
||||
- project: openstack-infra/ansible-role-puppet
|
||||
use-storyboard: true
|
||||
description: Ansible role for running puppet
|
||||
groups:
|
||||
|
@ -744,7 +744,7 @@ openstack-infra:
|
||||
- openstack-dev/specs-cookiecutter
|
||||
- openstack-infra/activity-board
|
||||
- openstack-infra/ansible-build-image
|
||||
- openstack-infra/ansible-puppet
|
||||
- openstack-infra/ansible-role-puppet
|
||||
- openstack-infra/askbot-theme
|
||||
- openstack-infra/bindep
|
||||
- openstack-infra/bugdaystats
|
||||
|
@ -23,13 +23,6 @@
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: bandit
|
||||
|
||||
- project:
|
||||
name: ansible-puppet
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- ansible-lint-jobs
|
||||
|
||||
- project:
|
||||
name: ansible-role-cloud-launcher
|
||||
tarball-site: tarballs.openstack.org
|
||||
@ -86,6 +79,13 @@
|
||||
- ansible-role-jobs
|
||||
- hook-{name}-rtfd
|
||||
|
||||
- project:
|
||||
name: ansible-role-puppet
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- ansible-lint-jobs
|
||||
|
||||
- project:
|
||||
name: ansible-role-shade
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -3152,7 +3152,7 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack-infra/ansible-puppet
|
||||
- name: openstack-infra/ansible-role-puppet
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: ansible-lint-jobs
|
||||
|
Loading…
Reference in New Issue
Block a user