[dts] [PATCH] Add vxlan_sample suite virtual machine configuration file

Yong Liu yong.liu at intel.com
Thu Jun 18 05:10:42 CEST 2015


From: Marvin Liu <yong.liu at intel.com>

Signed-off-by: Marvin Liu <yong.liu at intel.com>

diff --git a/conf/vxlan_sample.cfg b/conf/vxlan_sample.cfg
new file mode 100644
index 0000000..28d0f95
--- /dev/null
+++ b/conf/vxlan_sample.cfg
@@ -0,0 +1,28 @@
+# vm configuration for vxlan sample case
+[vm0]
+cpu =
+    model=host,number=4,cpupin=24 25 26 27;
+mem =
+    size=4096,hugepage=yes;
+disk =
+    file=/storage/vm-image/vm0.img;
+login =
+    user=root,password=tester;
+vnc = 
+    displayNum=1;
+
+[vm1]
+cpu =
+    model=host,number=4,cpupin=28 29 30 31;
+mem =
+    size=4096,hugepage=yes;
+disk =
+    file=/storage/vm-image/vm1.img;
+login =
+    user=root,password=tester;
+qga = 
+    enable=yes;
+vnc = 
+    displayNum=2;
+daemon =
+    enable=yes;
-- 
1.9.3



More information about the dts mailing list