X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsut.yaml;h=67caadd99acfec1587d6a12de0574f30946fe1d8;hb=ed648e7c1f6493fd3bd01213ed0692a5b2e1a020;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..67caadd99a 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -6,6 +6,25 @@ become: yes become_user: root roles: - - common - - sut - - tg_sut + - role: common + tags: common + - role: vexx_hosts + tags: vexx_hosts + - role: sut + tags: sut + - role: dpdk + tags: dpdk + - role: docker + tags: docker + - role: kubernetes + tags: kubernetes + - role: mellanox + tags: mellanox + - role: kernel_vm + tags: kernel_vm + - role: performance_tuning + tags: performance_tuning + - role: cleanup + tags: cleanup + - role: calibration + tags: calibration