From 2c4cdcd317bd278232369d80f3ca6d2f450844f5 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 9 Jun 2014 17:19:25 -0700 Subject: [PATCH] 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 --- manifests/site.pp | 8 ++++++++ modules/openstack_project/manifests/cacti.pp | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 43143f79f5..9e12497de8 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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, } diff --git a/modules/openstack_project/manifests/cacti.pp b/modules/openstack_project/manifests/cacti.pp index 4bd6d17523..532ab07443 100644 --- a/modules/openstack_project/manifests/cacti.pp +++ b/modules/openstack_project/manifests/cacti.pp @@ -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',