From 9222ecb462099f667d78494f4886d6c84f8a2310 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Thu, 20 Apr 2017 20:58:13 +0800 Subject: Reorganize benchmarking tasks into ansible roles which helps to - group task with related templates and variables - simplify the main playbook to improve readability See: http://docs.ansible.com/ansible/playbooks_roles.html Change-Id: I9d3180edaac83ee9dba85ce5ac14ff574af7a905 Signed-off-by: Yujun Zhang --- .../roles/qtip-workspace/files/copy/fixtures/case.json | 14 ++++++++++++++ .../roles/qtip-workspace/files/copy/fixtures/pod.json | 6 ++++++ .../roles/qtip-workspace/files/copy/fixtures/project.json | 4 ++++ 3 files changed, 24 insertions(+) create mode 100644 resources/roles/qtip-workspace/files/copy/fixtures/case.json create mode 100644 resources/roles/qtip-workspace/files/copy/fixtures/pod.json create mode 100644 resources/roles/qtip-workspace/files/copy/fixtures/project.json (limited to 'resources/roles/qtip-workspace/files/copy/fixtures') diff --git a/resources/roles/qtip-workspace/files/copy/fixtures/case.json b/resources/roles/qtip-workspace/files/copy/fixtures/case.json new file mode 100644 index 00000000..22abc40f --- /dev/null +++ b/resources/roles/qtip-workspace/files/copy/fixtures/case.json @@ -0,0 +1,14 @@ +{ + "run": "", + "name": "compute", + "ci_loop": "", + "tags": "", + "url": "", + "domains": "", + "dependencies": "", + "version": "", + "criteria": "", + "tier": "", + "blocking": "", + "description": "" +} \ No newline at end of file diff --git a/resources/roles/qtip-workspace/files/copy/fixtures/pod.json b/resources/roles/qtip-workspace/files/copy/fixtures/pod.json new file mode 100644 index 00000000..654b5828 --- /dev/null +++ b/resources/roles/qtip-workspace/files/copy/fixtures/pod.json @@ -0,0 +1,6 @@ +{ + "details": "", + "role": "", + "name": "qtip-pod", + "mode": "" +} \ No newline at end of file diff --git a/resources/roles/qtip-workspace/files/copy/fixtures/project.json b/resources/roles/qtip-workspace/files/copy/fixtures/project.json new file mode 100644 index 00000000..ecd03e83 --- /dev/null +++ b/resources/roles/qtip-workspace/files/copy/fixtures/project.json @@ -0,0 +1,4 @@ +{ + "name": "qtip", + "description": "Platform Performance Benchmarking" +} \ No newline at end of file -- cgit 1.2.3-korg