From: Shilpa Jagannath Date: Wed, 12 Dec 2018 14:48:38 +0000 (+0530) Subject: removed cluster names X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a71015204cc76930de7a1e8f265118f005ff7980;p=teuthology.git removed cluster names --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index af2ff2cd7..45d7f8899 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -149,7 +149,7 @@ class CephAnsible(Task): # self.remove_cluster_prefix() (ceph_first_mon,) = self.each_cluster.only( misc.get_first_mon(self.ctx, - self.config)).remotes.iterkeys() + self.config, self.cluster_name)).remotes.iterkeys() if ansible_loc.remotes: (ceph_installer,) = ansible_loc.remotes.iterkeys() else: @@ -789,7 +789,7 @@ class CephAnsible(Task): self.each_cluster.remotes.update(new_remote_role) (ceph_first_mon,) = self.each_cluster.only( misc.get_first_mon(self.ctx, - self.config)).remotes.iterkeys() + self.config, self.cluster_name)).remotes.iterkeys() from tasks.ceph_manager import CephManager ctx.managers[self.cluster_name] = CephManager( ceph_first_mon,