X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsut.yaml;h=9449316fb2bd4ea0454889415c265077baa7ffec;hb=a9817d4b5ce0296062b49e100705661f32b77dc6;hp=9b7a66656d05fbbd47e03b3aa5dceabaf34620f8;hpb=2045a26e54b45a5fd7635102ceda1662d84a2047;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index 9b7a66656d..9449316fb2 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -5,12 +5,36 @@ remote_user: testuser become: yes become_user: root + gather_facts: false + pre_tasks: + - name: Gathering Facts + gather_facts: + tags: + - always roles: + - role: baremetal + tags: baremetal - role: common tags: common - - role: tg - tags: tg - - role: tg_sut - tags: tg_sut + - role: kernel + tags: kernel + - role: mellanox + tags: mellanox + - role: vpp + tags: vpp + - role: dpdk + tags: dpdk + - role: docker + tags: docker + - role: kubernetes + tags: kubernetes + - role: kernel_vm + tags: kernel_vm + - role: csit_sut_image + tags: csit_sut_image + - role: performance_tuning + tags: performance_tuning + - role: cleanup + tags: cleanup - role: calibration tags: calibration