Change msb_consul version to 0.9.3 57/19457/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 18 Oct 2017 06:12:22 +0000 (14:12 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 18 Oct 2017 06:12:22 +0000 (14:12 +0800)
Change-Id: I9ad4c4009653952ed7171477af8c9095a8e3e611
Issue-Id: VFC-540
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
test/csit/plans/vfc-nfvo-wfengine/sanity-check/setup.sh

index a9ff9ac..d00a66c 100644 (file)
@@ -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