From: Sébastien Han Date: Mon, 30 Jan 2017 14:41:18 +0000 (+0100) Subject: ci: dummy commit to debug X-Git-Tag: v2.2.0rc1~50^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ff135a50243f35e2345a73de5fb25338dea3d74b;p=ceph-ansible.git ci: dummy commit to debug Signed-off-by: Sébastien Han --- diff --git a/tox.ini b/tox.ini index 30fb7a4a1..c4a2cbec1 100644 --- a/tox.ini +++ b/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