Feature 8170: deploy OSM services with a helm chart
Change-Id: Ice69a2c7adcfdae331fee7212337e47e82130516
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/osm_health.sh b/installers/osm_health.sh
index 6c314fb..077290b 100755
--- a/installers/osm_health.sh
+++ b/installers/osm_health.sh
@@ -47,6 +47,12 @@
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
####################################################################################