X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsut.yaml;h=47e72bd5a61a6bac5488b3d5501c58e0005c3bbd;hb=5145244d6dadd309ecdcb24289aed13485ae2e9d;hp=67caadd99acfec1587d6a12de0574f30946fe1d8;hpb=8605f3f406468f57bb9b2eac12a4421f65965300;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index 67caadd99a..47e72bd5a6 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -6,12 +6,12 @@ become: yes become_user: root roles: + - role: baremetal + tags: baremetal - role: common tags: common - - role: vexx_hosts - tags: vexx_hosts - - role: sut - tags: sut + - role: vpp + tags: vpp - role: dpdk tags: dpdk - role: docker @@ -24,6 +24,8 @@ tags: kernel_vm - role: performance_tuning tags: performance_tuning + - role: kernel + tags: kernel - role: cleanup tags: cleanup - role: calibration