diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-08-19 07:57:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-19 07:57:28 +0000 |
commit | e7f7abc89161441548545f79f0299610c6e5b203 (patch) | |
tree | 6ccaf585c1d4782221ee85fb7e6d2b75ca546d71 | |
parent | db1f756252f60e038fabb2290848651996569bd8 (diff) | |
parent | d408b76cb8aef52545cb2c6d4c6a742b3390615e (diff) |
Merge "Tune up virtual envs"
-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: |