X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fscripts%2Fget-install-osm.sh;fp=packer%2Fscripts%2Fget-install-osm.sh;h=0000000000000000000000000000000000000000;hb=8ac0f088f6d30ee030f1ef6fe768da2f242c5046;hp=04b107c7e749134f9c02a5779d623986f389dd97;hpb=4b57d46af8be1804faffa27a987e614c45056147;p=osm%2Fdevops.git diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh deleted file mode 100755 index 04b107c7..00000000 --- a/packer/scripts/get-install-osm.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -export PATH=$PATH:/snap/bin -echo "PATH=$PATH" -juju status - -wget https://osm-download.etsi.org/ftp/osm-5.0-five/install_osm.sh -chmod +x install_osm.sh -./install_osm.sh --nolxd --nojuju -y - -cat >> ~/.bashrc <<-EOF -export OSM_HOSTNAME=127.0.0.1 -export OSM_SOL005=True - -EOF