Skip to content

Commit

Permalink
Update docs_user/modules/proc_deploying-backend-services.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Katie Gilligan <[email protected]>
  • Loading branch information
bogdando and klgill committed Dec 16, 2024
1 parent f4848a2 commit 658849b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs_user/modules/proc_deploying-backend-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,12 @@ endif::[]
+
<1> Select an existing storage class in your {OpenShiftShort} cluster.

This example provides required infrastructure database and messaging services for a 1 compute cell
named `cell1`. Adjust the names, counts, IP addresses, and numbers,
like `replicas`, `storage`, or `storageRequest`, as needed.
This example provides the required infrastructure database and messaging services for 1 Compute cell
named `cell1`. Adjust the names, counts, IP addresses, and numbers, such as `replicas`, `storage`, or `storageRequest`, as needed.

.Verification

* Verify that MariaDB and RabbitMQ are running, for all defined cells:
* Verify that MariaDB and RabbitMQ are running for all defined cells:
+
----
$ RENAMED_CELLS="cell1"
Expand All @@ -392,7 +391,6 @@ $ for CELL in $(echo $RENAMED_CELLS); do
oc get pod rabbitmq-$CELL-server-0 -o jsonpath='{.status.phase}{"\n"}' | grep Running
done
----
Futher on, we will be referring to the given cells names via an environment
variable `RENAMED_CELLS`.
Later on in this guide, the given cells names are referred to by using the environment variable `RENAMED_CELLS`.

* Verify that you can access the `OpenStackClient` pod. For more information, see link:{defaultURL}/maintaining_the_red_hat_openstack_services_on_openshift_deployment/assembly_accessing-the-rhoso-cloud#proc_accessing-the-OpenStackClient-pod_cloud-access-admin[Accessing the OpenStackClient pod] in _Maintaining the {rhos_long_noacro} deployment_.

0 comments on commit 658849b

Please sign in to comment.