Several bundled updates
- The latest envoy docker containter was broken, made changes to request
  a sepcific commit version of the container known to work.
- A minor change to the proxy configuration file where the same name was
  used for 2 virtual_hosts.
- An update to CreateInstaller.sh for use in multi-user mode which tries
  to guess a the cord_home rather than having the user set it.
- A change to the swarm start script to wait for consul to establish the
  master before starting the remainder of the dependent containers.

Change-Id: I475dc4bc86189d784a21dc676e07b8b6b87f1bc3
diff --git a/Makefile b/Makefile
index b6eba53..ef77149 100644
--- a/Makefile
+++ b/Makefile
@@ -215,9 +215,9 @@
 	docker pull zookeeper:latest
 	docker pull nginx:latest
 	docker pull portainer/portainer:latest
-	docker pull lyft/envoy:latest
+	docker pull lyft/envoy:092f01381467dfc3324e5e9528c67ee5d65744fd
 	docker pull registry:2
-        docker pull kamon/grafana_graphite:latest
+	docker pull kamon/grafana_graphite:latest
 
 purge-venv:
 	rm -fr ${VENVDIR}