From: Volker Theile Date: Wed, 4 Nov 2020 13:39:40 +0000 (+0100) Subject: doc/mgr/orchestrator: Add hints related to custom containers to the docs X-Git-Tag: v16.1.0~678^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F37454%2Fhead;p=ceph.git doc/mgr/orchestrator: Add hints related to custom containers to the docs Fixes: https://tracker.ceph.com/issues/48113 Signed-off-by: Volker Theile --- diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index 26daf96fccf..bb0a6bc68ef 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -446,8 +446,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: @@ -482,9 +483,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: