aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.46.yaml
blob: 459e8bb46e91acd7931be8bd0b4af5203ac77f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# file: host_vars/10.30.51.46.yaml

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: True
  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"
  vm:
    nr_hugepages: 36864
    max_map_count: 20000

inventory_ipmi_hostname: '10.30.50.43'
cpu_microarchitecture: "skylake"