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/sut.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (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 1f9a4cbaab..9b7a66656d 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -6,6 +6,11 @@ become: yes become_user: root roles: - - common - - sut - - tg_sut + - role: common + tags: common + - role: tg + tags: tg + - role: tg_sut + tags: tg_sut + - role: calibration + tags: calibration -- cgit 1.2.3-korg