X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsut.yaml;h=f3e8c3b57bb04a2f2f4709d10fbd8f43727c7c84;hp=9449316fb2bd4ea0454889415c265077baa7ffec;hb=a678231f39f4d4ea079018e7d11be36d0cc454d2;hpb=98d86e98c9bc9d2ed10b01fb81d6d7e02f09eb51 diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index 9449316fb2..f3e8c3b57b 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -38,3 +38,29 @@ tags: cleanup - role: calibration tags: calibration + +- hosts: sut_aws + remote_user: testuser + become: yes + become_user: root + roles: + - role: user_add + tags: user_add + - role: common + tags: common + - role: vpp + tags: vpp + - role: dpdk + tags: dpdk + - role: aws + tags: aws + - role: iperf + tags: iperf + - role: docker + tags: docker + - role: cleanup + tags: cleanup + # TODO: 'Check Kernel Parameters' failing in + # resources/tools/testbed-setup/ansible/roles/calibration/tasks/main.yaml + # - role: calibration + # tags: calibration