Update osm build to use v4.0 scripts 06/6706/1
authorMike Marchetti <mmarchetti@sandvine.com>
Tue, 16 Oct 2018 14:36:51 +0000 (10:36 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Tue, 16 Oct 2018 14:36:51 +0000 (10:36 -0400)
Change-Id: I5ba21d1c07cc4399a13a9ef30336250a9c76948b
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
packer/scripts/get-install-osm.sh

index aefe77a..4a5c0a6 100755 (executable)
@@ -3,9 +3,9 @@ export PATH=$PATH:/snap/bin
 echo "PATH=$PATH"
 juju status
 
-wget https://osm-download.etsi.org/ftp/osm-5.0-five/install_osm.sh
+wget https://osm-download.etsi.org/ftp/osm-4.0-four/install_osm.sh
 chmod +x install_osm.sh
-./install_osm.sh --nolxd --nodocker --nojuju -y
+./install_osm.sh --nolxd --nodocker -y
 
 cat >> ~/.bashrc <<-EOF
 export OSM_HOSTNAME=127.0.0.1