From 4e288f27c54e9cefc62ccbf277a1c1ca7b048ff9 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 14 Aug 2019 12:30:06 +0000 Subject: Move: WRK installation into ansible - Remove ability to install from framework. - Control via ansible with other dependencies. Signed-off-by: Peter Mikus Change-Id: I5fd0ca18b4f76c30b6c28b4dcd15e538e01cb315 (cherry picked from commit 37a9451377f7239365b5af778b8072d1585a2d2a) --- resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml') diff --git a/resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml b/resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml index f3f5d85aa1..24f433f9b9 100644 --- a/resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml +++ b/resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml @@ -3,3 +3,7 @@ - name: Install distribution - release - machine prerequisites include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml' + +- name: Install WRK + include_tasks: 'wrk.yaml' + tags: install-wrk -- cgit 1.2.3-korg