Add additional logging of osm health 51/6551/1
authorMike Marchetti <mmarchetti@sandvine.com>
Mon, 24 Sep 2018 14:27:00 +0000 (10:27 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Mon, 24 Sep 2018 14:27:00 +0000 (10:27 -0400)
Change-Id: I4258228a0e7cd46fd1b9e771313c2c8f8650ea38
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
installers/osm_health.sh

index 8852ab3..3a7eaf9 100755 (executable)
@@ -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