3d5137f35ecd2a85eab9b95b0755d4080d2810c0
[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: iperf
26       tags: iperf
27     - role: trex
28       tags: trex
29     - role: ab
30       tags: ab
31     - role: tg
32       tags: tg
33     - role: csit_sut_image
34       tags: csit_sut_image
35     - role: performance_tuning
36       tags: performance_tuning
37     - role: cleanup
38       tags: cleanup
39     - role: calibration
40       tags: calibration
41
42 - hosts: tg_aws
43   remote_user: testuser
44   become: yes
45   become_user: root
46   gather_facts: false
47   pre_tasks:
48     - name: Gathering Facts
49       gather_facts:
50       tags:
51         - always
52   roles:
53     - role: user_add
54       tags: user_add
55     - role: common
56       tags: common
57     - role: dpdk
58       tags: dpdk
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: aws
70       tags: aws
71     - role: cleanup
72       tags: cleanup
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: docker
91       tags: docker
92     - role: tg
93       tags: tg
94     - role: iperf
95       tags: iperf
96     - role: trex
97       tags: trex
98     - role: ab
99       tags: ab
100     - role: azure
101       tags: azure
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