From bb90283ffa07bffafeae8c9a84934801ed3f811a Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Fri, 8 Dec 2023 17:27:05 -0600 Subject: [PATCH] Update ceph deployment doc Change-Id: I41fef1726c675e55a21eb1cf5ecdaee3711831fb --- doc/source/install/deploy_ceph.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/install/deploy_ceph.rst b/doc/source/install/deploy_ceph.rst index 23f2a424bb..38709f53b6 100644 --- a/doc/source/install/deploy_ceph.rst +++ b/doc/source/install/deploy_ceph.rst @@ -32,14 +32,14 @@ managing Ceph clusters via Kuberntes custom objects. For details please refer to the `Rook`_ documentation. To deploy the Rook Ceph operator and a Ceph cluster you can use the script -`ceph.sh`_. Then to generate the client secrets to interface with the Ceph -RBD API use this script `ceph_secrets.sh` +`ceph-rook.sh`_. Then to generate the client secrets to interface with the Ceph +RBD API use this script `ceph-adapter-rook.sh`_ .. code-block:: bash cd ~/osh/openstack-helm-infra - ./tools/deployment/openstack-support-rook/020-ceph.sh - ./tools/deployment/openstack-support-rook/025-ceph-ns-activate.sh + ./tools/deployment/ceph/ceph-rook.sh + ./tools/deployment/ceph/ceph-adapter-rook.sh .. note:: Please keep in mind that these are the deployment scripts that we @@ -48,5 +48,5 @@ RBD API use this script `ceph_secrets.sh` .. _Rook: https://rook.io/ -.. _ceph.sh: https://opendev.org/openstack/openstack-helm-infra/src/branch/master/tools/deployment/openstack-support-rook/020-ceph.sh -.. _ceph-ns-activate.sh: https://opendev.org/openstack/openstack-helm-infra/src/branch/master/tools/deployment/openstack-support-rook/025-ceph-ns-activate.sh +.. _ceph-rook.sh: https://opendev.org/openstack/openstack-helm-infra/src/branch/master/tools/deployment/ceph/ceph-rook.sh +.. _ceph-adapter-rook.sh: https://opendev.org/openstack/openstack-helm-infra/src/branch/master/tools/deployment/ceph/ceph-adapter-rook.sh