diff options
author | Tim Rozet <trozet@redhat.com> | 2016-10-20 11:34:16 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-10-20 11:34:16 -0400 |
commit | dba2d41c14bf494f98b30c12aaed5c77db2b1a76 (patch) | |
tree | 9a79e415ab8fbebb896a81b9a9e11f91452d7ec1 /config/deploy | |
parent | 117123fec30b033877bb8dfc6257c25c38b1aa72 (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')
-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 |