Skip to content

Commit

Permalink
added a verification step (#662)
Browse files Browse the repository at this point in the history
* added a verification step

* changed replicas back to 0
  • Loading branch information
klgill authored Oct 23, 2024
1 parent 4475903 commit 16f658e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs_user/modules/proc_deploying-backend-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,11 @@ EOF

.Verification

* Verify that MariaDB is running:
. Verify that MariaDB is running:
+
----
$ oc get pod openstack-galera-0 -o jsonpath='{.status.phase}{"\n"}'
$ oc get pod openstack-cell1-galera-0 -o jsonpath='{.status.phase}{"\n"}'
----

. 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 16f658e

Please sign in to comment.