Add denverton servers to ansible lf_inventory hosts 21/20221/1
authorYulong Pei <yulong.pei@intel.com>
Wed, 19 Jun 2019 09:30:59 +0000 (17:30 +0800)
committerYulong Pei <yulong.pei@intel.com>
Wed, 19 Jun 2019 09:30:59 +0000 (17:30 +0800)
Change-Id: Iac3ed425caa8f7c28546f04a6c4adc1f834bffd6
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.10.yaml [new file with mode: 0644]
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.11.yaml [new file with mode: 0644]
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.12.yaml [new file with mode: 0644]
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.13.yaml [new file with mode: 0644]
resources/tools/testbed-setup/ansible/inventories/lf_inventory/hosts

diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.10.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.10.yaml
new file mode 100644 (file)
index 0000000..c283191
--- /dev/null
@@ -0,0 +1,17 @@
+---
+# file: host_vars/10.32.8.10.yaml
+
+hostname: "s28-t26t35-tg1"
+grub:
+  isolcpus: "1-27,29-55,57-83,85-111"
+  nohz_full: "1-27,29-55,57-83,85-111"
+  rcu_nocbs: "1-27,29-55,57-83,85-111"
+sysctl:
+  kernel:
+    watchdog_cpumask: "0,28,56,84"
+  vm:
+    nr_hugepages: 4096
+    max_map_count: 20000
+
+inventory_ipmi_hostname: '10.30.55.10'
+cobbler_profile: 'ubuntu-18.04.2-server-x86_64'
diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.11.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.11.yaml
new file mode 100644 (file)
index 0000000..994e9eb
--- /dev/null
@@ -0,0 +1,17 @@
+---
+# file: host_vars/10.32.8.11.yaml
+
+hostname: "s29-t26-sut1"
+grub:
+  isolcpus: "1-5"
+  nohz_full: "1-5"
+  rcu_nocbs: "1-5"
+sysctl:
+  kernel:
+    watchdog_cpumask: "0"
+  vm:
+    nr_hugepages: 4096
+    max_map_count: 20000
+
+inventory_ipmi_hostname: '10.30.55.11'
+cobbler_profile: 'ubuntu-18.04.2-server-x86_64'
diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.12.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.12.yaml
new file mode 100644 (file)
index 0000000..927ea28
--- /dev/null
@@ -0,0 +1,17 @@
+---
+# file: host_vars/10.32.8.12.yaml
+
+hostname: "s30-t35-sut1"
+grub:
+  isolcpus: "1-5"
+  nohz_full: "1-5"
+  rcu_nocbs: "1-5"
+sysctl:
+  kernel:
+    watchdog_cpumask: "0"
+  vm:
+    nr_hugepages: 4096
+    max_map_count: 20000
+
+inventory_ipmi_hostname: '10.30.55.12'
+cobbler_profile: 'ubuntu-18.04.2-server-x86_64'
diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.13.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.13.yaml
new file mode 100644 (file)
index 0000000..c536c13
--- /dev/null
@@ -0,0 +1,17 @@
+---
+# file: host_vars/10.32.8.13.yaml
+
+hostname: "s31-t35-sut2"
+grub:
+  isolcpus: "1-5"
+  nohz_full: "1-5"
+  rcu_nocbs: "1-5"
+sysctl:
+  kernel:
+    watchdog_cpumask: "0"
+  vm:
+    nr_hugepages: 4096
+    max_map_count: 20000
+
+inventory_ipmi_hostname: '10.30.55.13'
+cobbler_profile: 'ubuntu-18.04.2-server-x86_64'
index 35c4e22..09bfc98 100644 (file)
@@ -29,6 +29,7 @@ all:
             10.30.51.55: null #s8-t23-tg1
             10.30.51.57: null #s10-t24-tg1
             10.30.51.60: null #s16-t32-tg1
             10.30.51.55: null #s8-t23-tg1
             10.30.51.57: null #s10-t24-tg1
             10.30.51.60: null #s16-t32-tg1
+            10.32.8.10: null #s28-t26t35-tg1
         sut:
           hosts:
             10.30.51.44: null #s3-t21-sut1
         sut:
           hosts:
             10.30.51.44: null #s3-t21-sut1
@@ -43,6 +44,13 @@ all:
           hosts:
             10.30.51.50: null #s1-t11-sut1
             10.30.51.51: null #s2-t12-sut1
           hosts:
             10.30.51.50: null #s1-t11-sut1
             10.30.51.51: null #s2-t12-sut1
+    denverton:
+      children:
+        sut:
+          hosts:
+            10.32.8.11: null #s29-t26-sut1
+            10.32.8.12: null #s30-t35-sut1
+            10.32.8.13: null #s31-t35-sut2
     taishan:
       children:
 #        tg:
     taishan:
       children:
 #        tg: