Resolving Merge Conflicts.
Included Log Aggregators and Log Forwarders as per review comments.
Spins two fluentd forwarder and one each fluentd aggregators-active, fluentd aggregator-standby
Commit to enable Fluentd Clustering in Voltha
https://jira.opencord.org/browse/VOL-214

Resolved merge conflicts .

Change-Id: I9d45f751b4297c707284582e8050a168229f2e5a
diff --git a/install/voltha-swarm-stop.sh b/install/voltha-swarm-stop.sh
index 6b761af..9ea36e6 100644
--- a/install/voltha-swarm-stop.sh
+++ b/install/voltha-swarm-stop.sh
@@ -8,4 +8,6 @@
 docker service rm tools
 docker stack rm consul
 docker stack rm kafka
+docker stack rm fluentd 
+docker service rm tools
 docker network rm voltha_net