From 7e01385079509b6286ca7558b3b35a41526d8a4c Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 28 Nov 2023 13:24:12 +0100 Subject: [PATCH] Deploy ceph with ceph-base (#200) Signed-off-by: Christian Berendt --- docs/guides/deploy-guide/services/ceph.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guides/deploy-guide/services/ceph.md b/docs/guides/deploy-guide/services/ceph.md index 52b81e186c..a25042b07b 100644 --- a/docs/guides/deploy-guide/services/ceph.md +++ b/docs/guides/deploy-guide/services/ceph.md @@ -14,6 +14,12 @@ sidebar_position: 50 osism apply ceph-crash ``` + It's all done here step by step. It is also possible to do this in a single step: + + ``` + osism apply ceph-base + ``` + 2. Get ceph keys. This places the necessary keys in /opt/configuration. ```