mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
doc/cephadm: update custom j2 config-key name
introduced by:
cd79c9912a
Signed-off-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
parent
5af750a6e6
commit
b58b0de777
@ -211,10 +211,10 @@ The following templates for files that will be generated by cephadm can be
|
||||
overridden. These are the names to be used when storing with ``ceph config-key
|
||||
set``:
|
||||
|
||||
- ``alertmanager_alertmanager.yml``
|
||||
- ``grafana_ceph-dashboard.yml``
|
||||
- ``grafana_grafana.ini``
|
||||
- ``prometheus_prometheus.yml``
|
||||
- ``services/alertmanager/alertmanager.yml``
|
||||
- ``services/grafana/ceph-dashboard.yml``
|
||||
- ``services/grafana/grafana.ini``
|
||||
- ``services/prometheus/prometheus.yml``
|
||||
|
||||
You can look up the file templates that are currently used by cephadm in
|
||||
``src/pybind/mgr/cephadm/templates``:
|
||||
@ -254,7 +254,7 @@ Example
|
||||
.. code-block:: bash
|
||||
|
||||
# set the contents of ./prometheus.yml.j2 as template
|
||||
ceph config-key set mgr/cephadm/services_prometheus_prometheus.yml \
|
||||
ceph config-key set mgr/cephadm/services/prometheus/prometheus.yml \
|
||||
-i $PWD/prometheus.yml.j2
|
||||
|
||||
# restart cephadm mgr module
|
||||
|
Loading…
Reference in New Issue
Block a user