summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAlex Yang <yangyang1@zte.com.cn>2017-03-26 22:01:43 +0800
committerAlex Yang <yangyang1@zte.com.cn>2017-03-26 22:01:43 +0800
commit59f1796fd0488926ede5b47279c1e672bda7e35b (patch)
treed5cff21179050a8e847a6e4f044c614de7ab8a53 /ci
parentbbef0fa1fb89a90a98e66ece5b19852bcf3f2332 (diff)
Fix bug in virtual deploy
In prepare_install function of tempest.py: 1. get_config.py needs dha and network parameters 2. install_os_for_vm_step2 function needs cluster_id parameter Change-Id: Idb13f71ced76f0d99dcbe818cdac3d3f2eb7d5df Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh
index 9fca1220..b2802c5d 100755
--- a/ci/deploy/deploy.sh
+++ b/ci/deploy/deploy.sh
@@ -321,7 +321,7 @@ if [ $IS_BARE == 0 ];then
virsh destroy all_in_one
virsh start all_in_one
sleep 20
- ssh $SSH_PARAS $DAISY_IP "python ${REMOTE_SPACE}/deploy/tempest.py --install 'yes'"
+ ssh $SSH_PARAS $DAISY_IP "python ${REMOTE_SPACE}/deploy/tempest.py --dha $DHA --network $NETWORK --install 'yes'"
fi
echo "===========check install progress==========="