Modifies number of hugepages for compute nodes 93/19093/1
authorTim Rozet <trozet@redhat.com>
Fri, 19 Aug 2016 19:57:40 +0000 (15:57 -0400)
committerTim Rozet <trozet@redhat.com>
Fri, 19 Aug 2016 19:57:40 +0000 (15:57 -0400)
2048 is the acceptable value where default Virtual deployments will
still work.  A user can then modify deploy_settings in order to increase
number of huge pages to something other than the default.

JIRA: APEX-184

Change-Id: I7962c8e1ae09df60c51375b4ed343b44bce52b59
Signed-off-by: Tim Rozet <trozet@redhat.com>
config/deploy/os-nosdn-fdio-noha.yaml
config/deploy/os-nosdn-ovs-ha.yaml
config/deploy/os-nosdn-ovs-noha.yaml
config/deploy/os-odl_l2-fdio-ha.yaml
config/deploy/os-odl_l2-fdio-noha.yaml

index 057177f..81ff781 100644 (file)
@@ -20,6 +20,6 @@ deploy_options:
         libvirtpin: 1
       kernel:
         hugepagesz: 2M
-        hugepages: 4096
+        hugepages: 2048
         intel_iommu: 'on'
         iommu: pt
index 11b093f..89be0c3 100644 (file)
@@ -19,6 +19,6 @@ deploy_options:
         libvirtpin: 1
       kernel:
         hugepagesz: 2M
-        hugepages: 1024
+        hugepages: 2048
         intel_iommu: 'on'
         iommu: pt
index 3082dcb..d13fd9c 100644 (file)
@@ -19,6 +19,6 @@ deploy_options:
         libvirtpin: 1
       kernel:
         hugepagesz: 2M
-        hugepages: 1024
+        hugepages: 2048
         intel_iommu: 'on'
         iommu: pt
index c66b35b..75d79ce 100644 (file)
@@ -21,6 +21,6 @@ deploy_options:
         libvirtpin: 1
       kernel:
         hugepagesz: 2M
-        hugepages: 4096
+        hugepages: 2048
         intel_iommu: 'on'
         iommu: pt
index 15942fd..ad54fbd 100644 (file)
@@ -23,6 +23,6 @@ deploy_options:
         libvirtpin: 1
       kernel:
         hugepagesz: 2M
-        hugepages: 4096
+        hugepages: 2048
         intel_iommu: 'on'
         iommu: pt