From 4286d83c395570501953180e9f77a51c29b991f5 Mon Sep 17 00:00:00 2001 From: Huabing Zhao Date: Mon, 18 Mar 2019 19:27:04 +0800 Subject: 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 --- plans/msb/sanity-check/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plans/msb/sanity-check') 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} -- cgit 1.2.3-korg