From: garciadeblas Date: Fri, 3 Dec 2021 10:37:40 +0000 (+0100) Subject: Fix bug 1819 to report correctly osm_unhealthy X-Git-Tag: v12.0.0rc1~73 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=f4f0e0f7fc07e6cc687be49f89295263cde2be63;p=osm%2Fdevops.git Fix bug 1819 to report correctly osm_unhealthy Change-Id: I5ca8b030f9124a35325876a5e88752483f668f50 Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index d22bc1a0..3447de1f 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