]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: copy purge-cluster.yml to root of ceph-ansible
authorAndrew Schoen <aschoen@redhat.com>
Tue, 10 Jan 2017 22:56:07 +0000 (16:56 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 10 Jan 2017 22:56:07 +0000 (16:56 -0600)
commit48ac9579b69972d6aab352662fb7edb61db62ae4
treefe3954e4b41d858d835814f07a86adc8ca41ab92
parentdc753590a787233e9702b9b24cb8f7c1775505a4
tests: copy purge-cluster.yml to root of ceph-ansible

There is an Ansible bug which makes the playbook fail when we are
running a playbook from the non-git root directory. The real problem is
that the ansible.cfg is not honoured and we are including variable from
roles/<role>/defaults/main.yml

The fix is too copy the purge cluster playbook on the git root directory
and execute it.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tox.ini