From 3af4836c484280c45bd9065ea0950816d6dfc31c Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Tue, 16 Jul 2024 05:37:13 -0500 Subject: [PATCH] Update user doc regarding ceph-adapter-rook chart Change-Id: Ice2ebb1fe47647b218ce99ea787876d85e69e405 --- doc/source/install/prerequisites.rst | 36 +++------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/doc/source/install/prerequisites.rst b/doc/source/install/prerequisites.rst index e17b46a78d..1ba76fa5f1 100644 --- a/doc/source/install/prerequisites.rst +++ b/doc/source/install/prerequisites.rst @@ -153,6 +153,8 @@ IP using annotations): port: 443 EOF + kubectl apply -f /tmp/openstack_endpoint_service.yaml + This service will redirect the traffic to the ingress controller pods (see the ``app: ingress-api`` selector). OpenStack-Helm charts create ``Ingress`` resources which are used by the ingress controller to configure the @@ -236,42 +238,10 @@ that are later used to interface with the Ceph cluster. Here we assume the Ceph cluster is deployed in the ``ceph`` namespace. -The procedure consists of two steps: 1) gather necessary entities from the Ceph cluster -2) copy them to the ``openstack`` namespace: - .. code-block:: bash - tee > /tmp/ceph-adapter-rook-ceph.yaml < /tmp/ceph-adapter-rook-openstack.yaml <