mirror of https://github.com/ceph/ceph-ansible.git
parent
f888cc4e06
commit
549a25c5bc
1
tox.ini
1
tox.ini
|
@ -10,7 +10,6 @@ skipsdist = True
|
|||
commands=
|
||||
cp {toxinidir}/infrastructure-playbooks/purge-cluster.yml {toxinidir}/purge-cluster.yml
|
||||
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/purge-cluster.yml --extra-vars="ireallymeanit=yes fetch_directory={changedir}/fetch"
|
||||
ansible all -i {changedir}/hosts -m shell -a "lsb_release -a; cat /etc/apt/sources.list || true"
|
||||
# set up the cluster again
|
||||
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/site.yml.sample --extra-vars="fetch_directory={changedir}/fetch"
|
||||
# test that the cluster can be redeployed in a healthy state
|
||||
|
|
Loading…
Reference in New Issue