From: Mike Marchetti Date: Mon, 24 Sep 2018 14:27:00 +0000 (-0400) Subject: Add additional logging of osm health X-Git-Tag: v5.0.0~100 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=37c3f51ca58252bab799d8533d46f4cdad29602c;p=osm%2Fdevops.git Add additional logging of osm health Change-Id: I4258228a0e7cd46fd1b9e771313c2c8f8650ea38 Signed-off-by: Mike Marchetti --- diff --git a/installers/osm_health.sh b/installers/osm_health.sh index 8852ab31..3a7eaf98 100755 --- a/installers/osm_health.sh +++ b/installers/osm_health.sh @@ -28,4 +28,8 @@ while [ $time -le "$WAIT_TIME" ]; do sleep $step time=$((time+step)) done + +echo "Not all Docker services are healthy" +docker ps | grep " ${STACK_NAME}_" + exit 1