Infra: AWS Update to Ubuntu 20.04
[csit.git] / resources / tools / testbed-setup / ansible / sut.yaml
index afa4d40..37a96c2 100644 (file)
       tags: vpp
     - role: dpdk
       tags: dpdk
-    - role: aws
-      tags: aws
     - role: iperf
       tags: iperf
     - role: docker
       tags: docker
+    - role: aws
+      tags: aws
     - role: cleanup
       tags: cleanup
-    # TODO: 'Check Kernel Parameters' failing in
-    # resources/tools/testbed-setup/ansible/roles/calibration/tasks/main.yaml
-    # - role: calibration
-    #   tags: calibration
+    - role: calibration
+      tags: calibration
 
 - hosts: sut_azure
   become: yes
       tags: docker
     - role: vpp
       tags: vpp
-    - role: azure
-      tags: azure
     - role: iperf
       tags: iperf
     - role: dpdk
       tags: dpdk
+    - role: azure
+      tags: azure
     - role: cleanup
       tags: cleanup
     # TODO: 'Check Kernel Parameters' failing in