diff options
-rw-r--r-- | config/deploy/os-nosdn-fdio-noha.yaml | 2 | ||||
-rw-r--r-- | config/deploy/os-nosdn-ovs-ha.yaml | 2 | ||||
-rw-r--r-- | config/deploy/os-nosdn-ovs-noha.yaml | 2 | ||||
-rw-r--r-- | config/deploy/os-odl_l2-fdio-ha.yaml | 2 | ||||
-rw-r--r-- | config/deploy/os-odl_l2-fdio-noha.yaml | 2 |
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 |