]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: fix shrink_mon scenario
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Apr 2019 07:27:32 +0000 (09:27 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Apr 2019 08:03:10 +0000 (10:03 +0200)
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 <gabrioux@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 1d568fd9d2046a26a831afa4a83254af019dc930..b2f80f6ddc94139e71688bb1297e12ded1091708 100644 (file)
--- 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=