mirror of https://github.com/ceph/ceph-ansible.git
purge: tox add lvm-setup
Since we deploy > purge > deploy the LVs are gone so we much recreate them. Signed-off-by: Sébastien Han <seb@redhat.com>pull/3437/head
parent
fc6ebd8ebb
commit
656fbd2901
3
tox.ini
3
tox.ini
|
@ -54,6 +54,9 @@ commands=
|
|||
ceph_docker_image_tag={env:CEPH_DOCKER_IMAGE_TAG:latest-master} \
|
||||
"
|
||||
|
||||
# re-setup lvm
|
||||
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/lvm_setup.yml
|
||||
|
||||
# set up the cluster again
|
||||
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars "\
|
||||
ceph_stable_release={env:CEPH_STABLE_RELEASE:luminous} \
|
||||
|
|
Loading…
Reference in New Issue