From c06c5bc49481d1b2b4379e9498ca7802530e33eb Mon Sep 17 00:00:00 2001 From: fujinhua Date: Wed, 18 Oct 2017 14:12:22 +0800 Subject: Change msb_consul version to 0.9.3 Change-Id: I9ad4c4009653952ed7171477af8c9095a8e3e611 Issue-Id: VFC-540 Signed-off-by: fujinhua --- test/csit/plans/vfc-nfvo-wfengine/sanity-check/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/csit/plans/vfc-nfvo-wfengine/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-wfengine/sanity-check/setup.sh index a9ff9ac13..d00a66c52 100644 --- a/test/csit/plans/vfc-nfvo-wfengine/sanity-check/setup.sh +++ b/test/csit/plans/vfc-nfvo-wfengine/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