From e0dcedab77ff4965671a26648ee0e1f27dac6f88 Mon Sep 17 00:00:00 2001 From: Luis Domingues Date: Thu, 8 Jun 2023 10:09:06 +0200 Subject: [PATCH] doc: Add missing custom container_image While testing cephadm in order to migrate to it in the near futur, I needed to use some custom images for haproxy and keepalived. I needed to see into the code to see what existed. So I put what I found on the code into documentation. Signed-off-by: Luis Domingues --- doc/cephadm/services/monitoring.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/cephadm/services/monitoring.rst b/doc/cephadm/services/monitoring.rst index a17a5ba039b..33bffdc0157 100644 --- a/doc/cephadm/services/monitoring.rst +++ b/doc/cephadm/services/monitoring.rst @@ -140,6 +140,15 @@ configuration first. The following configuration options are available. - ``container_image_grafana`` - ``container_image_alertmanager`` - ``container_image_node_exporter`` +- ``container_image_loki`` +- ``container_image_promtail`` +- ``container_image_haproxy`` +- ``container_image_keepalived`` +- ``container_image_snmp_gateway`` +- ``container_image_elasticsearch`` +- ``container_image_jaeger_agent`` +- ``container_image_jaeger_collector`` +- ``container_image_jaeger_query`` Custom images can be set with the ``ceph config`` command -- 2.39.5