qa/tasks/cephadm: set .conf to cluster config object

ceph.py does this and ceph_manager.py kill_osd relies on it.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2019-12-23 16:16:57 +00:00
parent 272225c4be
commit 31ba596a63

View File

@ -297,6 +297,7 @@ def ceph_bootstrap(ctx, config):
path='{}/seed.{}.conf'.format(testdir, cluster_name),
data=conf_fp.getvalue())
log.debug('Final config:\n' + conf_fp.getvalue())
ctx.ceph[cluster_name].conf = seed_config
# bootstrap
log.info('Bootstrapping...')