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=c44dfe816f29759b3181ae967625f41fe69f9fc4;hpb=6db8aec19b0109f9efcef189d32ddaac8c469370;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index c44dfe816f..47e72bd5a6 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -6,10 +6,10 @@ become: yes become_user: root roles: + - role: baremetal + tags: baremetal - role: common tags: common - - role: vexx_hosts - tags: vexx_hosts - role: vpp tags: vpp - role: dpdk @@ -24,6 +24,8 @@ tags: kernel_vm - role: performance_tuning tags: performance_tuning + - role: kernel + tags: kernel - role: cleanup tags: cleanup - role: calibration