diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-01-13 15:27:51 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-01-17 13:33:57 +0400 |
commit | 57f78bc0c7171fab0eff7bbfb842e6f5b823383b (patch) | |
tree | c447624774d7f7393a1f7b6da0580f0947e2565e /deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml | |
parent | c38c3a1268d55ad0e956e3e03d91aa0f939646d2 (diff) |
Align hugepages size with dpdk reqirements
Since the minimum value of dpdk hugepages has been changed,
increase requested hugepages size (256Mb for virtual,
1024Mb for baremetal labs).
JIRA: FUEL-244
Change-Id: I5a46dc17e5ef67bbdc8fc8824efb3453217da214
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml')
-rw-r--r-- | deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml b/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml index 9c689c95a..245f0f28d 100644 --- a/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml @@ -78,7 +78,7 @@ dea-override-config: attributes_1: hugepages: dpdk: - value: 128 + value: 1024 nova: value: '2048': 1024 |