X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fscripts%2Fget-install-osm.sh;h=04b107c7e749134f9c02a5779d623986f389dd97;hb=refs%2Fchanges%2F54%2F7954%2F1;hp=534799bbfad938e3481a79440e61f7e959484a73;hpb=1b64bd46bd7765a4dc3eee3d868bf0d6cc95ca66;p=osm%2Fdevops.git diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh index 534799bb..04b107c7 100755 --- a/packer/scripts/get-install-osm.sh +++ b/packer/scripts/get-install-osm.sh @@ -3,6 +3,12 @@ export PATH=$PATH:/snap/bin echo "PATH=$PATH" juju status -wget "$1" +wget https://osm-download.etsi.org/ftp/osm-5.0-five/install_osm.sh chmod +x install_osm.sh -./install_osm.sh --nolxd -y --vimemu +./install_osm.sh --nolxd --nojuju -y + +cat >> ~/.bashrc <<-EOF +export OSM_HOSTNAME=127.0.0.1 +export OSM_SOL005=True + +EOF