X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fosm_health.sh;fp=installers%2Fosm_health.sh;h=0f7922a31c59aeaebbd7a355edf2101eced83e25;hb=5a2ad88eaa8cdbb818e75c2f661a3d4719d5de66;hp=aed8e7ab3771c54a0e18f35b316146ccf00e3c38;hpb=d6d60fc6ed1626b4849d7947e579cae49ee0e8ce;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"