From 37a9451377f7239365b5af778b8072d1585a2d2a 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 --- .../ansible/inventories/sample_inventory/group_vars/all.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'resources/tools/testbed-setup/ansible/inventories/sample_inventory/group_vars') diff --git a/resources/tools/testbed-setup/ansible/inventories/sample_inventory/group_vars/all.yaml b/resources/tools/testbed-setup/ansible/inventories/sample_inventory/group_vars/all.yaml index a8e6d0f3a5..484e6ddb4b 100644 --- a/resources/tools/testbed-setup/ansible/inventories/sample_inventory/group_vars/all.yaml +++ b/resources/tools/testbed-setup/ansible/inventories/sample_inventory/group_vars/all.yaml @@ -47,6 +47,15 @@ dpdk: target_dir: '/opt' version: 'dpdk-19.02' url: 'https://fast.dpdk.org/rel' + build_targets: + aarch64: "arm64-armv8a" + x86_64: "x86_64-native" + +# WRK settings. +wrk: + target_dir: '/opt' + version: '4.0.2' + url: 'https://github.com/wg/wrk/archive' # Calibration settings. jitter: -- cgit 1.2.3-korg