From 0f37f227f8bfb3c0291c533bb71b325064473b0f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 29 Nov 2017 10:20:59 -0800 Subject: [PATCH] Revert "Disable crm114 on the logstash worker nodes" This reverts commit a000d47ed172718ed72f9a62db9ae00b3b0c1644. We have updated the crm processing to collapse indentical log files with different paths or suffixes into a single file name for processing. This should dramatically reduce disk consumption for crm114 learning making it safe to use again. Change-Id: I50aa5fa434de51c689e5c2e51070db0ee1a76bae --- .../templates/logstash/jenkins-log-worker.yaml.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/templates/logstash/jenkins-log-worker.yaml.erb b/modules/openstack_project/templates/logstash/jenkins-log-worker.yaml.erb index c41eeede3a..263b5e24c3 100644 --- a/modules/openstack_project/templates/logstash/jenkins-log-worker.yaml.erb +++ b/modules/openstack_project/templates/logstash/jenkins-log-worker.yaml.erb @@ -3,9 +3,8 @@ gearman-port: 4730 output-host: localhost output-port: 9999 output-mode: tcp -# Temporarily disabled as this is filling our worker node disks -#crm114-script: /usr/local/bin/classify-log.crm -#crm114-data: /var/lib/crm114 +crm114-script: /usr/local/bin/classify-log.crm +crm114-data: /var/lib/crm114 mqtt-host: <%= @mqtt_hostname %> mqtt-port: <%= @mqtt_port %> mqtt-topic: gearman-logstash/<%= @hostname %>