25d41596b0
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>
14 lines
332 B
Plaintext
14 lines
332 B
Plaintext
[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
|