aboutsummaryrefslogtreecommitdiffstats
path: root/plans/msb/sanity-check
diff options
context:
space:
mode:
authorMariusz Wagner <mariusz.wagner@nokia.com>2019-03-18 13:34:32 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-18 13:34:32 +0000
commit28b933b10aff28bc8b51068350d0a32af8e79730 (patch)
tree7e48b734e9c639b9fb4961b2b52c486ff1d895e0 /plans/msb/sanity-check
parent45f722b43b6860fad063f6b1178e20c0219390af (diff)
parent4286d83c395570501953180e9f77a51c29b991f5 (diff)
Merge "Update consul version to 1.4.3"
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}