From 72c29b092a887e71dba6fcfaa692d8e5e2a79e59 Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 7 Nov 2023 20:13:50 +0000 Subject: feat(infra): 3n-icxd Signed-off-by: Peter Mikus Change-Id: I72249104214614c55239689a60d4008e3c0e7a4e --- .../lf_inventory/host_vars/10.30.51.33.yaml | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.33.yaml (limited to 'fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.33.yaml') diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.33.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.33.yaml new file mode 100644 index 0000000000..cfc32059ab --- /dev/null +++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.33.yaml @@ -0,0 +1,37 @@ +--- +# file: host_vars/10.30.51.33.yaml + +hostname: "s33-t31-sut2" +grub: + audit: "0" + default_hugepagesz: "2M hugepagesz=1G hugepages=16 hugepagesz=2M hugepages=8192" + hpet: "disable" + intel_idle.max_cstate: "1" + intel_iommu: "on" + intel_pstate: "disable" + iommu: "pt" + isolcpus: "1-19,21-39" + mce: "off" + nmi_watchdog: "0" + nohz_full: "1-19,21-39" + nosoftlockup: true + numa_balancing: "disable" + processor.max_cstate: "1" + rcu_nocbs: "1-19,21-39" + tsc: "reliable" +sysctl: + kernel: + watchdog_cpumask: "0,20" + vm: + nr_hugepages: 8192 + max_map_count: 20000 + +inventory_ipmi_hostname: "10.30.50.33" +cpu_microarchitecture: "icelake" + +intel_800_matrix: "dpdk23.07" + +kernel_version_by_distro: + ubuntu: + jammy: + - "5.15.0-72" \ No newline at end of file -- cgit 1.2.3-korg