From: Shilpa Jagannath Date: Tue, 11 Dec 2018 11:32:59 +0000 (+0530) Subject: removed cluster names X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fc89d8ab49f7d23bb3d3fadc2a7b1d844321c99d;p=teuthology.git removed cluster names --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index ad00ee156b..6c25473c52 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -121,6 +121,7 @@ class CephAnsible(Task): stripped_role = {} for remote, roles in self.cluster.remotes.iteritems(): + stripped_role[remote] = [] for role in roles: stripped_role[remote].append(teuthology.ceph_role(role)) return self.ctx.cluster.remotes.update(stripped_role)