diff options
author | Tim Rozet <trozet@redhat.com> | 2016-10-20 11:34:16 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-10-20 15:36:13 +0000 |
commit | d71fe7ff54045b9f6824f086e092f0ce052e1dda (patch) | |
tree | 0f54bde773214e1cd0fe56fb4b2ec3597c395fbb /config/deploy/os-odl_l2-fdio-ha.yaml | |
parent | 0194f88e4dcea026795fc8e674566f6cae7971a0 (diff) |
Fixes missing iommu parameters in odl_l2 fdio ha scenario
JIRA: APEX-335
Change-Id: I00b148e3f2a299b6e16a91f6e8e3ed447a86e117
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'config/deploy/os-odl_l2-fdio-ha.yaml')
-rw-r--r-- | config/deploy/os-odl_l2-fdio-ha.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/deploy/os-odl_l2-fdio-ha.yaml b/config/deploy/os-odl_l2-fdio-ha.yaml index f1297e82..d75dc1dc 100644 --- a/config/deploy/os-odl_l2-fdio-ha.yaml +++ b/config/deploy/os-odl_l2-fdio-ha.yaml @@ -16,6 +16,8 @@ deploy_options: kernel: hugepages: 1024 hugepagesz: 2M + intel_iommu: 'on' + iommu: pt Compute: kernel: hugepagesz: 2M |