From 8aa12bf46d3c693de23d94762074ed5b57982cbb Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 21 Dec 2023 14:48:30 +0100 Subject: [PATCH] Deploy & bootstrap the ceph dashboard (#266) 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 1ed769301a..8d26ca819e 100644 --- a/docs/guides/deploy-guide/services/ceph.md +++ b/docs/guides/deploy-guide/services/ceph.md @@ -51,6 +51,12 @@ sidebar_position: 50 osism apply cephclient ``` +4. Enable and prepare the use of the Ceph dashboard. + + ``` + osism apply ceph-bootstrap-dashboard + ``` + ## RGW service Deployment of the Ceph RGW Service is optional. How the Ceph RGW service can be deployed