Fix installation tracking issues 44/13444/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 18 May 2023 09:28:16 +0000 (11:28 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 31 May 2023 09:52:21 +0000 (11:52 +0200)
Change-Id: I0f0c32fec318a12419ea3cc772967713bd8b0c42
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/full_install_osm.sh
installers/install_juju.sh
installers/install_lxd.sh

index b1e868a..23d8f07 100755 (executable)
@@ -519,7 +519,7 @@ function install_osm() {
     # configure apt proxy
     [ -n "$APT_PROXY_URL" ] && configure_apt_proxy $APT_PROXY_URL
 
-    # if no host is passed in, we need to install lxd/juju, unless explicilty asked not to
+    # if no host is passed in, we need to install lxd, unless explicilty asked not to
     if [ -z "$OSM_VCA_HOST" ] && [ -z "$INSTALL_NOLXD" ] && [ -z "$LXD_CLOUD_FILE" ]; then
         LXD_INSTALL_OPTS="-D ${OSM_DEVOPS} -i ${OSM_DEFAULT_IF} ${DEBUG_INSTALL}"
         [ -n "${OSM_BEHIND_PROXY}" ] && LXD_INSTALL_OPTS="${LXD_INSTALL_OPTS} -P"
index 68c8628..23fd1ee 100755 (executable)
@@ -227,7 +227,7 @@ echo "OSM_DEVOPS=$OSM_DEVOPS"
 echo "HOME=$HOME"
 
 [ -z "$INSTALL_NOJUJU" ] && install_juju
-track juju juju_install_ok
+track juju juju_client_ok
 
 if [ -z "$OSM_VCA_HOST" ]; then
     if [ -z "$CONTROLLER_NAME" ]; then
index ca77c90..7395c73 100755 (executable)
@@ -132,5 +132,5 @@ echo "OSM_DEFAULT_IF=$OSM_DEFAULT_IF"
 echo "OSM_DEVOPS=$OSM_DEVOPS"
 
 [ -z "$INSTALL_NOJUJU" ] && install_lxd
-track juju juju_install_ok
+track prereq lxd_install_ok