Add support for vim emu installation
[osm/devops.git] / packer / scripts / get-install-osm.sh
1 #!/bin/bash
2 export PATH=$PATH:/snap/bin
3 echo "PATH=$PATH"
4 juju status
5
6 git clone https://osm.etsi.org/gerrit/osm/vim-emu.git
7 git clone https://osm.etsi.org/gerrit/osm/devops.git
8 eval devops/installers/full_install_osm.sh --nolxd -y "$1"
9
10 cat >> ~/.bashrc <<-EOF
11 export OSM_HOSTNAME=127.0.0.1
12 export OSM_SOL005=True
13
14 EOF