From: beierlm Date: Fri, 10 Jul 2020 19:42:38 +0000 (-0400) Subject: Adding Kafka to Health Check X-Git-Tag: v8.0.0rc3~11 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=c262641caaec20c5f6ffaed6a00caf15e17b7117 Adding Kafka to Health Check Installation needs to wait for Kafka to be healthy before continuing. Change-Id: I8b7f0fd7c709075c7541c8962d808d4e4e45ed2c Signed-off-by: beierlm (cherry picked from commit 5a2ad88eaa8cdbb818e75c2f661a3d4719d5de66) --- 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"