]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph_ansible: Install netaddr 1236/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 13 Nov 2018 20:56:44 +0000 (15:56 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 13 Nov 2018 20:56:44 +0000 (15:56 -0500)
See https://github.com/ceph/ceph-ansible/pull/3199

Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/task/ceph_ansible.py

index c3b8aa0cc4ff26250e952e23dad8f6cac4126e6b..ae68632541ceba084372be1b83c18945c50f60c3 100644 (file)
@@ -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)