aboutsummaryrefslogtreecommitdiffstats
path: root/plans/msb/sanity-check
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2019-03-18 19:27:04 +0800
committerHuabing Zhao <zhaohuabing@gmail.com>2019-03-18 19:28:46 +0800
commit4286d83c395570501953180e9f77a51c29b991f5 (patch)
tree86b68dcaaa230daa21ec77b9a97319a64164eaae /plans/msb/sanity-check
parent7d6213520ba27cea3b0375a5b8aebfe8d8abc52c (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/sanity-check')
-rw-r--r--plans/msb/sanity-check/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/msb/sanity-check/setup.sh b/plans/msb/sanity-check/setup.sh
index e44f4371..d6e38fbe 100644
--- a/plans/msb/sanity-check/setup.sh
+++ b/plans/msb/sanity-check/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}