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=d93d0b07cf3fce4cc43bbdbb55f290da9ed04041;hpb=d3e0654a57aa958aaef1906e4a759e521655a86b;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index d93d0b07cf..9449316fb2 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -5,16 +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: sut - tags: 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