Skip to content

Commit 1b4cc73

Browse files
committed
Update values-global.yaml 2
1 parent 81f1924 commit 1b4cc73

File tree

1 file changed

+5
-34
lines changed

1 file changed

+5
-34
lines changed

content/patterns/medical-diagnosis/getting-started.adoc

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ A pop-up error with the message "Oh no! Something went wrong." might appear duri
376376

377377
The {rh-gitops} Operator displays in list of *Installed Operators*. The {rh-gitops} Operator installs the remaining assets and artifacts for this pattern. To view the installation of these assets and artifacts, such as {rh-rhacm-first}, ensure that you switch to *Project:All Projects*.
378378

379-
Wait some time for everything to deploy. You can track the progress through the `Hub ArgoCD` UI from the nines menu. The `something` project appears stuck in a `Degraded` state. This is the expected behavior when installing using the OpenShift Container Platform console.
379+
Wait some time for everything to deploy. You can track the progress through the `Hub ArgoCD` UI from the nines menu. The `xraylab-database` project appears stuck in a `Degraded` state. This is the expected behavior when installing using the OpenShift Container Platform console.
380380

381381
* To resolve this you need to run the following to load the secrets into the vault:
382382
+
@@ -427,8 +427,8 @@ $ ./pattern.sh make install
427427

428428
. Verify that the Operators have been installed.
429429
.. To verify, in the OpenShift Container Platform web console, navigate to *Operators → Installed Operators* page.
430-
.. Check that the Operator is installed in the `openshift-operators` namespace and its status is `Succeeded`.
431-
. Verify that all applications are synchronized. Under the project `yada-yada-hub` click the URL for the `hub` gitops `server`. The Vault application is not synched.
430+
.. Check that the *Red Hat OpenShift GitOps Operator* is installed in the `openshift-operators` namespace and its status is `Succeeded`.
431+
. Wait some time for everything to deploy. You can track the progress through the `Hub ArgoCD` UI from the nines menu.
432432
+
433433
image::multicloud-gitops/multicloud-gitops-argocd.png[Multicloud GitOps Hub]
434434

@@ -440,36 +440,7 @@ For more information, see section on https://validatedpatterns.io/secrets/vault/
440440

441441
To check the various applications that are being deployed, you can view the progress of the {rh-gitops-short} Operator.
442442

443-
. Obtain the ArgoCD URLs and passwords.
444-
+
445-
The URLs and login credentials for ArgoCD change depending on the pattern name and the site names they control. Follow the instructions below to find them, however you choose to deploy the pattern.
446-
+
447-
Display the fully qualified domain names, and matching login credentials, for
448-
all ArgoCD instances:
449-
+
450-
[source,terminal]
451-
----
452-
ARGO_CMD=`oc get secrets -A -o jsonpath='{range .items[*]}{"oc get -n "}{.metadata.namespace}{" routes; oc -n "}{.metadata.namespace}{" extract secrets/"}{.metadata.name}{" --to=-\\n"}{end}' | grep gitops-cluster`
453-
CMD=`echo $ARGO_CMD | sed 's|- oc|-;oc|g'`
454-
eval $CMD
455-
----
456-
+
457-
.Example output
458-
+
459-
[source,text]
460-
----
461-
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
462-
hub-gitops-server hub-gitops-server-medical-diagnosis-hub.apps.wh-medctr.blueprints.rhecoeng.com hub-gitops-server https passthrough/Redirect None
463-
# admin.password
464-
xsyYU6eSWtwniEk1X3jL0c2TGfQgVpDH
465-
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
466-
cluster cluster-openshift-gitops.apps.wh-medctr.blueprints.rhecoeng.com cluster 8080 reencrypt/Allow None
467-
kam kam-openshift-gitops.apps.wh-medctr.blueprints.rhecoeng.com kam 8443 passthrough/None None
468-
openshift-gitops-server openshift-gitops-server-openshift-gitops.apps.wh-medctr.blueprints.rhecoeng.com openshift-gitops-server https passthrough/Redirect None
469-
# admin.password
470-
FdGgWHsBYkeqOczE3PuRpU1jLn7C2fD6
471-
----
472-
+
443+
.
473444
[IMPORTANT]
474445
====
475446
Examine the `medical-diagnosis-hub` ArgoCD instance. You can track all the applications for the pattern in this instance.
@@ -486,7 +457,7 @@ Examine the `medical-diagnosis-hub` ArgoCD instance. You can track all the appli
486457

487458
. Accept the SSL certificates on the browser for the dashboard. In the {ocp} web console, go to the Routes for project `openshift-storage``. Click the URL for the `s3-rgw`.
488459
+
489-
image::medical-edge/storage-route.png[link="/images/medical-edge/storage-route.png"]
460+
image::medical-edge/storage-route.png[link="/static/images/medical-edge/storage-route.png"]
490461
+
491462
Ensure that you see some XML and not the access denied error message.
492463
+

0 commit comments

Comments
 (0)