Add three more logstash workers nodes.
We keep adding more tempest tests to run per patchset. These tests are the most expensive to index as they come with many megabytes of uncompressed logs. Add more logstash worker nodes in an attempt to keep up. Change-Id: I41d35792d58d1b0456927b0f5b1b7728bf3d145c
This commit is contained in:
parent
76c9f3f693
commit
55e9e2137e
@ -215,6 +215,9 @@ node 'logstash.openstack.org' {
|
||||
'logstash-worker3.openstack.org',
|
||||
'logstash-worker4.openstack.org',
|
||||
'logstash-worker5.openstack.org',
|
||||
'logstash-worker6.openstack.org',
|
||||
'logstash-worker7.openstack.org',
|
||||
'logstash-worker8.openstack.org',
|
||||
],
|
||||
discover_nodes => [
|
||||
'elasticsearch.openstack.org:9200',
|
||||
@ -257,6 +260,9 @@ node /^elasticsearch\d*\.openstack\.org$/ {
|
||||
'logstash-worker3.openstack.org',
|
||||
'logstash-worker4.openstack.org',
|
||||
'logstash-worker5.openstack.org',
|
||||
'logstash-worker6.openstack.org',
|
||||
'logstash-worker7.openstack.org',
|
||||
'logstash-worker8.openstack.org',
|
||||
],
|
||||
discover_nodes => [
|
||||
'elasticsearch.openstack.org',
|
||||
|
Loading…
Reference in New Issue
Block a user