mirror of https://github.com/ceph/ceph-ansible.git
tests: add cluster_name and conf_path to the node fixture
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1150/head
parent
2464b69612
commit
4e3eb7b627
|
@ -37,6 +37,8 @@ def node(Ansible, Interface, Command, request):
|
|||
vars=ansible_vars,
|
||||
osd_ids=osd_ids,
|
||||
num_mons=num_mons,
|
||||
cluster_name=cluster_name,
|
||||
conf_path=conf_path,
|
||||
)
|
||||
return data
|
||||
|
||||
|
|
Loading…
Reference in New Issue