summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-08-19 15:57:40 -0400
committerTim Rozet <trozet@redhat.com>2016-08-19 15:57:40 -0400
commit9b298662eb3ac56f6a12e32c70d13e878ed81742 (patch)
treec4f71015348608bb4d031d4f9f4bbe2cb74dbf8d /config
parent1e4742787c6c45b44f5e49de03ec8b1b1075c04e (diff)
Modifies number of hugepages for compute nodes
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>
Diffstat (limited to 'config')
-rw-r--r--config/deploy/os-nosdn-fdio-noha.yaml2
-rw-r--r--config/deploy/os-nosdn-ovs-ha.yaml2
-rw-r--r--config/deploy/os-nosdn-ovs-noha.yaml2
-rw-r--r--config/deploy/os-odl_l2-fdio-ha.yaml2
-rw-r--r--config/deploy/os-odl_l2-fdio-noha.yaml2
5 files changed, 5 insertions, 5 deletions
diff --git a/config/deploy/os-nosdn-fdio-noha.yaml b/config/deploy/os-nosdn-fdio-noha.yaml
index 057177f6..81ff781d 100644
--- a/config/deploy/os-nosdn-fdio-noha.yaml
+++ b/config/deploy/os-nosdn-fdio-noha.yaml
@@ -20,6 +20,6 @@ deploy_options:
libvirtpin: 1
kernel:
hugepagesz: 2M
- hugepages: 4096
+ hugepages: 2048
intel_iommu: 'on'
iommu: pt
diff --git a/config/deploy/os-nosdn-ovs-ha.yaml b/config/deploy/os-nosdn-ovs-ha.yaml
index 11b093f0..89be0c3d 100644
--- a/config/deploy/os-nosdn-ovs-ha.yaml
+++ b/config/deploy/os-nosdn-ovs-ha.yaml
@@ -19,6 +19,6 @@ deploy_options:
libvirtpin: 1
kernel:
hugepagesz: 2M
- hugepages: 1024
+ hugepages: 2048
intel_iommu: 'on'
iommu: pt
diff --git a/config/deploy/os-nosdn-ovs-noha.yaml b/config/deploy/os-nosdn-ovs-noha.yaml
index 3082dcb4..d13fd9ca 100644
--- a/config/deploy/os-nosdn-ovs-noha.yaml
+++ b/config/deploy/os-nosdn-ovs-noha.yaml
@@ -19,6 +19,6 @@ deploy_options:
libvirtpin: 1
kernel:
hugepagesz: 2M
- hugepages: 1024
+ hugepages: 2048
intel_iommu: 'on'
iommu: pt
diff --git a/config/deploy/os-odl_l2-fdio-ha.yaml b/config/deploy/os-odl_l2-fdio-ha.yaml
index c66b35b6..75d79ce7 100644
--- a/config/deploy/os-odl_l2-fdio-ha.yaml
+++ b/config/deploy/os-odl_l2-fdio-ha.yaml
@@ -21,6 +21,6 @@ deploy_options:
libvirtpin: 1
kernel:
hugepagesz: 2M
- hugepages: 4096
+ hugepages: 2048
intel_iommu: 'on'
iommu: pt
diff --git a/config/deploy/os-odl_l2-fdio-noha.yaml b/config/deploy/os-odl_l2-fdio-noha.yaml
index 15942fd6..ad54fbdc 100644
--- a/config/deploy/os-odl_l2-fdio-noha.yaml
+++ b/config/deploy/os-odl_l2-fdio-noha.yaml
@@ -23,6 +23,6 @@ deploy_options:
libvirtpin: 1
kernel:
hugepagesz: 2M
- hugepages: 4096
+ hugepages: 2048
intel_iommu: 'on'
iommu: pt