Infra: AWS Update to Ubuntu 20.04
[csit.git] / resources / tools / testbed-setup / ansible / sut.yaml
1 ---
2 # file: sut.yaml
3
4 - hosts: sut
5   remote_user: testuser
6   become: yes
7   become_user: root
8   gather_facts: false
9   pre_tasks:
10     - name: Gathering Facts
11       gather_facts:
12       tags:
13         - always
14   roles:
15     - role: baremetal
16       tags: baremetal
17     - role: common
18       tags: common
19     - role: kernel
20       tags: kernel
21     - role: mellanox
22       tags: mellanox
23     - role: docker
24       tags: docker
25     - role: vpp
26       tags: vpp
27     - role: dpdk
28       tags: dpdk
29     - role: kernel_vm
30       tags: kernel_vm
31     - role: csit_sut_image
32       tags: csit_sut_image
33     - role: performance_tuning
34       tags: performance_tuning
35     - role: cleanup
36       tags: cleanup
37     - role: calibration
38       tags: calibration
39
40 - hosts: sut_aws
41   remote_user: testuser
42   become: yes
43   become_user: root
44   gather_facts: false
45   pre_tasks:
46     - name: Gathering Facts
47       gather_facts:
48       tags:
49         - always
50   roles:
51     - role: user_add
52       tags: user_add
53     - role: common
54       tags: common
55     - role: vpp
56       tags: vpp
57     - role: dpdk
58       tags: dpdk
59     - role: iperf
60       tags: iperf
61     - role: docker
62       tags: docker
63     - role: aws
64       tags: aws
65     - role: cleanup
66       tags: cleanup
67     - role: calibration
68       tags: calibration
69
70 - hosts: sut_azure
71   become: yes
72   become_user: root
73   gather_facts: false
74   pre_tasks:
75     - name: Gathering Facts
76       gather_facts:
77       tags:
78         - always
79   roles:
80     - role: user_add
81       tags: user_add
82     - role: common
83       tags: common
84     - role: docker
85       tags: docker
86     - role: vpp
87       tags: vpp
88     - role: iperf
89       tags: iperf
90     - role: dpdk
91       tags: dpdk
92     - role: azure
93       tags: azure
94     - role: cleanup
95       tags: cleanup
96     # TODO: 'Check Kernel Parameters' failing in
97     # resources/tools/testbed-setup/ansible/roles/calibration/tasks/main.yaml
98     # - role: calibration
99     #   tags: calibration