* refs/pull/33614/head:
mgr/cephadm: enable custom TLS certificates for grafana
mgr: enable verification of TLS certs without files
mgr/cephadm: dump config to JSON only once when creating daemons
Reviewed-by: Sage Weil <sage@redhat.com>
# type: (orchestrator.ServiceSpec) -> AsyncCompletion
return self._apply(spec)
- @async_map_completion
def _create_grafana(self, daemon_id, host):
+ # type: (str, str) -> str
return self._create_daemon('grafana', daemon_id, host)
def add_alertmanager(self, spec):