diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-17 09:30:11 +0300 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-18 10:11:16 +0300 |
commit | d408b76cb8aef52545cb2c6d4c6a742b3390615e (patch) | |
tree | b185fa28bafa6f876f5295b4cda6b372bc6780fe /deploy/config/labs | |
parent | 983a8377c55ad63133bf5be68a5b52928c592b11 (diff) |
Tune up virtual envs
* increase the memory/cpu of controller for noha case
* reduce the memory of computes
Change-Id: Iea9351bb846823fae64a662e92f894eca2f6cecb
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'deploy/config/labs')
-rw-r--r-- | deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml | 19 | ||||
-rw-r--r-- | deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml | 18 |
2 files changed, 36 insertions, 1 deletions
diff --git a/deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml b/deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml index 09b5d0845..ad2f5ebde 100644 --- a/deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml +++ b/deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml @@ -65,6 +65,16 @@ define_vms: attribute: type: virtio controller: + vcpu: + value: 4 + memory: + attribute_equlas: + unit: KiB + value: 10485760 + currentMemory: + attribute_equlas: + unit: KiB + value: 10485760 devices: interface: attribute_equlas: @@ -73,6 +83,14 @@ define_vms: attribute: type: e1000 compute: + memory: + attribute_equlas: + unit: KiB + value: 6291456 + currentMemory: + attribute_equlas: + unit: KiB + value: 6291456 devices: interface: attribute_equlas: @@ -80,4 +98,3 @@ define_vms: model: attribute: type: e1000 - diff --git a/deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml b/deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml index 47bc55009..3c246c11c 100644 --- a/deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml +++ b/deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml @@ -65,6 +65,16 @@ define_vms: attribute: type: virtio controller: + vcpu: + value: 4 + memory: + attribute_equlas: + unit: KiB + value: 10485760 + currentMemory: + attribute_equlas: + unit: KiB + value: 10485760 devices: interface: attribute_equlas: @@ -73,6 +83,14 @@ define_vms: attribute: type: e1000 compute: + memory: + attribute_equlas: + unit: KiB + value: 6291456 + currentMemory: + attribute_equlas: + unit: KiB + value: 6291456 devices: interface: attribute_equlas: |