From: ying.yunlong Date: Wed, 18 Oct 2017 06:12:18 +0000 (+0800) Subject: Set vnflcm consul version to 0.9.3 X-Git-Tag: 1.0.0-Amsterdam~153^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=338acee82f0ecf78e57da9e3bac613caf136022b;p=integration.git Set vnflcm consul version to 0.9.3 MSB can't work with the latest version of Consul 1.0.0 Change-Id: I46c1b073417e903292d71cf9c18f0027c58db776 Issue-ID: VFC-540 Signed-off-by: ying.yunlong --- diff --git a/test/csit/plans/vfc-gvnfm-vnflcm/sanity-check/setup.sh b/test/csit/plans/vfc-gvnfm-vnflcm/sanity-check/setup.sh index 9db194663..63782a9f5 100755 --- a/test/csit/plans/vfc-gvnfm-vnflcm/sanity-check/setup.sh +++ b/test/csit/plans/vfc-gvnfm-vnflcm/sanity-check/setup.sh @@ -20,7 +20,7 @@ source ${SCRIPTS}/common_functions.sh #start msb -docker run -d -p 8500:8500 --name msb_consul consul +docker run -d -p 8500:8500 --name msb_consul consul:0.9.3 MSB_CONSUL_IP=`get-instance-ip.sh msb_consul` echo MSB_CONSUL_IP=${MSB_CONSUL_IP}