[CORD-1273] Deploying Registrator with XOS for service discovery

Change-Id: I14fa30274f125df0243a420767c9689ca93d0d94
diff --git a/Vagrantfile b/Vagrantfile
index 099337d..35b4f53 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -46,6 +46,7 @@
     echo "127.0.0.1 xos-ws" | sudo tee --append /etc/hosts > /dev/null
     echo "127.0.0.1 xos-chameleon" | sudo tee --append /etc/hosts > /dev/null
     echo "127.0.0.1 xos-core" | sudo tee --append /etc/hosts > /dev/null
+    echo "127.0.0.1 consul" | sudo tee --append /etc/hosts > /dev/null
   SHELL
 
  end