From f12d5265508a50e25d81be1c3a2f2435b9ea4755 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 49cf6473c89d..aaba77712104 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