VOL-452 Integration of logstash in a swarm cluster
- Startup elasticsearch and logstash separately
- Added new targets in Makefile to build opennms and logstash images
- Default to the swarm kafka domain name

Change-Id: I1f7af5669b6bc270f3ed5c172f42d7e86933ef55
diff --git a/Makefile b/Makefile
index f54865e..1104d42 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@
 
 VENVDIR := venv-$(shell uname -s | tr '[:upper:]' '[:lower:]')
 
-.PHONY: $(DIRS) $(DIRS_CLEAN) $(DIRS_FLAKE8) flake8 docker-base voltha chameleon ofagent podder netconf shovel onos dashd vcli portainer grafana nginx consul registrator envoy golang envoyd tools
+.PHONY: $(DIRS) $(DIRS_CLEAN) $(DIRS_FLAKE8) flake8 docker-base voltha chameleon ofagent podder netconf shovel onos dashd vcli portainer grafana nginx consul registrator envoy golang envoyd tools opennms logstash
 
 # This should to be the first and default target in this Makefile
 help:
@@ -179,6 +179,11 @@
 config-push:
 	docker build -t cord/config-push -f docker/Dockerfile.configpush docker	
 
+opennms:
+	docker build -t cord/opennms -f docker/Dockerfile.opennms .
+
+logstash:
+	docker build -t cord/logstash -f docker/Dockerfile.logstash .
 
 protos:
 	make -C voltha/protos