From: Guillaume Abrioux Date: Wed, 3 Apr 2019 07:27:32 +0000 (+0200) Subject: tests: fix shrink_mon scenario X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd77affe7fa24845b549714263deca3f8b310b50;p=ceph-ansible.git tests: fix shrink_mon scenario since the node names have changed recently (the 'ceph-' prefix has been removed), we must change the name in the shrink_mon playbook command here. Signed-off-by: Guillaume Abrioux --- diff --git a/tox.ini b/tox.ini index 1d568fd9d..b2f80f6dd 100644 --- a/tox.ini +++ b/tox.ini @@ -121,7 +121,7 @@ commands= cp {toxinidir}/infrastructure-playbooks/shrink-mon.yml {toxinidir}/shrink-mon.yml ansible-playbook -vv -i {changedir}/hosts {toxinidir}/shrink-mon.yml --extra-vars "\ ireallymeanit=yes \ - mon_to_kill={env:MON_TO_KILL:ceph-mon2} \ + mon_to_kill={env:MON_TO_KILL:mon2} \ " [shrink-osd] commands=