X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=093f341619fabbc3a051262dd87648698bda1d55;hb=refs%2Fchanges%2F18%2F11618%2F9;hp=d22bc1a0dd4556341ccb57f66f200e2f57c18304;hpb=c0d0234449b80a56febe1f5a933196643a13e463;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index d22bc1a0..093f3416 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -722,9 +722,9 @@ function install_osm() { echo -e "Checking OSM health state..." $OSM_DEVOPS/installers/osm_health.sh -s ${OSM_STACK_NAME} -k || \ - echo -e "OSM is not healthy, but will probably converge to a healthy state soon." && \ + (echo -e "OSM is not healthy, but will probably converge to a healthy state soon." && \ echo -e "Check OSM status with: kubectl -n ${OSM_STACK_NAME} get all" && \ - track healthchecks osm_unhealthy didnotconverge + track healthchecks osm_unhealthy didnotconverge) track healthchecks after_healthcheck_ok add_local_k8scluster @@ -859,7 +859,7 @@ function parse_docker_registry_url() { LXD_VERSION=4.0 JUJU_VERSION=2.9 -JUJU_AGENT_VERSION=2.9.17 +JUJU_AGENT_VERSION=2.9.22 UNINSTALL="" DEVELOP="" UPDATE=""