| commit | 37c3f51ca58252bab799d8533d46f4cdad29602c | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Mon Sep 24 10:27:00 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Mon Sep 24 10:27:00 2018 -0400 |
| tree | 1ed33c4de45facb5431f8b61b8be0db2faaa3187 | |
| parent | e31371a64adffa3b33cea167385e6daf0bc3b0a5 [diff] |
Add additional logging of osm health Change-Id: I4258228a0e7cd46fd1b9e771313c2c8f8650ea38 Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/installers/osm_health.sh b/installers/osm_health.sh index 8852ab3..3a7eaf9 100755 --- a/installers/osm_health.sh +++ b/installers/osm_health.sh
@@ -28,4 +28,8 @@ sleep $step time=$((time+step)) done + +echo "Not all Docker services are healthy" +docker ps | grep " ${STACK_NAME}_" + exit 1