Skip to content
Snippets Groups Projects
Commit 0a0261d2 authored by diazb's avatar diazb
Browse files

Adds MON to osm_health script


Change-Id: I8e02c652492741408ba411818d7fb41cc8230ec4
Signed-off-by: default avatarBenjamin Diaz <bdiaz@whitestack.com>
parent 4e8662c0
No related branches found
No related tags found
No related merge requests found
#!/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
......
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