Bug fix : Increase NUMA nodes RAM
[fuel.git] / mcp / config / scenario / os-nosdn-nofeature-noha.yaml
index 5c5e77c..46c8bdd 100644 (file)
@@ -14,13 +14,42 @@ cluster:
     - networks
 virtual:
   nodes:
-    - cfg01
-    - ctl01
-    - cmp001
-    - cmp002
-    - gtw01
+    control:
+      - ctl01
+      - gtw01
+    compute:
+      - cmp001
+      - cmp002
   ctl01:
     vcpus: 4
     ram: 14336
   gtw01:
     ram: 2048
+  cmp001:
+    vcpus: 8
+    ram: 16384
+    cpu_topology:
+      sockets: 2
+      cores: 2
+      threads: 2
+    numa:
+      cell0:
+        memory: 8388608
+        cpus: 0-3
+      cell1:
+        memory: 8388608
+        cpus: 4-7
+  cmp002:
+    vcpus: 8
+    ram: 16384
+    cpu_topology:
+      sockets: 2
+      cores: 2
+      threads: 2
+    numa:
+      cell0:
+        memory: 8388608
+        cpus: 0-3
+      cell1:
+        memory: 8388608
+        cpus: 4-7