Increase to 16 logstash worker nodes
Add '%02d' versions of the system names so that when we replace the current workers with performance nodes, they will have more scalable names. Change-Id: I6c9d8aa6338bdd94649096a13f2d3dbeb1daec08
This commit is contained in:
parent
c9c4823f03
commit
b08ccad2cb
@ -299,6 +299,22 @@ node 'logstash.openstack.org' {
|
||||
'logstash-worker6.openstack.org',
|
||||
'logstash-worker7.openstack.org',
|
||||
'logstash-worker8.openstack.org',
|
||||
'logstash-worker01.openstack.org',
|
||||
'logstash-worker02.openstack.org',
|
||||
'logstash-worker03.openstack.org',
|
||||
'logstash-worker04.openstack.org',
|
||||
'logstash-worker05.openstack.org',
|
||||
'logstash-worker06.openstack.org',
|
||||
'logstash-worker07.openstack.org',
|
||||
'logstash-worker08.openstack.org',
|
||||
'logstash-worker09.openstack.org',
|
||||
'logstash-worker10.openstack.org',
|
||||
'logstash-worker11.openstack.org',
|
||||
'logstash-worker12.openstack.org',
|
||||
'logstash-worker13.openstack.org',
|
||||
'logstash-worker14.openstack.org',
|
||||
'logstash-worker15.openstack.org',
|
||||
'logstash-worker16.openstack.org',
|
||||
],
|
||||
discover_nodes => [
|
||||
'elasticsearch.openstack.org:9200',
|
||||
@ -340,6 +356,22 @@ node /^elasticsearch\d*\.openstack\.org$/ {
|
||||
'logstash-worker6.openstack.org',
|
||||
'logstash-worker7.openstack.org',
|
||||
'logstash-worker8.openstack.org',
|
||||
'logstash-worker01.openstack.org',
|
||||
'logstash-worker02.openstack.org',
|
||||
'logstash-worker03.openstack.org',
|
||||
'logstash-worker04.openstack.org',
|
||||
'logstash-worker05.openstack.org',
|
||||
'logstash-worker06.openstack.org',
|
||||
'logstash-worker07.openstack.org',
|
||||
'logstash-worker08.openstack.org',
|
||||
'logstash-worker09.openstack.org',
|
||||
'logstash-worker10.openstack.org',
|
||||
'logstash-worker11.openstack.org',
|
||||
'logstash-worker12.openstack.org',
|
||||
'logstash-worker13.openstack.org',
|
||||
'logstash-worker14.openstack.org',
|
||||
'logstash-worker15.openstack.org',
|
||||
'logstash-worker16.openstack.org',
|
||||
],
|
||||
discover_nodes => $elasticsearch_nodes,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user