Add script to deploy fluentd instead of heka
Change-Id: I451dbdcfc955e4c5ce5774f79d131879afbe6a2d
diff --git a/scripts/stacklightv2_infra_install.sh b/scripts/stacklightv2_infra_install.sh
index 12cef91..e944aaf 100755
--- a/scripts/stacklightv2_infra_install.sh
+++ b/scripts/stacklightv2_infra_install.sh
@@ -19,8 +19,8 @@
# Configure Prometheus exporters
salt -C 'I@prometheus:exporters' state.sls prometheus
-# Configure log_collector
-salt -C 'I@heka:log_collector' state.sls heka.log_collector
+# Configure fluentd
+salt -C 'I@fluentd:agent' state.sls fluentd
# Configure Elasticsearch/Kibana services
salt -C 'I@elasticsearch:server' state.sls elasticsearch.server -b 1
@@ -38,8 +38,8 @@
salt -C 'I@salt:minion' mine.update
sleep 5
-# Generate the configuration for services running in Docker Swarm
-salt -C 'I@docker:swarm' state.sls prometheus,heka.remote_collector -b 1
+# Generate the configuration for prometheus running in Docker Swarm
+salt -C 'I@docker:swarm' state.sls prometheus -b 1
# Kick off the services in Docker Swarm
salt -C 'I@docker:swarm:role:master' state.sls docker