Ansible: Rework grub command line 59/29459/2
authorpmikus <pmikus@cisco.com>
Thu, 15 Oct 2020 09:14:49 +0000 (09:14 +0000)
committerPeter Mikus <pmikus@cisco.com>
Thu, 15 Oct 2020 09:20:18 +0000 (09:20 +0000)
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I8abfc47e5e816e2ab4b39d7ad7575e672ae19ca6

46 files changed:
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.16.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.17.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.18.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.20.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.21.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.22.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.24.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.25.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.26.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.37.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.44.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.45.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.46.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.47.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.48.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.49.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.50.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.51.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.52.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.53.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.54.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.55.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.56.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.57.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.58.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.59.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.60.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.70.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.71.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.10.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.11.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.12.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.13.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.18.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.19.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.20.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.21.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.22.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.23.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.24.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.25.yaml
resources/tools/testbed-setup/ansible/roles/performance_tuning/defaults/main.yaml
resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/main.yaml
resources/tools/testbed-setup/ansible/roles/vpp_device/tasks/main.yaml

index 55dee36..fc7c0f8 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "t1-tg1"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-17,19-35"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-17,19-35"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-17,19-35"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 9159af6..84a15a7 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "t1-sut1"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-17,19-35"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-17,19-35"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-17,19-35"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index cda2866..4c725d4 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "t1-sut2"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-17,19-35"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-17,19-35"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-17,19-35"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 6df8fd1..761440b 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "t2-tg1"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-17,19-35"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-17,19-35"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-17,19-35"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index daa0eb1..a46118f 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "t2-sut1"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-17,19-35"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-17,19-35"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-17,19-35"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 4994530..23e2198 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "t2-sut2"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-17,19-35"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-17,19-35"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-17,19-35"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index e8c7e98..7a87738 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "t3-tg1"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-17,19-35"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-17,19-35"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-17,19-35"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index e102a55..0a9ff5a 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "t3-sut1"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-17,19-35"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-17,19-35"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-17,19-35"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 7cfae36..3c8dc7e 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "t3-sut2"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-17,19-35"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-17,19-35"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-17,19-35"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 3469427..f3c0f02 100644 (file)
@@ -3,8 +3,13 @@
 
 hostname: "s17-t33-sut1"
 grub:
+  audit: 0
+  intel_iommu: "on"
   isolcpus: "1-15,17-31,33-47,49-63"
+  nmi_watchdog: 0
   nohz_full: "1-15,17-31,33-47,49-63"
+  nosoftlockup: ""
+  processor.max_cstate: 1
   rcu_nocbs: "1-15,17-31,33-47,49-63"
 sysctl:
   kernel:
index 64a56a8..6fc9ade 100644 (file)
@@ -3,8 +3,13 @@
 
 hostname: "s18-t33-sut2"
 grub:
+  audit: 0
+  intel_iommu: "on"
   isolcpus: "1-15,17-31,33-47,49-63"
+  nmi_watchdog: 0
   nohz_full: "1-15,17-31,33-47,49-63"
+  nosoftlockup: ""
+  processor.max_cstate: 1
   rcu_nocbs: "1-15,17-31,33-47,49-63"
 sysctl:
   kernel:
index d840439..ea47fc6 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s3-t21-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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index be5e1c6..07be540 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s4-t21-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index fff2a68..f18bf97 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s11-t31-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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 5ed6a9c..ddce670 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s12-t31-sut2"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 3f13d14..e018927 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s13-t31-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 629044d..f23cf31 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s19-t33t34-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 2522ecb..1afc722 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s5-t22-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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 05a3862..55cc75a 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s6-t22-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index cde66d0..ee42316 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s7-t23-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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index bd45f3a..5c1cddb 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s8-t23-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index f16e3dc..9486a77 100644 (file)
@@ -3,9 +3,22 @@
 
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index d36d47f..2c549d6 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s10-t24-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index ab9f666..473f097 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s14-t32-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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 8e5c583..4454d36 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s15-t32-sut2"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index e68ae5b..871636b 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s16-t32-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index dfbe5a8..8ed0639 100644 (file)
@@ -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: ""
+  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"
index da603c2..b7d2d15 100644 (file)
@@ -5,6 +5,7 @@ hostname: "s55-t36-sut1"
 inventory_ipmi_hostname: "10.30.50.70"
 vfs_data_file: "csit-initialize-vfs-tx2.sh"
 grub:
+  hugepagesz: "2M"
   nr_hugepages: 65536
 cpu_microarchitecture: "thunderx2"
 
index b5fb9cc..a6cc611 100644 (file)
@@ -5,6 +5,7 @@ hostname: "s56-t37-sut1"
 inventory_ipmi_hostname: "10.30.50.71"
 vfs_data_file: "csit-initialize-vfs-tx2.sh"
 grub:
+  hugepagesz: "2M"
   nr_hugepages: 65536
 cpu_microarchitecture: "thunderx2"
 
index 7f7860b..83c5389 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s28-t26t35-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 0ada8f0..9178e30 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s29-t26-sut1"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-5"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-5"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-5"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0"
index 4e93023..a0b6ddc 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s30-t35-sut1"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-5"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-5"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-5"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0"
index 9cd28df..ff0454b 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s31-t35-sut2"
 grub:
+  audit: 0
+  hpet: "disable"
+  intel_idle.max_cstate: 1
+  intel_iommu: "on"
+  intel_pstate: "disable"
+  iommu: "pt"
   isolcpus: "1-5"
+  mce: "off"
+  nmi_watchdog: 0
   nohz_full: "1-5"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-5"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0"
index 63b3dde..e209241 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s33-t27-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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-23,25-47,49-71,73-95"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,24,48,72"
index 1b1b769..a49f25e 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s34-t27-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index f1b2b41..bbb01f6 100644 (file)
@@ -3,9 +3,22 @@
 
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-23,25-47,49-71,73-95"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,24,48,72"
index 66febe1..ecd6b67 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s36-t28-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index ef3d345..7a2f03d 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s37-t29-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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-23,25-47,49-71,73-95"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,24,48,72"
index 2430f61..73f7e29 100644 (file)
@@ -3,9 +3,22 @@
 
 hostname: "s38-t29-tg1"
 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: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 1
   rcu_nocbs: "1-27,29-55,57-83,85-111"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 2296e3d..19bb6da 100644 (file)
@@ -3,9 +3,19 @@
 
 hostname: "s60-t210-sut1"
 grub:
-  isolcpus: "0-15,17-31,33-47,49-63"
-  nohz_full: "0-15,17-31,33-47,49-63"
-  rcu_nocbs: "0-15,17-31,33-47,49-63"
+  amd_iommu: "on"
+  audit: 0
+  hpet: "disable"
+  iommu: "pt"
+  isolcpus: "1-15,17-31,33-47,49-63"
+  nmi_watchdog: 0
+  nohz_full: "off"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 0
+  rcu_nocbs: "1-15,17-31,33-47,49-63"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,16,32,48"
index 441f922..6152cbe 100644 (file)
@@ -3,9 +3,19 @@
 
 hostname: "s61-t210-tg1"
 grub:
-  isolcpus: "0-15,17-31,33-47,49-63"
-  nohz_full: "0-15,17-31,33-47,49-63"
-  rcu_nocbs: "0-15,17-31,33-47,49-63"
+  amd_iommu: "on"
+  audit: 0
+  hpet: "disable"
+  iommu: "pt"
+  isolcpus: "1-15,17-31,33-47,49-63"
+  nmi_watchdog: 0
+  nohz_full: "off"
+  nosoftlockup: ""
+  numa_balancing: "disable"
+  processor.max_cstate: 0
+  rcu_nocbs: "1-15,17-31,33-47,49-63"
+  tsc: "reliable"
+  vt.handoff: 1
 sysctl:
   kernel:
     watchdog_cpumask: "0,16,32,48"
index edec57a..612bc5a 100644 (file)
@@ -14,10 +14,4 @@ packages_by_arch:
   aarch64:
     - []
   x86_64:
-    - []
-
-grub_cmdline_linux:
-  aarch64:
-    - "GRUB_CMDLINE_LINUX=\"isolcpus={{ grub.isolcpus }} nohz_full={{ grub.nohz_full }} rcu_nocbs={{ grub.rcu_nocbs }} intel_iommu=on nmi_watchdog=0 audit=0 nosoftlockup processor.max_cstate=1\""
-  x86_64:
-    - "GRUB_CMDLINE_LINUX=\"isolcpus={{ grub.isolcpus }} nohz_full={{ grub.nohz_full }} rcu_nocbs={{ grub.rcu_nocbs }} numa_balancing=disable intel_pstate=disable intel_iommu=on iommu=pt nmi_watchdog=0 audit=0 nosoftlockup processor.max_cstate=1 intel_idle.max_cstate=1 hpet=disable tsc=reliable mce=off\""
+    - []
\ No newline at end of file
index 3a8f35b..c437b40 100644 (file)
@@ -19,7 +19,7 @@
     path: "/etc/default/grub"
     state: "present"
     regexp: "^GRUB_CMDLINE_LINUX="
-    line: "{{ grub_cmdline_linux[ansible_machine] | join() }}"
+    line: "GRUB_CMDLINE_LINUX=\"{% for key, value in grub.items() %}{% if value %}{{key}}={{value}} {% else %}{{key}} {% endif %}{% endfor %}\""
   notify:
     - "Update GRUB"
   tags:
index b93853b..33b5517 100644 (file)
@@ -82,7 +82,7 @@
     path: "/etc/default/grub"
     state: "present"
     regexp: "^GRUB_CMDLINE_LINUX="
-    line: 'GRUB_CMDLINE_LINUX="hugepagesz=2M hugepages={{ grub.nr_hugepages }}"'
+    line: "GRUB_CMDLINE_LINUX=\"{% for key, value in grub.items() %}{% if value %}{{key}}={{value}} {% else %}{{key}} {% endif %}{% endfor %}\""
   notify:
     - "Update GRUB"
     - "Reboot server"