From e55816842cf0eea50196230a0ababd42505e372f Mon Sep 17 00:00:00 2001 From: Juraj Linkeš Date: Fri, 13 Nov 2020 09:53:25 +0100 Subject: lab: ThunderX2 updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update after switching one 1n-tx2 and the idle ThunderX2 servers between racks. Update the idle ThunderX2 specs to a new perf testbed, 2n-tx2. Add Server-Type-B12 which is a modified Server-Type-B2 with one extra NIC (needed for 2n-tx2). Change-Id: I51af358f1feb476652eddfe82b5af1d0d70ac259 Signed-off-by: Juraj Linkeš --- .../inventories/lf_inventory/host_vars/10.30.51.69.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars') diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml index 221bc3afb5..0ebda86285 100644 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml +++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml @@ -1,19 +1,19 @@ --- # file: host_vars/10.30.51.69.yaml -hostname: "s27-t13-sut1" +hostname: "s27-t34-sut1" grub: audit: "0" intel_iommu: "on" - isolcpus: "1-111,113-223" + isolcpus: "1-27,29-55" nmi_watchdog: "0" - nohz_full: "1-111,113-223" + nohz_full: "1-27,29-55" nosoftlockup: True processor.max_cstate: "1" - rcu_nocbs: "1-111,113-223" + rcu_nocbs: "1-27,29-55" sysctl: kernel: - watchdog_cpumask: "0,112" + watchdog_cpumask: "0,28" vm: nr_hugepages: 57344 max_map_count: 20000 -- cgit 1.2.3-korg