Add releasefive build 07/6607/1
authorMike Marchetti <mmarchetti@sandvine.com>
Tue, 2 Oct 2018 18:24:47 +0000 (14:24 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Tue, 2 Oct 2018 18:24:47 +0000 (14:24 -0400)
Change-Id: Ie08e2b0bd89cc4a6623475583b003f3b79a2ab07
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
packer/scripts/get-install-osm.sh

index e8f84d6..aefe77a 100755 (executable)
@@ -3,9 +3,9 @@ export PATH=$PATH:/snap/bin
 echo "PATH=$PATH"
 juju status
 
-git clone https://osm.etsi.org/gerrit/osm/vim-emu.git
-git clone https://osm.etsi.org/gerrit/osm/devops.git
-devops/installers/full_install_osm.sh --nolxd -y $*
+wget https://osm-download.etsi.org/ftp/osm-5.0-five/install_osm.sh
+chmod +x install_osm.sh
+./install_osm.sh --nolxd --nodocker --nojuju -y
 
 cat >> ~/.bashrc <<-EOF
 export OSM_HOSTNAME=127.0.0.1