From 838cf4270a15366938b9f36a269e0101cfeab176 Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Tue, 22 Dec 2020 10:48:22 +1300 Subject: [PATCH] cephadm: enable exporter deployment at bootstrap Bootstrap supports --with-exporter, this change just issues the apply to the existing configuration of the exporter service to deploy the exporter with a new cluster Signed-off-by: Paul Cuzner --- src/cephadm/cephadm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index df516f0fe97e..e8a7e053134c 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -3284,8 +3284,8 @@ def command_bootstrap(): cli(['cephadm', 'generate-exporter-config']) # # deploy the service (commented out until the cephadm changes are in the ceph container build) - # logger.info('Deploying cephadm exporter service with default placement...') - # cli(['orch', 'apply', 'cephadm-exporter']) + logger.info('Deploying cephadm exporter service with default placement...') + cli(['orch', 'apply', 'cephadm-exporter']) if not args.skip_dashboard: -- 2.47.3