From a678231f39f4d4ea079018e7d11be36d0cc454d2 Mon Sep 17 00:00:00 2001 From: Tomas Alexy Date: Thu, 28 Jan 2021 08:59:22 +0100 Subject: Infra: Fix AWS deployment Signed-off-by: Tomas Alexy Change-Id: Ie24f5fac5827e28b1ac7c22192a94994700b2910 --- resources/tools/testbed-setup/ansible/sut.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'resources/tools/testbed-setup/ansible/sut.yaml') 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 -- cgit 1.2.3-korg