From 8aa467af95c4f8fbc271204c12a88fae88ec6828 Mon Sep 17 00:00:00 2001 From: pmikus Date: Thu, 9 Feb 2023 13:38:35 +0100 Subject: feat(infra): Infrastructure refresh part 2 Signed-off-by: pmikus Change-Id: I8de6c660e6f50ca98e62bdeff4224e68fa683f1e --- .../lf_inventory/host_vars/10.30.51.58.yaml | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.58.yaml (limited to 'fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.58.yaml') diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.58.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.58.yaml deleted file mode 100644 index a100bcca8a..0000000000 --- a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.58.yaml +++ /dev/null @@ -1,32 +0,0 @@ ---- -# file: host_vars/10.30.51.58.yaml - -hostname: "s14-t32-sut1" -grub: - audit: "0" - default_hugepagesz: "2M hugepagesz=1G hugepages=32 hugepagesz=2M hugepages=32768" - 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" -sysctl: - kernel: - watchdog_cpumask: "0,28,56,84" - vm: - nr_hugepages: 32768 - max_map_count: 20000 - -inventory_ipmi_hostname: "10.30.50.55" -cpu_microarchitecture: "skylake" - -intel_700_matrix: "dpdk22.03" -- cgit 1.2.3-korg