X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Ftg.yaml;h=2b375b76a171265c8ba2bc3b32b1fac17e44932c;hp=e800881127257d08a9a27bcbd91f89530fdc5005;hb=3448466ca1aa0692788d95f7b4b29309b32b99cc;hpb=5c7b32f5ba60acae88af6e838c79639d68a4fcad diff --git a/resources/tools/testbed-setup/ansible/tg.yaml b/resources/tools/testbed-setup/ansible/tg.yaml index e800881127..2b375b76a1 100644 --- a/resources/tools/testbed-setup/ansible/tg.yaml +++ b/resources/tools/testbed-setup/ansible/tg.yaml @@ -5,23 +5,29 @@ remote_user: testuser become: yes become_user: root + gather_facts: false + pre_tasks: + - name: Gathering Facts + gather_facts: + tags: + - always roles: - role: baremetal tags: baremetal - role: common tags: common - - role: tg - tags: tg - role: kernel tags: kernel - role: mellanox tags: mellanox + - role: tg + tags: tg - role: iperf tags: iperf - role: trex tags: trex - - role: wrk - tags: wrk + - role: ab + tags: ab - role: docker tags: docker - role: performance_tuning