remote_collector got back
We still need CADF notifications for both fluentd and heka based
solutions, let's get back remote_collector.
Change-Id: Icda5c6e9ec14215cd2493d0370c6c4c4e5050003
diff --git a/scripts/stacklightv2_infra_install.sh b/scripts/stacklightv2_infra_install.sh
index e944aaf..0caab9b 100755
--- a/scripts/stacklightv2_infra_install.sh
+++ b/scripts/stacklightv2_infra_install.sh
@@ -41,6 +41,9 @@
# Generate the configuration for prometheus running in Docker Swarm
salt -C 'I@docker:swarm' state.sls prometheus -b 1
+# Generate the configuration for remote_collector running in Docker Swarm
+salt -C 'I@docker:swarm' state.sls heka.remote_collector -b 1
+
# Kick off the services in Docker Swarm
salt -C 'I@docker:swarm:role:master' state.sls docker
salt -C 'I@docker:swarm' dockerng.ps