From 69cd717348e635d1a55689b22873b751cc5ff2b1 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Wed, 18 Oct 2017 14:46:26 +0800 Subject: Set svnfm consul version to 0.9.3 MSB can't work with the latest version of Consul 1.0.0 Change-Id: Ifd31028c430544ea549c64c647a051b4981c9bc6 Issue-ID: VFC-540 Signed-off-by: ying.yunlong --- test/csit/plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/csit/plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/setup.sh') diff --git a/test/csit/plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/setup.sh index d18c4835b..f2eadb010 100644 --- a/test/csit/plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/setup.sh +++ b/test/csit/plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/setup.sh @@ -21,7 +21,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} docker run -d -p 10081:10081 -e CONSUL_IP=$MSB_CONSUL_IP --name msb_discovery nexus3.onap.org:10001/onap/msb/msb_discovery -- cgit 1.2.3-korg