Add four new logstash-worker nodes.
We have fallen behind on our ability to index all the things. Logstash itself appears to be the current bottleneck. Add four more nodes to help combat the backlog. Change-Id: I9d5a7474a801c58c1e8933b264172e72f2d0bb86
This commit is contained in:
parent
b4e700e403
commit
2c4cdcd317
@ -274,6 +274,10 @@ node 'logstash.openstack.org' {
|
||||
'logstash-worker14.openstack.org',
|
||||
'logstash-worker15.openstack.org',
|
||||
'logstash-worker16.openstack.org',
|
||||
'logstash-worker17.openstack.org',
|
||||
'logstash-worker18.openstack.org',
|
||||
'logstash-worker19.openstack.org',
|
||||
'logstash-worker20.openstack.org',
|
||||
],
|
||||
discover_nodes => [
|
||||
'elasticsearch01.openstack.org:9200',
|
||||
@ -316,6 +320,10 @@ node /^elasticsearch\d+\.openstack\.org$/ {
|
||||
'logstash-worker14.openstack.org',
|
||||
'logstash-worker15.openstack.org',
|
||||
'logstash-worker16.openstack.org',
|
||||
'logstash-worker17.openstack.org',
|
||||
'logstash-worker18.openstack.org',
|
||||
'logstash-worker19.openstack.org',
|
||||
'logstash-worker20.openstack.org',
|
||||
],
|
||||
discover_nodes => $elasticsearch_nodes,
|
||||
}
|
||||
|
@ -114,6 +114,10 @@ class openstack_project::cacti (
|
||||
'logstash-worker14.openstack.org',
|
||||
'logstash-worker15.openstack.org',
|
||||
'logstash-worker16.openstack.org',
|
||||
'logstash-worker17.openstack.org',
|
||||
'logstash-worker18.openstack.org',
|
||||
'logstash-worker19.openstack.org',
|
||||
'logstash-worker20.openstack.org',
|
||||
'nodepool.openstack.org',
|
||||
'paste.openstack.org',
|
||||
'pbx.openstack.org',
|
||||
|
Loading…
Reference in New Issue
Block a user