Skip to content
Snippets Groups Projects
Commit 1fef1809 authored by garciadeblas's avatar garciadeblas
Browse files

Fix bug 1818 to report correctly osm_unhealthy


Change-Id: I5ca8b030f9124a35325876a5e88752483f668f50
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent c42ef651
No related branches found
No related tags found
No related merge requests found
...@@ -722,9 +722,9 @@ function install_osm() { ...@@ -722,9 +722,9 @@ function install_osm() {
echo -e "Checking OSM health state..." echo -e "Checking OSM health state..."
$OSM_DEVOPS/installers/osm_health.sh -s ${OSM_STACK_NAME} -k || \ $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" && \ 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 track healthchecks after_healthcheck_ok
add_local_k8scluster add_local_k8scluster
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment