Update all-in-one VM CPUs from 4 to 8 43/40043/1
authorZhijiang Hu <hu.zhijiang@zte.com.cn>
Thu, 24 Aug 2017 02:56:05 +0000 (22:56 -0400)
committerZhijiang Hu <hu.zhijiang@zte.com.cn>
Thu, 24 Aug 2017 02:56:05 +0000 (22:56 -0400)
By testing we found that all-in-one VM needs more CPUs, otherwise
, we encountered high probability failure during kolla deployment.

Change-Id: I4ee798c9427c61a696bc8ec33ba4bc72fafcebba
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
templates/virtual_environment/vms/all_in_one.xml

index 15f0305..9972595 100644 (file)
@@ -2,7 +2,7 @@
   <name>all_in_one</name>
   <memory unit='KiB'>16777216</memory>
   <currentMemory unit='KiB'>16777216</currentMemory>
-  <vcpu placement='static'>4</vcpu>
+  <vcpu placement='static'>8</vcpu>
   <resource>
     <partition>/machine</partition>
   </resource>