From c262641caaec20c5f6ffaed6a00caf15e17b7117 Mon Sep 17 00:00:00 2001 From: beierlm Date: Fri, 10 Jul 2020 15:42:38 -0400 Subject: [PATCH] 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) --- installers/osm_health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.17.1