Add support for vim emu installation

* add auto push to vagrant cloud

Signed-off-by: Michael Marchetti <mmarchetti@sandvine.com>
diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh
index 534799b..e04b96a 100755
--- a/packer/scripts/get-install-osm.sh
+++ b/packer/scripts/get-install-osm.sh
@@ -3,6 +3,12 @@
 echo "PATH=$PATH"
 juju status
 
-wget "$1"
-chmod +x install_osm.sh
-./install_osm.sh --nolxd -y --vimemu
+git clone https://osm.etsi.org/gerrit/osm/vim-emu.git
+git clone https://osm.etsi.org/gerrit/osm/devops.git
+eval devops/installers/full_install_osm.sh --nolxd -y "$1"
+
+cat >> ~/.bashrc <<-EOF
+export OSM_HOSTNAME=127.0.0.1
+export OSM_SOL005=True
+
+EOF