Align hugepages size with dpdk reqirements 75/26975/3
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 13 Jan 2017 11:27:51 +0000 (15:27 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Tue, 17 Jan 2017 09:33:57 +0000 (13:33 +0400)
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>
deploy/scenario/ha_nfv-kvm_nfv-ovs-dpdk_heat_ceilometer_scenario.yaml
deploy/scenario/ha_nfv-ovs_heat_ceilometer_scenario.yaml
deploy/scenario/no-ha_nfv-kvm_nfv-ovs-dpdk_heat_ceilometer_scenario.yaml
deploy/scenario/no-ha_nfv-ovs_heat_ceilometer_scenario.yaml

index dcc7438..01767ee 100644 (file)
@@ -70,7 +70,7 @@ dea-override-config:
   attributes_1:
     hugepages:
       dpdk:
-        value: 128
+        value: 1024
       nova:
         value:
           '2048': 1024
index 9c689c9..245f0f2 100644 (file)
@@ -78,7 +78,7 @@ dea-override-config:
   attributes_1:
     hugepages:
       dpdk:
-        value: 128
+        value: 1024
       nova:
         value:
           '2048': 1024
index c8f1f3f..e932d66 100644 (file)
@@ -68,7 +68,8 @@ dea-override-config:
   attributes_1:
     hugepages:
       dpdk:
-        value: 128
+        value: 256
+        min: 256
       nova:
         value:
           '2048': 1024
index 8160e18..3436e74 100644 (file)
@@ -76,7 +76,8 @@ dea-override-config:
   attributes_1:
     hugepages:
       dpdk:
-        value: 128
+        value: 256
+        min: 256
       nova:
         value:
           '2048': 1024