diff options
author | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2022-08-19 11:37:47 +0200 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2022-08-25 07:40:11 +0000 |
commit | d3d391f17f4ecaa56554dd558fd929d26cadce64 (patch) | |
tree | 890f22a4ed41d0e47382d7f5be43a0f9b87479a6 /fdio.infra.ansible/roles/vpp_device/tasks/main.yaml | |
parent | e90dbd33ddd4a795a13df1593cbd78b236af699c (diff) |
feat(ansible): update 1n-tx2 config
Arm VPP Device requires newer drivers, otherwise we're frequently seeing
a deadlock when running csit-initialize-vfs.
We've observed server slowdown in VPP Device jobs in the past and
testing revealed that disabling the cppc_cpufreq seemingly resolves the
issue (there was no observed slowdown with a sample of 500 job runs).
Also update Nomad config (server IPs).
Change-Id: I484417f2cdb701239ca7517406147d0f2f7adde4
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Diffstat (limited to 'fdio.infra.ansible/roles/vpp_device/tasks/main.yaml')
-rw-r--r-- | fdio.infra.ansible/roles/vpp_device/tasks/main.yaml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/fdio.infra.ansible/roles/vpp_device/tasks/main.yaml b/fdio.infra.ansible/roles/vpp_device/tasks/main.yaml index 418217aaac..ec20d2a3cd 100644 --- a/fdio.infra.ansible/roles/vpp_device/tasks/main.yaml +++ b/fdio.infra.ansible/roles/vpp_device/tasks/main.yaml @@ -1,17 +1,12 @@ --- # file: roles/vpp_device/tasks/main.yaml -- name: Load Kernel Modules By Default - lineinfile: - path: "/etc/modules" - state: "present" - line: "{{ item }}" - with_items: - - "vfio-pci" +- name: ThunderX2 Kernel Modules Config + import_tasks: thunderx2.yaml when: - cpu_microarchitecture == "thunderx2" tags: - - load-kernel-modules + - conf-kernel-modules - name: Disable IPv6 Router Advertisement sysctl: |