diff options
author | Peter Mikus <peter.mikus@protonmail.ch> | 2024-10-16 07:24:19 +0200 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2024-10-16 07:24:19 +0200 |
commit | bae2bd887a05e2ddda1bfc44663710cb1e1bf802 (patch) | |
tree | aa71556ea8d8ece72cadc80d57d8b7ec06dba21b /fdio.infra.ansible | |
parent | 4a32a8c08eff96737cd37fad459aab20b07a3913 (diff) |
feat(docs): vpp device
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: Iafaa07c95a342037eef632283aa4e047151d1168
Diffstat (limited to 'fdio.infra.ansible')
-rw-r--r-- | fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml new file mode 100644 index 0000000000..53cb420b77 --- /dev/null +++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml @@ -0,0 +1,25 @@ +--- +# file: host_vars/10.30.51.36.yaml + +hostname: "s36-t27-sut1" +grub: + audit: "0" + default_hugepagesz: "2M hugepagesz=1G hugepages=32 hugepagesz=2M hugepages=32768" + iommu.passthrough: "1" + isolcpus: "1-40,81-120" + nmi_watchdog: "0" + nohz_full: "1-40,81-120" + nosoftlockup: true + processor.max_cstate: "1" + rcu_nocbs: "1-40,81-120" +sysctl: + kernel: + watchdog_cpumask: "0,41-80,121-159" + vm: + nr_hugepages: 32768 + max_map_count: 20000 + +inventory_ipmi_hostname: "10.30.50.36" +cpu_microarchitecture: "grace" + +mellanox_matrix: "dpdk23.11" |