X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Ftg_azure.yaml;h=e6940a7c36bf3a4266e140d5518a3e5082d29877;hp=4ab22952965689c55fb816101c7f4d5ec864bc10;hb=85bafb70d413d16972665c0377c3d7b4982b4270;hpb=8605f3f406468f57bb9b2eac12a4421f65965300 diff --git a/resources/tools/testbed-setup/ansible/tg_azure.yaml b/resources/tools/testbed-setup/ansible/tg_azure.yaml index 4ab2295296..e6940a7c36 100644 --- a/resources/tools/testbed-setup/ansible/tg_azure.yaml +++ b/resources/tools/testbed-setup/ansible/tg_azure.yaml @@ -2,10 +2,11 @@ # file: tg_azure.yaml - hosts: tg - remote_user: testuser become: yes become_user: root roles: + - role: user_add + tags: user_add - role: common tags: common - role: azure @@ -16,11 +17,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