diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-09-16 01:10:10 +0200 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-09-16 14:19:27 +0000 |
commit | 0fe3ccd9835345286c60cbcd5c7c09c55ee2289d (patch) | |
tree | 07055d49593a56ee990eb53414f676ba2e512fba /deploy/scenario | |
parent | b90311bf3240c0f57ee747e6cf3e57e07a6cf5fa (diff) |
Increase number of hugepages allocated for nova
Yardstick is using m1.small flavor for some tests, in case of ovs
scenario it should be possible to allocate 2GB from hugepages.
Change-Id: Ie908d94e63a5055907bb33c69a5e028739f44f2e
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
(cherry picked from commit c64a4063f591c0140509e3edb88d9f0c3cd20928)
Diffstat (limited to 'deploy/scenario')
-rw-r--r-- | deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml | 2 | ||||
-rw-r--r-- | deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml b/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml index 6ececba6c..7b9f28d85 100644 --- a/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml @@ -82,7 +82,7 @@ dea-override-config: value: 128 nova: value: - '2048': 256 + '2048': 1024 network: networking_parameters: diff --git a/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml b/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml index f7b69a50f..847928670 100644 --- a/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml @@ -79,7 +79,7 @@ dea-override-config: value: 128 nova: value: - '2048': 256 + '2048': 1024 network: networking_parameters: |