]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: update version of ansible to 2.6.x for simple tests 23264/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 26 Jul 2018 15:09:17 +0000 (10:09 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 26 Jul 2018 15:23:50 +0000 (10:23 -0500)
ceph-ansible now requires a 2.5.x or 2.6.x version of ansible if you're
using the master branch. This updates our functional tests for the
simple subcommand to use a 2.6.x version of ansible.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 654578928dd840801967c5409b5b19ad6cf90317)

src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini

index d5e9c33ea6401f0f52d7cf5bfc3f0a1e854ae0f3..cf7481523350e05716a9670b53a75f7aa70232f4 100644 (file)
@@ -18,7 +18,7 @@ setenv=
   VAGRANT_CWD = {changedir}
   CEPH_VOLUME_DEBUG = 1
 deps=
-  ansible==2.4.1
+  ansible~=2.6,<2.7
   testinfra==1.7.1
   pytest-xdist
   notario>=0.0.13