FIX: Ansible asserts 00/29500/4
authorPeter Mikus <pmikus@cisco.com>
Mon, 19 Oct 2020 18:52:49 +0000 (18:52 +0000)
committerPeter Mikus <pmikus@cisco.com>
Tue, 20 Oct 2020 09:07:52 +0000 (09:07 +0000)
Change-Id: Ib668674a2a267d2ceed458288d21181b2a937778
Signed-off-by: Peter Mikus <pmikus@cisco.com>
40 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.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.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/calibration/tasks/main.yaml

index fc7c0f8..f510513 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "t1-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-17,19-35"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-17,19-35"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-17,19-35"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 84a15a7..1be407e 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "t1-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-17,19-35"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-17,19-35"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-17,19-35"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 4c725d4..047bfcf 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "t1-sut2"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-17,19-35"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-17,19-35"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-17,19-35"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 761440b..8342491 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "t2-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-17,19-35"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-17,19-35"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-17,19-35"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index a46118f..9b2f634 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "t2-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-17,19-35"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-17,19-35"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-17,19-35"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 23e2198..6d056ee 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "t2-sut2"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-17,19-35"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-17,19-35"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-17,19-35"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 7a87738..116b3f8 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "t3-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-17,19-35"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-17,19-35"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-17,19-35"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 0a9ff5a..c541938 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "t3-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-17,19-35"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-17,19-35"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-17,19-35"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index 3c8dc7e..0c2dc93 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "t3-sut2"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-17,19-35"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-17,19-35"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-17,19-35"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,18"
index f3c0f02..cb15cad 100644 (file)
@@ -3,13 +3,13 @@
 
 hostname: "s17-t33-sut1"
 grub:
-  audit: 0
+  audit: "0"
   intel_iommu: "on"
   isolcpus: "1-15,17-31,33-47,49-63"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-15,17-31,33-47,49-63"
-  nosoftlockup: ""
-  processor.max_cstate: 1
+  nosoftlockup: True
+  processor.max_cstate: "1"
   rcu_nocbs: "1-15,17-31,33-47,49-63"
 sysctl:
   kernel:
index 6fc9ade..90a3d4f 100644 (file)
@@ -3,13 +3,13 @@
 
 hostname: "s18-t33-sut2"
 grub:
-  audit: 0
+  audit: "0"
   intel_iommu: "on"
   isolcpus: "1-15,17-31,33-47,49-63"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-15,17-31,33-47,49-63"
-  nosoftlockup: ""
-  processor.max_cstate: 1
+  nosoftlockup: True
+  processor.max_cstate: "1"
   rcu_nocbs: "1-15,17-31,33-47,49-63"
 sysctl:
   kernel:
index ea47fc6..8c0b1f5 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s3-t21-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 07be540..e897599 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s4-t21-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index f18bf97..459e8bb 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s11-t31-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index ddce670..08f63bf 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s12-t31-sut2"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index e018927..5a4afa2 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s13-t31-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index f23cf31..57501c1 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s19-t33t34-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 1afc722..f8f3f78 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s5-t22-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 55cc75a..a8d3e19 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s6-t22-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index ee42316..08d7f55 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s7-t23-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 5c1cddb..0ee58ba 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s8-t23-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 9486a77..e441676 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s9-t24-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 2c549d6..36c2817 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s10-t24-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 473f097..cd75cd8 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s14-t32-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 4454d36..85a97f9 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s15-t32-sut2"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 871636b..7e3a0e4 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s16-t32-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 8ed0639..221bc3a 100644 (file)
@@ -3,13 +3,13 @@
 
 hostname: "s27-t13-sut1"
 grub:
-  audit: 0
+  audit: "0"
   intel_iommu: "on"
   isolcpus: "1-111,113-223"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-111,113-223"
-  nosoftlockup: ""
-  processor.max_cstate: 1
+  nosoftlockup: True
+  processor.max_cstate: "1"
   rcu_nocbs: "1-111,113-223"
 sysctl:
   kernel:
index 83c5389..a84de18 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s28-t26t35-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 9178e30..18c5e47 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s29-t26-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-5"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-5"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-5"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0"
index a0b6ddc..0e84cc9 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s30-t35-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-5"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-5"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-5"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0"
index ff0454b..aab49aa 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s31-t35-sut2"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  intel_idle.max_cstate: "1"
   intel_iommu: "on"
   intel_pstate: "disable"
   iommu: "pt"
   isolcpus: "1-5"
   mce: "off"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "1-5"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-5"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0"
index e209241..19a5dcc 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s33-t27-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-23,25-47,49-71,73-95"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-23,25-47,49-71,73-95"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,24,48,72"
index a49f25e..b1f8f65 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s34-t27-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index bbb01f6..e9432c4 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s35-t28-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-23,25-47,49-71,73-95"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-23,25-47,49-71,73-95"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,24,48,72"
index ecd6b67..abde88d 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s36-t28-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 7a2f03d..30e3196 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s37-t29-sut1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-23,25-47,49-71,73-95"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-23,25-47,49-71,73-95"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,24,48,72"
index 73f7e29..1e17c0c 100644 (file)
@@ -3,22 +3,22 @@
 
 hostname: "s38-t29-tg1"
 grub:
-  audit: 0
+  audit: "0"
   hpet: "disable"
-  intel_idle.max_cstate: 1
+  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
+  nmi_watchdog: "0"
   nohz_full: "1-27,29-55,57-83,85-111"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 1
+  processor.max_cstate: "1"
   rcu_nocbs: "1-27,29-55,57-83,85-111"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,28,56,84"
index 19bb6da..0904def 100644 (file)
@@ -4,18 +4,18 @@
 hostname: "s60-t210-sut1"
 grub:
   amd_iommu: "on"
-  audit: 0
+  audit: "0"
   hpet: "disable"
   iommu: "pt"
   isolcpus: "1-15,17-31,33-47,49-63"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "off"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 0
+  processor.max_cstate: "0"
   rcu_nocbs: "1-15,17-31,33-47,49-63"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,16,32,48"
index 6152cbe..28534fd 100644 (file)
@@ -4,18 +4,18 @@
 hostname: "s61-t210-tg1"
 grub:
   amd_iommu: "on"
-  audit: 0
+  audit: "0"
   hpet: "disable"
   iommu: "pt"
   isolcpus: "1-15,17-31,33-47,49-63"
-  nmi_watchdog: 0
+  nmi_watchdog: "0"
   nohz_full: "off"
-  nosoftlockup: ""
+  nosoftlockup: True
   numa_balancing: "disable"
-  processor.max_cstate: 0
+  processor.max_cstate: "0"
   rcu_nocbs: "1-15,17-31,33-47,49-63"
   tsc: "reliable"
-  vt.handoff: 1
+  vt.handoff: "1"
 sysctl:
   kernel:
     watchdog_cpumask: "0,16,32,48"
index e88c39c..a6e8898 100644 (file)
@@ -1,7 +1,7 @@
 ---
 # file: roles/calibration/tasks/main.yaml
 
-- name: Calibration - Install Distribution - Release - Machine Prerequisites
+- name: Install Distribution - Release - Machine Prerequisites
   package:
     name: "{{ packages | flatten(levels=1) }}"
     state: latest
@@ -9,41 +9,42 @@
   tags:
     - install-dependencies
 
-- name: Calibration - Check CPU Power States
+- name: Check CPU Power States
   shell: "lscpu"
   register: current_lscpu
   changed_when: false
-  failed_when: |
-    'CPU min MHz' in current_lscpu.stdout and
-    'Intel(R) Xeon(R)' in current_lscpu.stdout
   tags:
     - check-cpu-frequency
 
-- name: Calibration - Check Kernel Version of "{{ kernel_version }}"
-  shell: "uname -r"
-  register: current_kernel_version
-  changed_when: false
-  failed_when: |
-    current_kernel_version.stdout not in kernel_version
+- name: Check CPU Power States
+  assert:
+    that:
+      - "'CPU min MHz' not in current_lscpu.stdout or 'Intel(R) Xeon(R)' not in ansible_processor"
+    fail_msg: "CPU configuration!"
+    success_msg: "CPU configuration match."
   tags:
-    - check-kernel-version
+    - check-cpu-frequency
 
-- name: Calibration - Check Kernel Parameters
-  shell: "cat /proc/cmdline"
-  register: current_kernel_parameters
-  changed_when: false
-  failed_when: |
-    'isolcpus' not in current_kernel_parameters.stdout or
-    'nohz_full' not in current_kernel_parameters.stdout or
-    'rcu_nocbs' not in current_kernel_parameters.stdout or
-    'processor.max_cstate=1' not in current_kernel_parameters.stdout or
-    'nmi_watchdog=0' not in current_kernel_parameters.stdout or
-    'intel_iommu=on' not in current_kernel_parameters.stdout or
-    'nosoftlockup' not in current_kernel_parameters.stdout
+- name: Check Kernel Parameters
+  assert:
+    that:
+      - item in ansible_cmdline and grub[item] == ansible_cmdline[item]
+    fail_msg: "Kernel parameters!"
+    success_msg: "Kernel parameters match."
+  loop: "{{ grub.keys()|sort }}"
   tags:
-    - check-cmdline
+    - check-kernel-params
+
+- name: Check Kernel Version
+  assert:
+    that:
+      - ansible_kernel not in kernel_version_by_distro_by_arch
+    fail_msg: "Kernel version!"
+    success_msg: "Kernel version match."
+  tags:
+    - check-kernel-version
 
-- name: Calibration - Get Spectre Meltdown Checker
+- name: Get Spectre Meltdown Checker
   get_url:
     url: "https://meltdown.ovh"
     dest: "/opt/spectre-meltdown-checker.sh"
@@ -51,7 +52,7 @@
   tags:
     - check-spectre-meltdown
 
-- name: Calibration - Run Spectre Meltdown Checker
+- name: Run Spectre Meltdown Checker
   shell: "/opt/spectre-meltdown-checker.sh --no-color || true"
   async: 60
   poll: 0
   tags:
     - check-spectre-meltdown
 
-- name: Calibration - {{ ansible_machine }} Specific
+- name: "{{ ansible_machine }} Specific"
   include_tasks: "{{ ansible_machine }}.yaml"
   tags:
     - check-machine-specific
     - check-jitter-tool
 
-- name: Check sync status
+- name: Check Sync Status
   async_status:
     jid: "{{ spectre_meltdown_async.ansible_job_id }}"
   register: "spectre_meltdown_poll_results"