From: David Galloway Date: Tue, 13 Nov 2018 20:56:44 +0000 (-0500) Subject: ceph_ansible: Install netaddr X-Git-Tag: 1.1.0~288^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1236%2Fhead;p=teuthology.git ceph_ansible: Install netaddr See https://github.com/ceph/ceph-ansible/pull/3199 Signed-off-by: David Galloway --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index c3b8aa0cc..ae6863254 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -448,6 +448,7 @@ class CephAnsible(Task): 'install', run.Raw('setuptools>=11.3'), run.Raw('notario>=0.0.13'), # FIXME: use requirements.txt + run.Raw('netaddr'), run.Raw(ansible_ver), run.Raw(';'), run.Raw(str_args)