From 37c3f51ca58252bab799d8533d46f4cdad29602c Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Mon, 24 Sep 2018 10:27:00 -0400 Subject: [PATCH] Add additional logging of osm health Change-Id: I4258228a0e7cd46fd1b9e771313c2c8f8650ea38 Signed-off-by: Mike Marchetti --- installers/osm_health.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.25.1