Skip to content

Commit 1128a97

Browse files
committed
minor medical diagnosis pattern docs fixes
Specifically: - remove reference to `image-server`, which is no longer part of this pattern - make sure docs correctly refer to this pattern, rather than the MCG pattern - consistently capitalize 'S3'
1 parent 201ed35 commit 1128a97

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

content/patterns/medical-diagnosis/demo-script.adoc

+3-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We simulate the function of the remote medical facility with an application call
2929

3030
The Grafana dashboard offers a visual representation of the AI/ML workflow, including CPU and memory metrics for the pod running the risk assessment application. Additionally, it displays a graphical overview of the AI/ML workflow, illustrating the images being generated at the remote medical facility.
3131

32-
This showcase application is deployed with self-signed certificates, which are considered untrusted by most browsers. If valid certificates have not been provisioned for your OpenShift cluster, you will need to manually accept the untrusted certificates by following these steps:
32+
This showcase application is deployed with self-signed certificates, which are considered untrusted by most browsers. If valid certificates have not been provisioned for your OpenShift cluster, you will need to manually accept the untrusted certificates using the process below.
3333

3434
. Accept the SSL certificates on the browser for the dashboard. In the {ocp} web console, go to the *Networking* > *Routes* for *All Projects*. Click the URL for the `s3-rgw`.
3535
+
@@ -39,11 +39,9 @@ Ensure that you see XML and not the access denied error message.
3939
+
4040
image::../../images/medical-edge/storage-rgw-route.png[link="/images/medical-edge/storage-rgw-route.png"]
4141

42-
. While still looking at *Routes*, change the project to `xraylab-1`. Click the URL for the `image-server` and ensure that you do not see an access denied error message. You should see a `Hello world` message.
42+
This showcase application does not have access to a x-ray machine hanging around that we can use for this demo, so one is emulated by creating an S3 bucket and hosting the x-ray images within it. In the "real world" an x-ray would be taken at an edge medical facility and then uploaded to an OpenShift Data Foundations (ODF) S3 compatible bucket in the Core Hospital, triggering the AI/ML workflow.
4343

44-
This showcase application does not have access to a x-ray machine hanging around that we can use for this demo, so one is emulated by creating an s3 bucket and hosting the x-ray images within it. In the "real world" an x-ray would be taken at an edge medical facility and then uploaded to an OpenShift Data Foundations (ODF) S3 compatible bucket in the Core Hospital, triggering the AI/ML workflow.
45-
46-
To emulate the edge medical facility we use an application called `image-generator` which when scaled up will download the x-rays from s3 and put them in an ODF s3 bucket in the cluster, triggering the AI/ML workflow.
44+
To emulate the edge medical facility we use an application called `image-generator` which when scaled up will download the x-rays from S3 and put them in an ODF S3 bucket in the cluster, triggering the AI/ML workflow.
4745

4846
Turn on the image file flow. There are couple of ways to go about this.
4947

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For the official documentation on creating the buckets on AWS and other cloud pr
6363
== Utilities
6464
//AI: Update the use of community and VP post naming tier update
6565

66-
Follow this procedure to use the scripts provided in the link:https://github.com/validatedpatterns/utilities[utilities] repo to configure and S3 bucket in your AWS environment for the x-ray images.
66+
Follow this procedure to use the scripts provided in the link:https://github.com/validatedpatterns/utilities[utilities] repo to configure an S3 bucket in your AWS environment for the x-ray images.
6767

6868
.Procedure
6969

@@ -383,7 +383,7 @@ The {med-pattern} is successfully installed in the relevant namespace.
383383

384384
** *Name* - A name for the pattern deployment that is used in the projects that you created.
385385
** *Labels* - Apply any other labels you might need for deploying this pattern.
386-
** *Cluster Group Name* - Select a cluster group name to identify the type of cluster where this pattern is being deployed. For example, if you are deploying the {ie-pattern}, the cluster group name is `datacenter`. If you are deploying the {mcg-pattern}, the cluster group name is `hub`.
386+
** *Cluster Group Name* - Select a cluster group name to identify the type of cluster where this pattern is being deployed. For the {med-pattern}, `hub` is correct unless you updated it in `values-global.yaml` above.
387387
+
388388
To know the cluster group name for the patterns that you want to deploy, check the relevant pattern-specific requirements.
389389
. Expand the *Git Config* section to reveal the options and enter the required information.
@@ -394,7 +394,7 @@ To know the cluster group name for the patterns that you want to deploy, check t
394394
+
395395
[NOTE]
396396
====
397-
A pop-up error with the message "Oh no! Something went wrong." might appear during the process. This error can be safely disregarded as it does not impact the installation of the Multicloud GitOps pattern. Use the Hub ArgoCD UI, accessible through the nines menu, to check the status of ArgoCD instances, which will display states such as progressing, healthy, and so on, for each managed application. The Cluster ArgoCD provides detailed status on each application, as defined in the clustergroup values file.
397+
A pop-up error with the message "Oh no! Something went wrong." might appear during the process. This error can be safely disregarded as it does not impact the installation of the {med-pattern}. Use the Hub ArgoCD UI, accessible through the nines menu, to check the status of ArgoCD instances, which will display states such as progressing, healthy, and so on, for each managed application. The Cluster ArgoCD provides detailed status on each application, as defined in the clustergroup values file.
398398
====
399399

400400
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*.
@@ -468,4 +468,4 @@ To check the various applications that are being deployed, you can view the prog
468468
Examine the `medical-diagnosis-hub` ArgoCD instance. You can track all the applications for the pattern in this instance.
469469
====
470470

471-
. Check that all applications are synchronized. There are thirteen different ArgoCD `applications` that are deployed as part of this pattern.
471+
. Check that all applications are synchronized. There are thirteen different ArgoCD `applications` that are deployed as part of this pattern.

0 commit comments

Comments
 (0)