X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Ftg_aws.yaml;h=17e8239c9e66a91091d2112ed9ed7094ecf01ba3;hp=4b5299f2556750364a5dce43f283afab9fb6005c;hb=3448466ca1aa0692788d95f7b4b29309b32b99cc;hpb=6bc0123c235171918a6193b1551ed4d4d82c2fec diff --git a/resources/tools/testbed-setup/ansible/tg_aws.yaml b/resources/tools/testbed-setup/ansible/tg_aws.yaml index 4b5299f255..17e8239c9e 100644 --- a/resources/tools/testbed-setup/ansible/tg_aws.yaml +++ b/resources/tools/testbed-setup/ansible/tg_aws.yaml @@ -4,11 +4,19 @@ - hosts: tg become: yes become_user: root + gather_facts: false + pre_tasks: + - name: Gathering Facts + gather_facts: + tags: + - always roles: - role: user_add tags: user_add - role: common tags: common + - role: dpdk + tags: dpdk - role: aws tags: aws - role: tg @@ -17,11 +25,11 @@ tags: iperf - role: trex tags: trex - - role: wrk - tags: wrk + - role: ab + tags: ab - role: docker tags: docker - role: cleanup tags: cleanup - - role: calibration - tags: calibration +# - role: calibration +# tags: calibration