X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=blobdiff_plain;f=installers%2Fosm_health.sh;h=0f7922a31c59aeaebbd7a355edf2101eced83e25;hp=aed8e7ab3771c54a0e18f35b316146ccf00e3c38;hb=c262641caaec20c5f6ffaed6a00caf15e17b7117;hpb=4c8f0c7fd6605ae846d2eb77c42db6fc9193e9d4 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"