diff options
-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: |