diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-10-18 14:45:20 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-10-18 14:45:20 +0800 |
commit | 7054b4f084e4b3df802d108cddd06714c84e9cd5 (patch) | |
tree | ecac6d07f8faeeecad2fda2cbc2f8776fce60a11 /test/csit/plans | |
parent | 2a29a19302c02c78b00d1ea4d726539f8b9073ed (diff) |
Set gvnfm consul version to 0.9.3
MSB can't work with the latest version of Consul 1.0.0
Change-Id: Iff8ef41a702c2e156a273d5ba6df145d0777e2f9
Issue-ID: VFC-540
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'test/csit/plans')
-rw-r--r-- | test/csit/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/setup.sh index fed23c5aa..bdc66d0e1 100644 --- a/test/csit/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/setup.sh +++ b/test/csit/plans/vfc-nfvo-driver-vnfm-gvnfm/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 |