Revert "Revert "Disable mqtt output plugin on logstash workers""

The mqtt connections seem to be crashing the logstash daemons. So lets
revert this for the time being and when we fix the root cause we can
turn it back on.

This reverts commit eb72771d6f.

Change-Id: Ieaed43f5b94e0c5e2c98b0d627490d388e48261d
This commit is contained in:
Matthew Treinish 2016-09-30 17:43:38 -04:00
parent c643bf8c89
commit f46313ed7d
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177

View File

@ -460,7 +460,7 @@ node /^logstash-worker\d+\.openstack\.org$/ {
class { 'openstack_project::logstash_worker':
discover_node => 'elasticsearch02.openstack.org',
enable_mqtt => true,
enable_mqtt => false,
mqtt_password => hiera('mqtt_service_user_password'),
mqtt_ca_cert_contents => hiera('mosquitto_tls_ca_file'),
}