blob: e04b96acf06783d9a2cd7d1aa2eb7e6e4d5ce44c [file] [log] [blame]
Mike Marchetti1b64bd42018-06-13 09:21:40 -04001#!/bin/bash
2export PATH=$PATH:/snap/bin
3echo "PATH=$PATH"
4juju status
5
Michael Marchetti79731f42018-07-10 18:07:12 +02006git clone https://osm.etsi.org/gerrit/osm/vim-emu.git
7git clone https://osm.etsi.org/gerrit/osm/devops.git
8eval devops/installers/full_install_osm.sh --nolxd -y "$1"
9
10cat >> ~/.bashrc <<-EOF
11export OSM_HOSTNAME=127.0.0.1
12export OSM_SOL005=True
13
14EOF