Skip to content

Commit d39856d

Browse files
authored
Merge pull request #618 from klgill/Docs-Refine-Dashboard-Procedure
refined dashboard procedure
2 parents aa3e318 + 7a70842 commit d39856d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs_user/modules/proc_adopting-the-openstack-dashboard.adoc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
= Adopting the {dashboard_service}
44

5+
To adopt the {dashboard_first_ref}, you patch an existing `OpenStackControlPlane` custom resource (CR) that has the {dashboard_service} disabled. The patch starts the service with the configuration parameters that are provided by the {rhos_prev_long} environment.
6+
57
.Prerequisites
68

7-
* Previous Adoption steps completed. Notably, Memcached and
8-
{identity_service_first_ref} should be already adopted.
9+
* You adopted Memcached. For more information, see xref:deploying-backend-services_migrating-databases[Deploying back-end services].
10+
* You adopted the {identity_service_first_ref}. For more information, see xref:adopting-the-identity-service_adopt-control-plane[Adopting the {identity_service}].
911

1012
.Procedure
1113

12-
* Patch `OpenStackControlPlane` to deploy the {dashboard_service}:
14+
* Patch the `OpenStackControlPlane` CR to deploy the {dashboard_service}:
1315
+
1416
----
15-
oc patch openstackcontrolplane openstack --type=merge --patch '
17+
$ oc patch openstackcontrolplane openstack --type=merge --patch '
1618
spec:
1719
horizon:
1820
enabled: true
@@ -26,13 +28,13 @@ spec:
2628

2729
.Verification
2830

29-
. See that the {dashboard_service} instance is successfully deployed and ready
31+
. Verify that the {dashboard_service} instance is successfully deployed and ready:
3032
+
3133
----
32-
oc get horizon
34+
$ oc get horizon
3335
----
3436

35-
. Check that the {dashboard_service} is reachable and returns status code `200`
37+
. Confirm that the {dashboard_service} is reachable and returns a `200` status code:
3638
+
3739
----
3840
PUBLIC_URL=$(oc get horizon horizon -o jsonpath='{.status.endpoint}')

0 commit comments

Comments
 (0)