Change-Id: I2a30dd39bb847868c8869904c8b28d2bf7d784e5
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
- fetch:
src: /etc/ceph/ceph.conf
- dest: "{{ qtip_results }}/sysinfo-{{ inventory_hostname }}/"
+ dest: "{{ output }}/"
flat: yes
- name: collect ceph system info from ceph.conf
- set_fact: {"{{ item }}":"{{ lookup('ini', '{{ item }} section=global default='' file={{ qtip_results }}/sysinfo-{{ inventory_hostname }}/ceph.conf') }}"}
+ set_fact: {"{{ item }}":"{{ lookup('ini', '{{ item }} section=global default='' file={{ output }}/ceph.conf') }}"}
with_items:
- cluster_network
delegate_to: localhost
roles:
- { role: qtip, tasks: setup-local, tags: [setup] }
- - { role: storperf, output: "{% raw %}{{ qtip_results }}{% endraw %}/storperf" }
+ - { role: storperf, output: "{% raw %}{{ qtip_results }}{% endraw %}/current/storperf" }
- hosts: SUT
roles: