blob: e8f84d6278fb0719115a8663cd6126cf852d5a7e [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
Michael Marchetti3069e892018-08-13 22:52:44 +02008devops/installers/full_install_osm.sh --nolxd -y $*
Michael Marchetti79731f42018-07-10 18:07:12 +02009
10cat >> ~/.bashrc <<-EOF
11export OSM_HOSTNAME=127.0.0.1
12export OSM_SOL005=True
13
14EOF