From e2c2758bc24bbab94e6e2de69780633b49adfdce Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Thu, 5 Nov 2020 11:16:35 +0100 Subject: [PATCH] doc/mgr/orchestrator: Add hints related to custom containers to the docs Fixes: https://tracker.ceph.com/issues/48113 Signed-off-by: Volker Theile (cherry picked from commit 1927809b0b58243dbe84756b9cec7c29bd0a7494) --- doc/mgr/orchestrator.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index 6cfcd0ee3f06c..0631ff4018a12 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -447,8 +447,9 @@ A corresponding :ref:`orchestrator-cli-service-spec` must look like: - CONFIG_DIR files: CONFIG_DIR/foo.conf: - - refresh=true - - username=xyz + - refresh=true + - username=xyz + - "port: 1234" where the properties of a service specification are: @@ -483,9 +484,11 @@ where the properties of a service specification are: * ``files`` A dictionary, where the key is the relative path of the file and the value the file content. The content must be double quoted when using - a string. Use '\n' for line breaks in that case. Otherwise define + a string. Use '\\n' for line breaks in that case. Otherwise define multi-line content as list of strings. The given files will be created below the directory `/var/lib/ceph//`. + The absolute path of the directory where the file will be created must + exist. Use the `dirs` property to create them if necessary. .. _orchestrator-cli-service-spec: -- 2.39.5