Tune up virtual envs 11/18911/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Thu, 18 Aug 2016 07:03:09 +0000 (10:03 +0300)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Thu, 18 Aug 2016 07:03:09 +0000 (10:03 +0300)
* increase the memory/cpu of controller
* reduce the memory of computes

Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
labs/ericsson/virtual_kvm/fuel/config/dha.yaml
labs/intel/virtual_kvm/fuel/config/dha.yaml

index 1c98424..cacffe6 100644 (file)
@@ -36,3 +36,29 @@ disks:
   fuel: 100G
   controller: 100G
   compute: 100G
+
+# Here the infrastructure VMs can be defined.
+# The entries are not mandatory! If it is left empty
+# the default defined in deploy/templates will
+# be used.
+define_vms:
+  controller:
+    vcpu:
+      value: 4
+    memory:
+      attribute_equlas:
+        unit: KiB
+      value: 10485760
+    currentMemory:
+      attribute_equlas:
+        unit: KiB
+      value: 10485760
+  compute:
+    memory:
+      attribute_equlas:
+        unit: KiB
+      value: 6291456
+    currentMemory:
+      attribute_equlas:
+        unit: KiB
+      value: 6291456
index 8cdf80b..59e2c8e 100644 (file)
@@ -36,3 +36,29 @@ disks:
   fuel: 100G
   controller: 100G
   compute: 50G
+
+# Here the infrastructure VMs can be defined.
+# The entries are not mandatory! If it is left empty
+# the default defined in deploy/templates will
+# be used.
+define_vms:
+  controller:
+    vcpu:
+      value: 4
+    memory:
+      attribute_equlas:
+        unit: KiB
+      value: 10485760
+    currentMemory:
+      attribute_equlas:
+        unit: KiB
+      value: 10485760
+  compute:
+    memory:
+      attribute_equlas:
+        unit: KiB
+      value: 6291456
+    currentMemory:
+      attribute_equlas:
+        unit: KiB
+      value: 6291456