diff options
author | pkaras <piotr.karas@nokia.com> | 2019-04-02 08:45:29 +0200 |
---|---|---|
committer | pkaras <piotr.karas@nokia.com> | 2019-04-02 08:45:29 +0200 |
commit | 4cb0ffb3b9fb22b0b3773d9663908c3cbf0ed568 (patch) | |
tree | f99f32340255c4021a236e8cc074742f40d333df /scripts/dmaap-message-router | |
parent | 0937239c445e93e7ceabd27bcef313e0acfcd59b (diff) |
fix for proxy setup
Change-Id: Ia0cdc93b30dc8fff08542a1884d72e06cc7f633a
Issue-ID: DMAAP-1141
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
Diffstat (limited to 'scripts/dmaap-message-router')
-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 |