From: Casey Bodley Date: Tue, 22 May 2018 19:26:19 +0000 (-0400) Subject: ceph-ansible: add hard-coded notario dependency X-Git-Tag: 1.1.0~339^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fb11a67a61932bf98788c445643ce1475734b0d8;p=teuthology.git ceph-ansible: add hard-coded notario dependency Fixes: http://tracker.ceph.com/issues/24230 Signed-off-by: Casey Bodley --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index e79d9ea291..d88e5fa64e 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -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)