diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible/sut.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/sut.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index fa7adb73e2..67caadd99a 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -8,12 +8,20 @@ roles: - 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 |