aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/sut.yaml
blob: c44dfe816f29759b3181ae967625f41fe69f9fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# file: sut.yaml

- hosts: sut
  remote_user: testuser
  become: yes
  become_user: root
  roles:
    - role: common
      tags: common
    - role: vexx_hosts
      tags: vexx_hosts
    - role: vpp
      tags: vpp
    - 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