From 2d71d0dd659ed9978ca6c7659adf96f132f1afb9 Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Tue, 2 Oct 2018 14:24:47 -0400 Subject: [PATCH] Add releasefive build Change-Id: Ie08e2b0bd89cc4a6623475583b003f3b79a2ab07 Signed-off-by: Mike Marchetti --- packer/scripts/get-install-osm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh index e8f84d62..aefe77a8 100755 --- a/packer/scripts/get-install-osm.sh +++ b/packer/scripts/get-install-osm.sh @@ -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 -- 2.25.1