Revert "Switch back using local backends for lma_collector"

This reverts commit 1edc173e59.

Change-Id: Icc09ef507b83f7f7eeb20dc2265d84b58d7ba44e
This commit is contained in:
Simon Pasquier 2016-06-10 09:06:36 +00:00
parent 75f5301e26
commit ca547fd3ba

View File

@ -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 = {