From: garciadeblas Date: Fri, 18 May 2018 13:37:28 +0000 (+0200) Subject: updated juju bootstrap to use xenial series X-Git-Tag: v4.0.0~2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=a235be84fc3c375baf7b18b251c41d16a8dde01e;p=osm%2Fdevops.git updated juju bootstrap to use xenial series Change-Id: I0a6f19c3a89754487cbebf9440b96ce91fdfacea Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index ffd4a274..d9d1e7d7 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -541,7 +541,7 @@ function install_juju() { echo "Installing juju" sudo snap install juju --classic sudo dpkg-reconfigure -p medium lxd - sg lxd -c "juju bootstrap localhost osm" + sg lxd -c "juju bootstrap --bootstrap-series=xenial localhost osm" [ $(juju status |grep "osm" |wc -l) -eq 1 ] || FATAL "Juju installation failed" echo "Finished installation of juju" }