From 5eb0e61eb7de5279d8fd33ca6910149ed3cb4e68 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 18 Dec 2018 21:18:31 -0600 Subject: [PATCH] qa/tasks/ceph: keep mon addrs in ctx namespace Signed-off-by: Sage Weil (cherry picked from commit 545df766bef04b1a70380ac04909b2a88521e4da) --- qa/tasks/ceph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index ce26b896795..ecee234f911 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -610,6 +610,7 @@ def cluster(ctx, config): ctx.ceph = {} ctx.ceph[cluster_name] = argparse.Namespace() ctx.ceph[cluster_name].conf = conf + ctx.ceph[cluster_name].mons = mons default_keyring = '/etc/ceph/{cluster}.keyring'.format(cluster=cluster_name) keyring_path = config.get('keyring_path', default_keyring) -- 2.47.3