diff options
author | Volodymyr Mytnyk <volodymyrx.mytnyk@intel.com> | 2018-12-06 13:26:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-12-06 13:26:43 +0000 |
commit | 09360f2133b0b9bfe5449cc340af63aaab2d0c96 (patch) | |
tree | bf9047fd748785a0c3a030ac1b86829bda692e9c /ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml | |
parent | 470029d121ad332b5b7aa388bdb211eb4b47cfb9 (diff) | |
parent | 5875c74b0b63f4e04549e4d9933cf702d29dae8b (diff) |
Merge "Add IOMMU to grub to support OVS/SRIOV SA contexts"
Diffstat (limited to 'ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml')
-rw-r--r-- | ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml b/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml index b69fb58fb..84e1f9adf 100644 --- a/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml +++ b/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml @@ -24,6 +24,7 @@ when: proxy_env is defined and proxy_env # can't update grub in chroot/docker - enable_hugepages_on_boot + - enable_iommu_on_boot # needed for collectd plugins - increase_open_file_limits - install_image_dependencies |