From: Ramana Raja Date: Fri, 30 Nov 2018 15:01:13 +0000 (+0530) Subject: tox.ini: setup LVs in OSD hosts for '*-cluster' scenarios X-Git-Tag: v3.2.0rc7~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=788723cc2284600a12c7f8862927a3db171bf809;p=ceph-ansible.git tox.ini: setup LVs in OSD hosts for '*-cluster' scenarios ... as the scenarios set up ceph clusters with LVM OSDs. Closes: https://github.com/ceph/ceph-ansible/issues/3399 Signed-off-by: Ramana Raja --- diff --git a/tox.ini b/tox.ini index c26869836..1ec55debd 100644 --- a/tox.ini +++ b/tox.ini @@ -285,6 +285,7 @@ commands= bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir} # configure lvm + cluster: ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/lvm_setup.yml centos7_cluster: ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/lvm_setup.yml docker_cluster: ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/lvm_setup.yml docker_cluster_collocation: ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/lvm_setup.yml