From df5672b3d9c29b51397f4770eb992c9f3f3955ce Mon Sep 17 00:00:00 2001 From: pmikus Date: Thu, 8 Apr 2021 10:44:18 +0000 Subject: Ansible git move + Better accessibility + Compliant with fdio.infra._function_ - function [pxe|terraform|ansible|vagrant] + dill==0.3.3 also applied on TBs - ci-man to follow today - Docs to be updated in separate patch Signed-off-by: pmikus Change-Id: Iff9eaa29d63044188cc8160db2d9b44b7635782a --- .../lf_inventory/host_vars/10.30.51.21.yaml | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.21.yaml (limited to 'resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.21.yaml') diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.21.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.21.yaml deleted file mode 100644 index 0d43874ae3..0000000000 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.21.yaml +++ /dev/null @@ -1,29 +0,0 @@ ---- -# file: host_vars/10.30.51.21.yaml - -hostname: "t2-sut1" -grub: - audit: "0" - hpet: "disable" - intel_idle.max_cstate: "1" - intel_iommu: "on" - intel_pstate: "disable" - iommu: "pt" - isolcpus: "1-17,19-35" - mce: "off" - nmi_watchdog: "0" - nohz_full: "1-17,19-35" - nosoftlockup: True - numa_balancing: "disable" - processor.max_cstate: "1" - rcu_nocbs: "1-17,19-35" - tsc: "reliable" -sysctl: - kernel: - watchdog_cpumask: "0,18" - vm: - nr_hugepages: 36864 - max_map_count: 20000 - -inventory_cimc_hostname: '10.30.50.21' -cpu_microarchitecture: "haswell" -- cgit 1.2.3-korg