Skip to content
Snippets Groups Projects
Commit 5a2ad88e authored by Mark Beierl's avatar Mark Beierl
Browse files

Adding Kafka to Health Check


Installation needs to wait for Kafka to be healthy before
continuing.

Change-Id: I8b7f0fd7c709075c7541c8962d808d4e4e45ed2c
Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
parent d6d60fc6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment