3de55e62e890a42c9637b8f046b0f5c1e3c6ff32
[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   roles:
45     - role: user_add
46       tags: user_add
47     - role: common
48       tags: common
49     - role: dpdk
50       tags: dpdk
51     - role: aws
52       tags: aws
53     - role: docker
54       tags: docker
55     - role: tg
56       tags: tg
57     - role: iperf
58       tags: iperf
59     - role: trex
60       tags: trex
61     - role: ab
62       tags: ab
63     - role: cleanup
64       tags: cleanup
65     # TODO: 'Check Kernel Parameters' failing in
66     # resources/tools/testbed-setup/ansible/roles/calibration/tasks/main.yaml
67     # - role: calibration
68     #   tags: calibration