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:
4e8662c
)
Adds MON to osm_health script
93/6993/1
author
Benjamin Diaz
<bdiaz@whitestack.com>
Wed, 28 Nov 2018 20:35:02 +0000
(17:35 -0300)
committer
Benjamin Diaz
<bdiaz@whitestack.com>
Wed, 28 Nov 2018 20:35:02 +0000
(17:35 -0300)
Change-Id: I8e02c652492741408ba411818d7fb41cc8230ec4
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
installers/osm_health.sh
patch
|
blob
|
history
diff --git
a/installers/osm_health.sh
b/installers/osm_health.sh
index
2684af7
..
d17d08f
100755
(executable)
--- a/
installers/osm_health.sh
+++ b/
installers/osm_health.sh
@@
-1,7
+1,7
@@
#!/bin/sh
WAIT_TIME=180 # LCM healthcheck needs 140 senconds
-SERVICES_WITH_HEALTH="nbi ro zookeeper lcm"
+SERVICES_WITH_HEALTH="nbi ro zookeeper lcm
mon
"
NUM_SERVICES_WITH_HEALTH=$(echo $SERVICES_WITH_HEALTH | wc -w)
WAIT_FINAL=30