Infra: Azure - file cleanup
[csit.git] / resources / tools / testbed-setup / ansible / tg.yaml
1 ---
2 # file: tg.yaml
3
4 - hosts: tg
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: tg
26       tags: tg
27     - role: iperf
28       tags: iperf
29     - role: trex
30       tags: trex
31     - role: ab
32       tags: ab
33     - role: performance_tuning
34       tags: performance_tuning
35     - role: cleanup
36       tags: cleanup
37     - role: calibration
38       tags: calibration
39
40 - hosts: tg_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: dpdk
56       tags: dpdk
57     - role: aws
58       tags: aws
59     - role: docker
60       tags: docker
61     - role: tg
62       tags: tg
63     - role: iperf
64       tags: iperf
65     - role: trex
66       tags: trex
67     - role: ab
68       tags: ab
69     - role: cleanup
70       tags: cleanup
71     # TODO: 'Check Kernel Parameters' failing in
72     # resources/tools/testbed-setup/ansible/roles/calibration/tasks/main.yaml
73     # - role: calibration
74     #   tags: calibration
75
76 - hosts: tg_azure
77   become: yes
78   become_user: root
79   gather_facts: false
80   pre_tasks:
81     - name: Gathering Facts
82       gather_facts:
83       tags:
84         - always
85   roles:
86     - role: user_add
87       tags: user_add
88     - role: common
89       tags: common
90     - role: azure
91       tags: azure
92     - role: docker
93       tags: docker
94     - role: tg
95       tags: tg
96     - role: iperf
97       tags: iperf
98     - role: trex
99       tags: trex
100     - role: ab
101       tags: ab
102     - role: cleanup
103       tags: cleanup
104     # TODO: 'Check Kernel Parameters' failing in
105     # resources/tools/testbed-setup/ansible/roles/calibration/tasks/main.yaml
106     # - role: calibration
107     #   tags: calibration