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 <pcuzner@redhat.com>
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: