Merge "Add releasefive build"
authorMike Marchetti <mmarchetti@sandvine.com>
Tue, 2 Oct 2018 18:34:36 +0000 (20:34 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Tue, 2 Oct 2018 18:34:36 +0000 (20:34 +0200)
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