X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fdmaap-message-router%2Fdmaap-mr-launch.sh;fp=scripts%2Fdmaap-message-router%2Fdmaap-mr-launch.sh;h=4fef682101e4567f50818302ff3cb2188ea4a461;hb=4cb0ffb3b9fb22b0b3773d9663908c3cbf0ed568;hp=e7ea9a97b56de023e5df3d5ee17cb22b2db73270;hpb=0937239c445e93e7ceabd27bcef313e0acfcd59b;p=integration%2Fcsit.git 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