aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/inventories/sample_inventory
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-02-25 16:03:21 +0000
committerPeter Mikus <pmikus@cisco.com>2019-02-26 08:27:54 +0000
commitd978e8c6d58a8c37a3ff80a7a52e35b6574be553 (patch)
treef10574fd4e1dd5080c1655d9bc9f92db4daef6b2 /resources/tools/testbed-setup/ansible/inventories/sample_inventory
parentcf260b77de34ac29e115ed9137904205d9f60ffc (diff)
CSIT-1448 Ansible: Clean hugepage configuration
Change-Id: I1e91d63bb5cd671d2d1d94f8711233bec0fe6505 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/ansible/inventories/sample_inventory')
-rw-r--r--resources/tools/testbed-setup/ansible/inventories/sample_inventory/host_vars/1.1.1.1.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/ansible/inventories/sample_inventory/host_vars/1.1.1.1.yaml b/resources/tools/testbed-setup/ansible/inventories/sample_inventory/host_vars/1.1.1.1.yaml
index 6cefdb4cc3..89235e89c3 100644
--- a/resources/tools/testbed-setup/ansible/inventories/sample_inventory/host_vars/1.1.1.1.yaml
+++ b/resources/tools/testbed-setup/ansible/inventories/sample_inventory/host_vars/1.1.1.1.yaml
@@ -2,5 +2,13 @@
# file: host_vars/x.x.x.x.yaml
hostname: "t1-tg1"
-isolcpus: "1-17,19-35"
-cfs_cpus: "0,18"
+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