From ac8c825582a56bba3a1d1c966322f80aa93fe137 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 19 Apr 2017 14:52:55 +0800 Subject: Use ansible roles to setup development tools Change-Id: I897773edf8dcacf08e67fa3eb999c4c10ba22805 Signed-off-by: Yujun Zhang --- tests/integration/roles | 1 + tests/integration/run.yaml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 120000 tests/integration/roles (limited to 'tests') diff --git a/tests/integration/roles b/tests/integration/roles new file mode 120000 index 00000000..a2363eeb --- /dev/null +++ b/tests/integration/roles @@ -0,0 +1 @@ +../../resources/roles \ No newline at end of file diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index 5c74a478..bab88d73 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -16,6 +16,15 @@ tasks: - name: check ssh connection ping: + tags: [setup] + +- hosts: compute + roles: + - development-tools + tags: [setup] + +- hosts: compute + tasks: - name: collect system information include: "{{ qtip_resources }}/metric/inxi.yaml" - name: ssl metrics -- cgit 1.2.3-korg