Be specific about which ES nodes are puppetable
Our Elasticsearch nodes need cinder volumes attached to them prior to being puppeted. Make the regex for the elasticsearch nodes in site.pp match only existing nodes so that new nodes can be created and have their volumes attached before proper puppeting. Change-Id: If12c67174315b8480998148e1325de59ecdba372
This commit is contained in:
parent
bef0b1e644
commit
327f1690da
@ -298,7 +298,7 @@ node /^logstash-worker\d+\.openstack\.org$/ {
|
||||
}
|
||||
}
|
||||
|
||||
node /^elasticsearch\d+\.openstack\.org$/ {
|
||||
node /^elasticsearch0[1-6]\.openstack\.org$/ {
|
||||
class { 'openstack_project::elasticsearch_node':
|
||||
sysadmins => hiera('sysadmins', ['admin']),
|
||||
elasticsearch_nodes => $elasticsearch_nodes,
|
||||
|
Loading…
Reference in New Issue
Block a user