X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fscripts%2Fget-install-osm.sh;h=e8f84d6278fb0719115a8663cd6126cf852d5a7e;hb=09a1e974bb70fb9b02a9a0fb41f421fdf7457cbd;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..e8f84d62 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 +devops/installers/full_install_osm.sh --nolxd -y $* + +cat >> ~/.bashrc <<-EOF +export OSM_HOSTNAME=127.0.0.1 +export OSM_SOL005=True + +EOF