Add additional logging of osm health
[osm/devops.git] / 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