Rename puppet project 'puppet-openstack_health'
This commit renames the module to be 'puppet-openstack_health'. As Spencer Krum (nibalizer) pointed out at https://review.openstack.org/#/c/227849/ this project is not following the naming conventions for puppet modules. This has a major impact on install_modules.sh, which will not be able to clone and install this module appropriately. As part of this, we will need to schedule a maintenance window to take down gerrit, zuul, etc. and follow the steps enumerated at: http://docs.openstack.org/infra/system-config/gerrit.html#renaming-a-project Change-Id: I10c0b61268179088496fe3c381ebd17935cc9e69 Co-Authored-By: Caio Carrara <ccarrara@thoughtworks.com>
This commit is contained in:
parent
be7dfc521f
commit
25d41596b0
@ -1,13 +0,0 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group puppet-openstack-health-core
|
||||
label-Code-Review = -2..+2 group puppet-openstack-health-core
|
||||
label-Workflow = -1..+1 group puppet-openstack-health-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group puppet-openstack-health-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
13
gerrit/acls/openstack-infra/puppet-openstack_health.config
Normal file
13
gerrit/acls/openstack-infra/puppet-openstack_health.config
Normal file
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group puppet-openstack_health-core
|
||||
label-Code-Review = -2..+2 group puppet-openstack_health-core
|
||||
label-Workflow = -1..+1 group puppet-openstack_health-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group puppet-openstack_health-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -485,11 +485,6 @@
|
||||
description: Puppet module for OpenAFS
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-openstack-health
|
||||
use-storyboard: true
|
||||
description: Puppet module to deploy OpenStack Health
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-openstackci
|
||||
use-storyboard: true
|
||||
description: Puppet module to deploy an OpenStack ci system
|
||||
@ -500,6 +495,11 @@
|
||||
description: Puppet module to deploy openstackid
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-openstack_health
|
||||
use-storyboard: true
|
||||
description: Puppet module to deploy OpenStack Health
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/puppet-os_client_config
|
||||
use-storyboard: true
|
||||
description: Puppet module for os-client-config
|
||||
|
@ -696,7 +696,7 @@ openstack-infra:
|
||||
- openstack-infra/puppet-nodepool
|
||||
- openstack-infra/puppet-odsreg
|
||||
- openstack-infra/puppet-openafs
|
||||
- openstack-infra/puppet-openstack-health
|
||||
- openstack-infra/puppet-openstack_health
|
||||
- openstack-infra/puppet-openstackci
|
||||
- openstack-infra/puppet-openstackid
|
||||
- openstack-infra/puppet-os_client_config
|
||||
@ -948,7 +948,7 @@ openstack-merges:
|
||||
- openstack-infra/puppet-nodepool
|
||||
- openstack-infra/puppet-odsreg
|
||||
- openstack-infra/puppet-openafs
|
||||
- openstack-infra/puppet-openstack-health
|
||||
- openstack-infra/puppet-openstack_health
|
||||
- openstack-infra/puppet-openstackci
|
||||
- openstack-infra/puppet-openstackid
|
||||
- openstack-infra/puppet-os_client_config
|
||||
|
@ -4694,7 +4694,7 @@
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: puppet-openstack-health
|
||||
name: puppet-openstack_health
|
||||
node: 'bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
|
@ -3003,7 +3003,7 @@ projects:
|
||||
- name: infra-puppet-apply-jobs
|
||||
- name: puppet-beaker-jobs-nv
|
||||
|
||||
- name: openstack-infra/puppet-openstack-health
|
||||
- name: openstack-infra/puppet-openstack_health
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: infra-puppet-check-jobs
|
||||
|
Loading…
Reference in New Issue
Block a user