diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-24 09:10:32 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-24 11:22:19 +0800 |
commit | 941eb361d74e71114c97e8de240e224d2ea2d8ef (patch) | |
tree | 5179184301bcf435456392d2c69ece7f2710d675 /resources/ansible_roles/qtip-workspace/files/custom | |
parent | 48d36caabb09f2456a1d7ad64acb7aa099277eda (diff) |
Collect arithmetic metrics from unixbench
Change-Id: I3e9ca649f3b35908c162d5036dcde3a333278f6d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources/ansible_roles/qtip-workspace/files/custom')
-rw-r--r-- | resources/ansible_roles/qtip-workspace/files/custom/group_vars/all.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |