3n-tsh timeout, testbed tags and ansible update
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / main.yaml
index 90990b6..a882001 100644 (file)
@@ -3,10 +3,7 @@
 
 - name: Install distribution - release - machine prerequisites
   include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'
-
-- name: Taishan aarch64 specific
-  import_tasks: taishan_workaround.yaml
-  when: taishan_workaround is defined
+  tags: [ install-csit-dependencies, install-kernel-image ]
 
 - name: Copy 80-vpp.conf
   file:
@@ -15,3 +12,7 @@
     state: 'link'
   become: yes
   tags: copy-80-vpp
+
+- name: Install DPDK
+  include_tasks: 'dpdk.yaml'
+  tags: install-dpdk