From 11886e175ec33b81051fc996b5adef22e070f424 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.32.8.20.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.20.yaml') diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.20.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.20.yaml index f1b2b414c5..6913550686 100644 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.20.yaml +++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.20.yaml @@ -3,9 +3,21 @@ hostname: "s35-t28-sut1" grub: + audit: "0" + hpet: "disable" + intel_idle.max_cstate: "1" + intel_iommu: "on" + intel_pstate: "disable" + iommu: "pt" isolcpus: "1-23,25-47,49-71,73-95" + mce: "off" + nmi_watchdog: "0" nohz_full: "1-23,25-47,49-71,73-95" + nosoftlockup: True + numa_balancing: "disable" + processor.max_cstate: "1" rcu_nocbs: "1-23,25-47,49-71,73-95" + tsc: "reliable" sysctl: kernel: watchdog_cpumask: "0,24,48,72" -- cgit 1.2.3-korg