modify daisy.conf sleep long for trustme modify cpumode 45/33745/5
authorzhouya <zhou.ya@zte.com.cn>
Tue, 25 Apr 2017 06:42:01 +0000 (14:42 +0800)
committerzhouya <zhou.ya@zte.com.cn>
Tue, 25 Apr 2017 08:07:16 +0000 (16:07 +0800)
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 <zhou.ya@zte.com.cn>
ci/deploy/deploy.sh
deploy/check_openstack_progress.sh
deploy/daisy.conf
templates/physical_environment/vms/daisy.xml
templates/virtual_environment/vms/all_in_one.xml
templates/virtual_environment/vms/computer01.xml
templates/virtual_environment/vms/computer02.xml
templates/virtual_environment/vms/controller01.xml
templates/virtual_environment/vms/controller02.xml
templates/virtual_environment/vms/controller03.xml
templates/virtual_environment/vms/daisy.xml

index c287f36..cc75914 100755 (executable)
@@ -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
index f0ab1e9..1f15089 100755 (executable)
@@ -8,7 +8,7 @@ OPTIONS:
   -n target node numbers
 
 EXAMPLE:
-    sudo `basename $0` -d 1 -n 5
+    sudo `basename $0` -n 5
 EOF
 }
 
index f8ce053..d9659db 100644 (file)
@@ -32,3 +32,8 @@ client_ip_begin=99.99.1.50
 
 #The end value of PXE client ip range
 client_ip_end=99.99.1.150
+
+[multicast]
+#enabled multicast or not.
+daisy_conf_mcast_enabled=False
+
index 574669b..552addb 100644 (file)
@@ -15,9 +15,7 @@
     <acpi/>\r
     <apic/>\r
   </features>\r
-  <cpu mode='custom' match='exact'>\r
-    <model fallback='allow'>IvyBridge</model>\r
-  </cpu>\r
+  <cpu mode="host-model"/>\r
   <clock offset='utc'>\r
     <timer name='rtc' tickpolicy='catchup'/>\r
     <timer name='pit' tickpolicy='delay'/>\r
index 75caed2..4d08a68 100644 (file)
@@ -15,9 +15,7 @@
     <acpi/>
     <apic/>
   </features>
-  <cpu mode='custom' match='exact'>
-    <model fallback='allow'>IvyBridge</model>
-  </cpu>
+  <cpu mode="host-model"/>
   <clock offset='utc'>
     <timer name='rtc' tickpolicy='catchup'/>
     <timer name='pit' tickpolicy='delay'/>
index 323f741..00d2718 100644 (file)
@@ -15,9 +15,7 @@
     <acpi/>
     <apic/>
   </features>
-  <cpu mode='custom' match='exact'>
-    <model fallback='allow'>IvyBridge</model>
-  </cpu>
+  <cpu mode="host-model"/>
   <clock offset='utc'>
     <timer name='rtc' tickpolicy='catchup'/>
     <timer name='pit' tickpolicy='delay'/>
index b8a4eac..b2b48bf 100644 (file)
@@ -15,9 +15,7 @@
     <acpi/>
     <apic/>
   </features>
-  <cpu mode='custom' match='exact'>
-    <model fallback='allow'>IvyBridge</model>
-  </cpu>
+  <cpu mode="host-model"/>
   <clock offset='utc'>
     <timer name='rtc' tickpolicy='catchup'/>
     <timer name='pit' tickpolicy='delay'/>
index b29b45c..fbf14f1 100644 (file)
@@ -15,9 +15,7 @@
     <acpi/>
     <apic/>
   </features>
-  <cpu mode='custom' match='exact'>
-    <model fallback='allow'>IvyBridge</model>
-  </cpu>
+  <cpu mode="host-model"/>
   <clock offset='utc'>
     <timer name='rtc' tickpolicy='catchup'/>
     <timer name='pit' tickpolicy='delay'/>
index b49b954..931c1f2 100644 (file)
@@ -15,9 +15,7 @@
     <acpi/>
     <apic/>
   </features>
-  <cpu mode='custom' match='exact'>
-    <model fallback='allow'>IvyBridge</model>
-  </cpu>
+  <cpu mode="host-model"/>
   <clock offset='utc'>
     <timer name='rtc' tickpolicy='catchup'/>
     <timer name='pit' tickpolicy='delay'/>
index f35f7ef..8f1c0f0 100644 (file)
@@ -15,9 +15,7 @@
     <acpi/>
     <apic/>
   </features>
-  <cpu mode='custom' match='exact'>
-    <model fallback='allow'>IvyBridge</model>
-  </cpu>
+  <cpu mode="host-model"/>
   <clock offset='utc'>
     <timer name='rtc' tickpolicy='catchup'/>
     <timer name='pit' tickpolicy='delay'/>
index c95219b..98703c7 100644 (file)
@@ -14,9 +14,7 @@
     <acpi/>
     <apic/>
   </features>
-  <cpu mode='custom' match='exact'>
-    <model fallback='allow'>IvyBridge</model>
-  </cpu>
+  <cpu mode="host-model"/>
   <clock offset='utc'>
     <timer name='rtc' tickpolicy='catchup'/>
     <timer name='pit' tickpolicy='delay'/>