From 2045a26e54b45a5fd7635102ceda1662d84a2047 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 26 Feb 2019 10:24:41 +0000 Subject: CSIT-1449 Ansible: Adding calibration support - Remove obsolete bootstrap_setup.sh. - Add calibration support into ansible. - Inject Ansible run with calibration to every job. Change-Id: Ib2d6cd0c04d3bce700b205bef34c3c88edb26e28 Signed-off-by: Peter Mikus --- resources/tools/testbed-setup/ansible/vpp_device.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'resources/tools/testbed-setup/ansible/vpp_device.yaml') diff --git a/resources/tools/testbed-setup/ansible/vpp_device.yaml b/resources/tools/testbed-setup/ansible/vpp_device.yaml index 7f0f6eb91a..3d4894136f 100644 --- a/resources/tools/testbed-setup/ansible/vpp_device.yaml +++ b/resources/tools/testbed-setup/ansible/vpp_device.yaml @@ -6,5 +6,7 @@ become: yes become_user: root roles: - - common - - vpp_device + - role: common + tags: common + - role: vpp_device + tags: vpp_device -- cgit 1.2.3-korg