Use precisepy3k instead of precise3k.
* manifests/site.pp: Unfortunately node names like precise3k-1 match the existing node name pattern precise-?\d+.* and end up with the precise.slave.openstack.org shared puppet cert as a result. Switch to precisepy3k which won't have this unintended side effect. Change-Id: I2a530b0e19af769700e85f9060c2cbd8592eef1d
This commit is contained in:
parent
5a9b670003
commit
84a692429e
@ -420,7 +420,7 @@ node /^precise-dev\d+.*\.slave\.openstack\.org$/ {
|
||||
}
|
||||
}
|
||||
|
||||
node /^precise3k-?\d+.*\.slave\.openstack\.org$/ {
|
||||
node /^precisepy3k-?\d+.*\.slave\.openstack\.org$/ {
|
||||
include openstack_project
|
||||
include openstack_project::puppet_cron
|
||||
class { 'openstack_project::slave':
|
||||
@ -430,7 +430,7 @@ node /^precise3k-?\d+.*\.slave\.openstack\.org$/ {
|
||||
}
|
||||
}
|
||||
|
||||
node /^precise3k-dev\d+.*\.slave\.openstack\.org$/ {
|
||||
node /^precisepy3k-dev\d+.*\.slave\.openstack\.org$/ {
|
||||
include openstack_project
|
||||
include openstack_project::puppet_cron
|
||||
class { 'openstack_project::slave':
|
||||
|
Loading…
Reference in New Issue
Block a user