X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Finventories%2Fsample_inventory%2Fhost_vars%2F1.1.1.1.yaml;h=89235e89c39aa5750651e16cf2bcd8b06931d958;hp=6cefdb4cc34c6f10be9a193e394aeda3137450dd;hb=d978e8c6d58a8c37a3ff80a7a52e35b6574be553;hpb=cf260b77de34ac29e115ed9137904205d9f60ffc 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