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=1f9a4cbaabf3bc638524dd5865cceb48e3f9a821;hpb=61ef529d33efd51acd1b1986c325d25a9d7ba705;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index 1f9a4cbaab..9449316fb2 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -5,7 +5,36 @@ remote_user: testuser become: yes become_user: root + gather_facts: false + pre_tasks: + - name: Gathering Facts + gather_facts: + tags: + - always roles: - - common - - sut - - tg_sut + - role: baremetal + tags: baremetal + - role: common + tags: common + - 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