From 7ca1ec63172ee3e98ce9ad56bc925b90ef771b49 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Mon, 18 May 2020 18:20:43 +0200 Subject: [PATCH] Change bootstrapping series back to xenial. This is a temporary fix. Jenkins slave can't bootstrap a bionic series right now. Change-Id: I28da224c093a102a964f15bcbd7fadfca771b9af Signed-off-by: David Garcia --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index f44664ad..eaf79d7c 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -395,7 +395,7 @@ function juju_createcontroller() { if ! juju show-controller $OSM_STACK_NAME &> /dev/null; then # Not found created, create the controller sudo usermod -a -G lxd ${USER} - sg lxd -c "juju bootstrap $OSM_VCA_CLOUDNAME $OSM_STACK_NAME" + sg lxd -c "juju bootstrap --bootstrap-series=xenial $OSM_VCA_CLOUDNAME $OSM_STACK_NAME" fi [ $(juju controllers | awk "/^${OSM_STACK_NAME}[\*| ]/{print $1}"|wc -l) -eq 1 ] || FATAL "Juju installation failed" } -- 2.17.1