X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fosm_health.sh;h=077290bee5c15197308208ed124a2400f61009ef;hb=c5b6206a7c21cadda941762389ecadd0100418f0;hp=6c314fbd3c81580c23021b7b3f1393c95bdf4402;hpb=6e2e007ee79ce5e3b8059ddec10916cba298c57f;p=osm%2Fdevops.git diff --git a/installers/osm_health.sh b/installers/osm_health.sh index 6c314fbd..077290be 100755 --- a/installers/osm_health.sh +++ b/installers/osm_health.sh @@ -47,6 +47,12 @@ failures_in_a_row=0 oks_in_a_row=0 +# Show status of the OSM services deployed with helm +echo "helm -n ${STACK_NAME} list" +helm -n ${STACK_NAME} list +echo "helm -n ${STACK_NAME} status ${STACK_NAME}" +helm -n ${STACK_NAME} status ${STACK_NAME} + #################################################################################### # Loop to check system readiness ####################################################################################