From fb11a67a61932bf98788c445643ce1475734b0d8 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 22 May 2018 15:26:19 -0400 Subject: [PATCH] ceph-ansible: add hard-coded notario dependency Fixes: http://tracker.ceph.com/issues/24230 Signed-off-by: Casey Bodley --- teuthology/task/ceph_ansible.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5