X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fscripts%2Fget-install-osm.sh;h=e04b96acf06783d9a2cd7d1aa2eb7e6e4d5ce44c;hb=1b60d17bd9a2b82279236ab17466dc500a810589;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..e04b96ac 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" -chmod +x install_osm.sh -./install_osm.sh --nolxd -y --vimemu +git clone https://osm.etsi.org/gerrit/osm/vim-emu.git +git clone https://osm.etsi.org/gerrit/osm/devops.git +eval devops/installers/full_install_osm.sh --nolxd -y "$1" + +cat >> ~/.bashrc <<-EOF +export OSM_HOSTNAME=127.0.0.1 +export OSM_SOL005=True + +EOF