aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.90.yaml
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-11-07 20:13:50 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2023-11-07 20:18:04 +0000
commit72c29b092a887e71dba6fcfaa692d8e5e2a79e59 (patch)
tree209c3fe78a733ef3b696bfb345cf5e426928cb36 /fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.90.yaml
parentec4e8b2549ef9687ec3c24c84fe943af85c99cc1 (diff)
feat(infra): 3n-icxd
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: I72249104214614c55239689a60d4008e3c0e7a4e
Diffstat (limited to 'fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.90.yaml')
-rw-r--r--fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.90.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.90.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.90.yaml
new file mode 100644
index 0000000000..dfc36904f8
--- /dev/null
+++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.90.yaml
@@ -0,0 +1,38 @@
+---
+# file: host_vars/10.30.51.90.yaml
+
+hostname: "s90-t31t32-tg1"
+grub:
+ audit: "0"
+ default_hugepagesz: "2M hugepagesz=1G hugepages=32 hugepagesz=2M hugepages=32768"
+ hpet: "disable"
+ intel_idle.max_cstate: "1"
+ intel_iommu: "on,sm_on"
+ intel_pstate: "disable"
+ iommu: "pt"
+ isolcpus: "1-31,33-63,65-95,97-127"
+ mce: "off"
+ nmi_watchdog: "0"
+ nohz_full: "1-31,33-63,65-95,97-127"
+ nosoftlockup: true
+ numa_balancing: "disable"
+ processor.max_cstate: "1"
+ rcu_nocbs: "1-31,33-63,65-95,97-127"
+ tsc: "reliable"
+sysctl:
+ kernel:
+ watchdog_cpumask: "0,32,64,96"
+ vm:
+ nr_hugepages: 32768
+ max_map_count: 20000
+
+inventory_ipmi_hostname: "10.30.50.90"
+cpu_microarchitecture: "icelake"
+docker_tg: true
+
+intel_800_matrix: "dpdk23.07"
+
+kernel_version_by_distro:
+ ubuntu:
+ jammy:
+ - "5.15.0-72" \ No newline at end of file