diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2019-03-18 19:27:04 +0800 |
---|---|---|
committer | Huabing Zhao <zhaohuabing@gmail.com> | 2019-03-18 19:28:46 +0800 |
commit | 4286d83c395570501953180e9f77a51c29b991f5 (patch) | |
tree | 86b68dcaaa230daa21ec77b9a97319a64164eaae /plans/msb/tcp-service/setup.sh | |
parent | 7d6213520ba27cea3b0375a5b8aebfe8d8abc52c (diff) |
Update consul version to 1.4.3
This commit depends on https://gerrit.onap.org/r/#/c/82566/
The csit jobs will fail until 82566 is merged
Change-Id: Ieea79b8f8e5fc78aa1249e4ae4aa2d631c98f551
Issue-ID: MSB-325
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'plans/msb/tcp-service/setup.sh')
-rw-r--r-- | plans/msb/tcp-service/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plans/msb/tcp-service/setup.sh b/plans/msb/tcp-service/setup.sh index ea2bafdf..2ebb830f 100644 --- a/plans/msb/tcp-service/setup.sh +++ b/plans/msb/tcp-service/setup.sh @@ -18,7 +18,7 @@ source ${SCRIPTS}/common_functions.sh #start msb -docker run -d -p 8500:8500 --name msb_consul consul:0.9.3 +docker run -d -p 8500:8500 --name msb_consul consul:1.4.3 MSB_CONSUL_IP=`get-instance-ip.sh msb_consul` echo MSB_CONSUL_IP=${MSB_CONSUL_IP} @@ -50,4 +50,4 @@ curl -H "Content-Type: application/json" -X POST -d '{"serviceName": "ActiveMQ", # Pass any variables required by Robot test suites in ROBOT_VARIABLES -ROBOT_VARIABLES="-v MSB_IAG_IP:${MSB_IAG_IP} -v MSB_DISCOVERY_IP:${MSB_DISCOVERY_IP} -v ACTIVEMQ_IP:${ACTIVEMQ_IP}"
\ No newline at end of file +ROBOT_VARIABLES="-v MSB_IAG_IP:${MSB_IAG_IP} -v MSB_DISCOVERY_IP:${MSB_DISCOVERY_IP} -v ACTIVEMQ_IP:${ACTIVEMQ_IP}" |