X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Fosm_health.sh;h=0f7922a31c59aeaebbd7a355edf2101eced83e25;hb=1df265155d72cf1082c7ef9f1d8977e68ff7f327;hp=aed8e7ab3771c54a0e18f35b316146ccf00e3c38;hpb=8339ed24e9270f4cd7aa34bb632505d8d72f6c4a;p=osm%2Fdevops.git diff --git a/installers/osm_health.sh b/installers/osm_health.sh index aed8e7ab..0f7922a3 100755 --- a/installers/osm_health.sh +++ b/installers/osm_health.sh @@ -16,7 +16,7 @@ # limitations under the License. WAIT_TIME=340 # LCM healthcheck needs 2x(30+140) senconds -SERVICES_WITH_HEALTH="nbi ro zookeeper lcm mon light-ui pol" +SERVICES_WITH_HEALTH="nbi ro zookeeper lcm mon light-ui pol kafka" NUM_SERVICES_WITH_HEALTH=$(echo $SERVICES_WITH_HEALTH | wc -w) WAIT_FINAL=30 OSM_DEPLOYMENT="light-ui nbi lcm ro mon pol keystone"