diff options
Diffstat (limited to 'scripts/dmaap-message-router/dmaap-mr-launch.sh')
-rwxr-xr-x | scripts/dmaap-message-router/dmaap-mr-launch.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/dmaap-message-router/dmaap-mr-launch.sh b/scripts/dmaap-message-router/dmaap-mr-launch.sh index e7ea9a97..4fef6821 100755 --- a/scripts/dmaap-message-router/dmaap-mr-launch.sh +++ b/scripts/dmaap-message-router/dmaap-mr-launch.sh @@ -116,6 +116,11 @@ function dmaap_mr_launch() { echo KAFKA_IP=${KAFKA_IP} echo ZOOKEEPER_IP=${ZOOKEEPER_IP} + source ${SCRIPTS}/common_functions.sh + bypass_ip_adress ${DMAAP_MR_IP} + bypass_ip_adress ${KAFKA_IP} + bypass_ip_adress ${ZOOKEEPER_IP} + # Wait for initialization of docker services for i in {1..50}; do curl -sS -m 1 ${DMAAP_MR_IP}:3904/events/TestTopic && break |