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.56.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.56.yaml') diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.56.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.56.yaml index f16e3dcdbf..613c9b110c 100644 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.56.yaml +++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.56.yaml @@ -3,9 +3,21 @@ hostname: "s9-t24-sut1" grub: + audit: "0" + hpet: "disable" + intel_idle.max_cstate: "1" + intel_iommu: "on" + intel_pstate: "disable" + iommu: "pt" isolcpus: "1-27,29-55,57-83,85-111" + mce: "off" + nmi_watchdog: "0" nohz_full: "1-27,29-55,57-83,85-111" + nosoftlockup: True + numa_balancing: "disable" + processor.max_cstate: "1" rcu_nocbs: "1-27,29-55,57-83,85-111" + tsc: "reliable" sysctl: kernel: watchdog_cpumask: "0,28,56,84" -- cgit 1.2.3-korg