From 6e4a73d862c4edc0c6c1798deea65fc19fcd0800 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 2 Nov 2016 11:09:33 +0300 Subject: [virtual envs] Enhance hw resources of controller JIRA: FUEL-220 Change-Id: I96b1b3fb397ed2f957c0e865cc6f071b42698970 Signed-off-by: Michael Polenchuk (cherry picked from commit 233d70234a5c0c2f1ade916e928ed82a254935a6) --- labs/ericsson/virtual_kvm/fuel/config/dha.yaml | 4 ++-- labs/intel/virtual_kvm/fuel/config/dha.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'labs') diff --git a/labs/ericsson/virtual_kvm/fuel/config/dha.yaml b/labs/ericsson/virtual_kvm/fuel/config/dha.yaml index cacffe6..efab0a6 100644 --- a/labs/ericsson/virtual_kvm/fuel/config/dha.yaml +++ b/labs/ericsson/virtual_kvm/fuel/config/dha.yaml @@ -48,11 +48,11 @@ define_vms: memory: attribute_equlas: unit: KiB - value: 10485760 + value: 12582912 currentMemory: attribute_equlas: unit: KiB - value: 10485760 + value: 12582912 compute: memory: attribute_equlas: diff --git a/labs/intel/virtual_kvm/fuel/config/dha.yaml b/labs/intel/virtual_kvm/fuel/config/dha.yaml index 98e24ad..103df33 100644 --- a/labs/intel/virtual_kvm/fuel/config/dha.yaml +++ b/labs/intel/virtual_kvm/fuel/config/dha.yaml @@ -48,11 +48,11 @@ define_vms: memory: attribute_equlas: unit: KiB - value: 10485760 + value: 12582912 currentMemory: attribute_equlas: unit: KiB - value: 10485760 + value: 12582912 compute: memory: attribute_equlas: -- cgit 1.2.3-korg