diff options
author | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2020-11-13 09:53:25 +0100 |
---|---|---|
committer | Juraj Linke? <juraj.linkes@pantheon.tech> | 2020-11-24 10:42:23 +0000 |
commit | e55816842cf0eea50196230a0ababd42505e372f (patch) | |
tree | d7321b67d5c1fda4c6050895ca6b639faaeb4765 /resources/tools/testbed-setup | |
parent | 7b6f78baed3260de06f5c70d8bc170f22f3b504f (diff) |
lab: ThunderX2 updates
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š <juraj.linkes@pantheon.tech>
Diffstat (limited to 'resources/tools/testbed-setup')
-rw-r--r-- | resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml | 10 | ||||
-rw-r--r-- | resources/tools/testbed-setup/ansible/inventories/lf_inventory/hosts | 2 |
2 files changed, 6 insertions, 6 deletions
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 diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/hosts b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/hosts index 4f13457dd7..d89fe4888f 100644 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/hosts +++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/hosts @@ -42,7 +42,7 @@ all: 10.32.8.20: #s35-t28-sut1 - cascadelake 10.32.8.22: #s37-t29-sut1 - cascadelake 10.32.8.24: #s60-t210-sut1 - epyc - 10.30.51.69: #s27-t13-sut1 - thunderx2 9975 + 10.30.51.69: #s27-t34-sut1 - thunderx2 9975 vpp_device: hosts: 10.30.51.50: #s1-t11-sut1 - skylake |