From ca547fd3babe8521a429c24a6e93ea411b9bff47 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Fri, 10 Jun 2016 09:06:36 +0000 Subject: [PATCH] Revert "Switch back using local backends for lma_collector" This reverts commit 1edc173e5920ed1192325588a4e9385408e660fa. Change-Id: Icc09ef507b83f7f7eeb20dc2265d84b58d7ba44e --- stacklight_tests/lma_collector/plugin_settings.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stacklight_tests/lma_collector/plugin_settings.py b/stacklight_tests/lma_collector/plugin_settings.py index 6f91c1e..dbf4fd9 100644 --- a/stacklight_tests/lma_collector/plugin_settings.py +++ b/stacklight_tests/lma_collector/plugin_settings.py @@ -23,10 +23,12 @@ plugin_path = settings.LMA_COLLECTOR_PLUGIN_PATH version = helpers.get_plugin_version(plugin_path) default_options = { - "environment_label/value": "deploy_lma_collector", - "elasticsearch_mode/value": "local", - "influxdb_mode/value": "local", + "environment_label/value": "deploy_lma_toolchain", + "elasticsearch_mode/value": "remote", + "influxdb_mode/value": "remote", "alerting_mode/value": "local", + "elasticsearch_address/value": "127.0.0.1", + "influxdb_address/value": "127.0.0.1" } toolchain_options = {