diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-18 10:03:09 +0300 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-18 10:03:09 +0300 |
commit | ae00a2ef058aa9783f7675e8e59de9e2c809007e (patch) | |
tree | 09b837980f6be411adc5f50a55a9ec572afa91d1 /labs/intel/virtual_kvm/fuel/config | |
parent | cf9ba4a32f0600a6c2481c26e6f84a57bc3c38d3 (diff) |
Tune up virtual envs
* increase the memory/cpu of controller
* reduce the memory of computes
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'labs/intel/virtual_kvm/fuel/config')
-rw-r--r-- | labs/intel/virtual_kvm/fuel/config/dha.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/labs/intel/virtual_kvm/fuel/config/dha.yaml b/labs/intel/virtual_kvm/fuel/config/dha.yaml index 8cdf80b..59e2c8e 100644 --- a/labs/intel/virtual_kvm/fuel/config/dha.yaml +++ b/labs/intel/virtual_kvm/fuel/config/dha.yaml @@ -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 |