From 941eb361d74e71114c97e8de240e224d2ea2d8ef Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Mon, 24 Apr 2017 09:10:32 +0800 Subject: Collect arithmetic metrics from unixbench Change-Id: I3e9ca649f3b35908c162d5036dcde3a333278f6d Signed-off-by: Yujun Zhang --- resources/ansible_roles/qtip-workspace/files/custom/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/ansible_roles/qtip-workspace/files/custom') diff --git a/resources/ansible_roles/qtip-workspace/files/custom/group_vars/all.yml b/resources/ansible_roles/qtip-workspace/files/custom/group_vars/all.yml index 0f9016b4..2967f6eb 100644 --- a/resources/ansible_roles/qtip-workspace/files/custom/group_vars/all.yml +++ b/resources/ansible_roles/qtip-workspace/files/custom/group_vars/all.yml @@ -12,7 +12,7 @@ qtip_results: results qtip_fixtures: fixtures qtip_dump: dump qtip_cache: "{{ qtip_cache }}" -qtip_workdir: "qtip-workdir-{{ lookup('pipe', 'date +%Y%m%d-%H%M') }}" +qtip_workdir: "{% raw %}{{ ansible_env.HOME }}{% endraw %}/qtip-workdir-{{ lookup('pipe', 'date +%Y%m%d-%H%M') }}" installer_master_group: fuel: fuel-masters apex: apex-underclouds -- cgit 1.2.3-korg