X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsut_azure.yaml;h=835ab63d838f46c111ebdc7bd0181e8dedc5d0fc;hb=5d4c299d02072fd18ef175bfbf7c694e94db79a6;hp=be45810a6035e3934c22d902f6377a467cc90caf;hpb=8605f3f406468f57bb9b2eac12a4421f65965300;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/sut_azure.yaml b/resources/tools/testbed-setup/ansible/sut_azure.yaml index be45810a60..835ab63d83 100644 --- a/resources/tools/testbed-setup/ansible/sut_azure.yaml +++ b/resources/tools/testbed-setup/ansible/sut_azure.yaml @@ -2,12 +2,15 @@ # file: sut_azure.yaml - hosts: sut - remote_user: testuser become: yes become_user: root roles: + - role: user_add + tags: user_add - role: common tags: common + - role: vpp + tags: vpp - role: azure tags: azure - role: iperf @@ -18,5 +21,5 @@ tags: dpdk - role: cleanup tags: cleanup - - role: calibration - tags: calibration +# - role: calibration +# tags: calibration