From 8605f3f406468f57bb9b2eac12a4421f65965300 Mon Sep 17 00:00:00 2001 From: vagrant Date: Tue, 4 Feb 2020 14:16:01 +0000 Subject: CSIT Azure integration + Terraform + Ansible Signed-off-by: Peter Mikus Change-Id: I353511c5ef39d8c8d43fedc61c8dbb30b4821e1b --- resources/tools/testbed-setup/ansible/sut.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'resources/tools/testbed-setup/ansible/sut.yaml') 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 -- cgit 1.2.3-korg