]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph-ansible: add hard-coded notario dependency 1176/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 22 May 2018 19:26:19 +0000 (15:26 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 23 May 2018 14:42:28 +0000 (10:42 -0400)
Fixes: http://tracker.ceph.com/issues/24230
Signed-off-by: Casey Bodley <cbodley@redhat.com>
teuthology/task/ceph_ansible.py

index e79d9ea291f5d4b4febf493979614a17be619776..d88e5fa64e64ece29aaaceb7f85281534417ab66 100644 (file)
@@ -446,6 +446,7 @@ class CephAnsible(Task):
             'pip',
             'install',
             run.Raw('setuptools>=11.3'),
+            run.Raw('notario>=0.0.13'), # FIXME: use requirements.txt
             run.Raw(ansible_ver),
             run.Raw(';'),
             run.Raw(str_args)