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

index b0cec31..68b7843 100644 (file)
@@ -21,7 +21,7 @@
 docker login -u docker -p docker nexus3.onap.org:10001
 
 # Start MSB
-docker run -d -p 8500:8500 --name msb_consul nexus3.onap.org:10001/onap/msb/msb_base
+docker run -d -p 8500:8500 --name msb_consul consul:0.9.3
 CONSUL_IP=`get-instance-ip.sh msb_consul`
 echo CONSUL_IP=${CONSUL_IP}
 docker run -d -p 10081:10081 -e CONSUL_IP=$CONSUL_IP --name msb_discovery nexus3.onap.org:10001/onap/msb/msb_discovery