Skip to content
Snippets Groups Projects
Commit 37c3f51c authored by Mike Marchetti's avatar Mike Marchetti
Browse files

Add additional logging of osm health


Change-Id: I4258228a0e7cd46fd1b9e771313c2c8f8650ea38
Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent e31371a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment