From e78e0a7028dd1faa917289aa6e88b3ca63700ff0 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 16 Nov 2020 12:23:48 +0000 Subject: 2n-zn2 Epyc backport - Better to get it fully aligned then cherry-pick spaghetti. Signed-off-by: pmikus Change-Id: If223ef3f0247413d53225eb57f8903a7675632e3 --- .../inventories/lf_inventory/host_vars/10.30.51.69.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml') diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml index dfbe5a876b..221bc3afb5 100644 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml +++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml @@ -3,15 +3,20 @@ hostname: "s27-t13-sut1" grub: + audit: "0" + intel_iommu: "on" isolcpus: "1-111,113-223" + nmi_watchdog: "0" nohz_full: "1-111,113-223" + nosoftlockup: True + processor.max_cstate: "1" rcu_nocbs: "1-111,113-223" sysctl: kernel: - watchdog_cpumask: "0,112" + watchdog_cpumask: "0,112" vm: - nr_hugepages: 57344 - max_map_count: 20000 + nr_hugepages: 57344 + max_map_count: 20000 inventory_ipmi_hostname: "10.30.50.69" cpu_microarchitecture: "thunderx2" -- cgit 1.2.3-korg