aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/tg_sut/tasks/aarch64.yaml
blob: 591002606bbe040bf197e57b432fd1f9f3db1672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# file: roles/tg_sut/tasks/aarch64.yaml

- name: Configure aarch64 kernel parameters
  lineinfile:
    path: '/etc/default/grub'
    state: 'present'
    regexp: '^GRUB_CMDLINE_LINUX='
    line: 'GRUB_CMDLINE_LINUX="isolcpus={{ grub.isolcpus }} nohz_full={{ grub.nohz_full }} rcu_nocbs={{ grub.rcu_nocbs }} intel_iommu=on nmi_watchdog=0 audit=0 nosoftlockup processor.max_cstate=1"'
  notify: ['Update GRUB']
  tags: set-grub