ansible: arm perf TG update
[csit.git] / resources / tools / testbed-setup / ansible / inventories / lf_inventory / host_vars / 10.30.51.52.yaml
1 ---
2 # file: host_vars/10.30.51.52.yaml
3
4 hostname: "s5-t22-sut1"
5 grub:
6   audit: "0"
7   hpet: "disable"
8   intel_idle.max_cstate: "1"
9   intel_iommu: "on"
10   intel_pstate: "disable"
11   iommu: "pt"
12   isolcpus: "1-27,29-55,57-83,85-111"
13   mce: "off"
14   nmi_watchdog: "0"
15   nohz_full: "1-27,29-55,57-83,85-111"
16   nosoftlockup: True
17   numa_balancing: "disable"
18   processor.max_cstate: "1"
19   rcu_nocbs: "1-27,29-55,57-83,85-111"
20   tsc: "reliable"
21 sysctl:
22   kernel:
23     watchdog_cpumask: "0,28,56,84"
24   vm:
25     nr_hugepages: 65536
26     max_map_count: 20000
27
28 inventory_ipmi_hostname: '10.30.50.49'
29 cpu_microarchitecture: "skylake"