From 9c6ca57f518ded774b830e4051e630d8cad1d4eb Mon Sep 17 00:00:00 2001 From: zhouya Date: Tue, 25 Apr 2017 14:42:01 +0800 Subject: modify daisy.conf sleep long for trustme modify cpumode 1.add multicast flag in daisy.conf 2.sleep40 for trustme.sh execute ok 3.modify cpu mode of xml file to make it much more general 4.fix check_openstack_progress parameter error Change-Id: Ic150698ede448b7651e95d129aeb7d97a8f34309 Signed-off-by: zhouya --- ci/deploy/deploy.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ci/deploy') diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh index c287f361..cc759149 100755 --- a/ci/deploy/deploy.sh +++ b/ci/deploy/deploy.sh @@ -269,7 +269,10 @@ else virsh define $BMDEPLOY_DAISY_SERVER_VM virsh start daisy fi -sleep 20 +#wait for the daisy1 network start finished for execute trustme.sh +#here sleep 40 just needed in Dell blade server +#for E9000 blade server we only have to sleep 20 +sleep 40 echo "====== install daisy ======" $DEPLOY_PATH/trustme.sh $DAISY_IP $DAISY_PASSWD -- cgit 1.2.3-korg