Infra: Enable AMD 95/29395/1
authorpmikus <pmikus@cisco.com>
Mon, 12 Oct 2020 15:08:25 +0000 (15:08 +0000)
committerpmikus <pmikus@cisco.com>
Mon, 12 Oct 2020 15:08:25 +0000 (15:08 +0000)
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I3954157e91aafd370c3ac0843708903d19b84936

resources/libraries/bash/function/common.sh
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.24.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.25.yaml

index aa84201..e1bf88d 100644 (file)
@@ -962,6 +962,10 @@ function select_topology () {
             TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*2n_skx*.yaml )
             TOPOLOGIES_TAGS="2_node_*_link_topo"
             ;;
+        "2n_zn2")
+            TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*2n_zn2*.yaml )
+            TOPOLOGIES_TAGS="2_node_*_link_topo"
+            ;;
         "3n_skx")
             TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n_skx*.yaml )
             TOPOLOGIES_TAGS="3_node_*_link_topo"
index 916fb4f..2296e3d 100644 (file)
@@ -3,12 +3,12 @@
 
 hostname: "s60-t210-sut1"
 grub:
-  isolcpus: "1-63"
-  nohz_full: "1-63"
-  rcu_nocbs: "1-63"
+  isolcpus: "0-15,17-31,33-47,49-63"
+  nohz_full: "0-15,17-31,33-47,49-63"
+  rcu_nocbs: "0-15,17-31,33-47,49-63"
 sysctl:
   kernel:
-    watchdog_cpumask: "0"
+    watchdog_cpumask: "0,16,32,48"
   vm:
     nr_hugepages: 8192
     max_map_count: 20000
index 5861825..441f922 100644 (file)
@@ -3,12 +3,12 @@
 
 hostname: "s61-t210-tg1"
 grub:
-  isolcpus: "1-63"
-  nohz_full: "1-63"
-  rcu_nocbs: "1-63"
+  isolcpus: "0-15,17-31,33-47,49-63"
+  nohz_full: "0-15,17-31,33-47,49-63"
+  rcu_nocbs: "0-15,17-31,33-47,49-63"
 sysctl:
   kernel:
-    watchdog_cpumask: "0"
+    watchdog_cpumask: "0,16,32,48"
   vm:
     nr_hugepages: 8192
     max_map_count: 20000