]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume tests/functional use Ansible 2.6
authorAlfredo Deza <adeza@redhat.com>
Mon, 23 Jul 2018 14:18:34 +0000 (10:18 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 25 Jul 2018 20:58:53 +0000 (16:58 -0400)
The ceph-ansible project now refuses to use 2.4 even though it works
with that version

Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 9570864dd614d2442278e2ba3501788fefd753e3)

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

index 5a2ff02a1a48c58cf64c691f3404f4aebe12054b..0c953e3f72fa66aeebba2f7b51b6b939d404d308 100644 (file)
@@ -17,7 +17,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