aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Linkeš <juraj.linkes@pantheon.tech>2023-01-19 14:22:00 +0100
committerJuraj Linke? <juraj.linkes@pantheon.tech>2023-01-27 12:57:13 +0000
commitacbedcb50e205f5d5245a7ccae98c1a9a3b1d7a3 (patch)
tree6b2321a760896c2980d9f2184cd877156506532b
parentbb12d3fe3fb0b41744614bad679ce30853f74f43 (diff)
feat(ansible): add unsafe noiommu to 3n-tsh
The only arm testbed that requires unsafe noiommu is 3n-tsh. Change-Id: I7a7a4f12a3b783126610c8481098d471afdec426 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
-rw-r--r--fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml1
-rw-r--r--fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.37.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml
index 7f78d8c7b5..982737b874 100644
--- a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml
+++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml
@@ -6,6 +6,7 @@ grub:
audit: "0"
default_hugepagesz: "2M hugepagesz=1G hugepages=32 hugepagesz=2M hugepages=32768"
iommu.passthrough: "1"
+ vfio.enable_unsafe_noiommu_mode: 1
isolcpus: "1-10,17-26,33-42,49-58"
nmi_watchdog: "0"
nohz_full: "1-10,17-26,33-42,49-58"
diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.37.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.37.yaml
index 89e57024fe..ded425a18d 100644
--- a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.37.yaml
+++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.37.yaml
@@ -6,6 +6,7 @@ grub:
audit: "0"
default_hugepagesz: "2M hugepagesz=1G hugepages=32 hugepagesz=2M hugepages=32768"
iommu.passthrough: "1"
+ vfio.enable_unsafe_noiommu_mode: 1
isolcpus: "1-10,17-26,33-42,49-58"
nmi_watchdog: "0"
nohz_full: "1-10,17-26,33-42,49-58"