mirror of https://github.com/ceph/ceph-ansible.git
ci: dummy commit to debug
Signed-off-by: Sébastien Han <seb@redhat.com>pull/1254/head
parent
1149825f8f
commit
ff135a5024
1
tox.ini
1
tox.ini
|
@ -10,6 +10,7 @@ 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