From: Sage Weil Date: Wed, 19 Dec 2018 03:18:31 +0000 (-0600) Subject: qa/tasks/ceph: keep mon addrs in ctx namespace X-Git-Tag: v13.2.7~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31461%2Fhead;p=ceph.git qa/tasks/ceph: keep mon addrs in ctx namespace Signed-off-by: Sage Weil (cherry picked from commit 545df766bef04b1a70380ac04909b2a88521e4da) --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 49cf6473c89..aaba7771210 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)