projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31371a
)
Add additional logging of osm health
51/6551/1
author
Mike Marchetti
<mmarchetti@sandvine.com>
Mon, 24 Sep 2018 14:27:00 +0000
(10:27 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/installers/osm_health.sh
b/installers/osm_health.sh
index
8852ab3
..
3a7eaf9
100755
(executable)
--- 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