Skip to content

Commit 5285581

Browse files
authored
Merge branch 'gmidha1:main' into main
2 parents ffb186a + 0771efa commit 5285581

File tree

1 file changed

+37
-11
lines changed

1 file changed

+37
-11
lines changed

documentation/modules/ROOT/pages/04-workshop.adoc

Lines changed: 37 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
In this workshop, we will look at how we utilize our internal container registry to deploy a disconnected HCP cluster using OpenShift Virtualization.
99

1010
== Installing the workshop environment
11-
* Create an environment using this https://catalog.demo.redhat.com/catalog?search=hosted&item=babylon-catalog-prod%2Fequinix-metal.hosted-control-planes.prod[link].
11+
* If you are a Red Hatter, you can order a lab environment using this https://catalog.demo.redhat.com/catalog?search=hosted&item=babylon-catalog-prod%2Fequinix-metal.hosted-control-planes.prod[link].
12+
13+
* If you want to setup your own environment from scratch, follow this https://labs.sysdeseng.com/hypershift-baremetal-lab/4.17/lab-setup.html[link].
1214

1315

1416
== Delivering the workshop
@@ -316,21 +318,45 @@ oc patch OperatorHub cluster --type json -p '[{"op": "add", "path": "/spec/disab
316318

317319
We are installing RHACM as we need MCE for the cluster provisioning. MCE is required for this setup. You can install MCE only if you prefer.
318320

319-
image::acm1.png[width=100%]
320-
image::acm2.png[width=100%]
321-
image::acm3.png[width=100%]
322-
image::acm4.png[width=100%]
321+
* Install RHACM operator from OperatorHub
322+
323+
image::acm1.png[width=70%]
324+
325+
* Select default values and install the operator.
326+
327+
image::acm2.png[width=70%]
328+
329+
* Once installed, click on Create MulticlusterHub.
330+
331+
image::acm3.png[width=70%]
332+
333+
* Once multicluster hub is in running status, our RHACM installation is successful.
334+
335+
image::acm4.png[width=70%]
323336

324337
==== OpenShift Virtualization Installation
325338

326339
Now we will install OpenShift Virtualization using default values:
327340

328-
image::virt1.png[width=100%]
329-
image::virt2.png[width=100%]
330-
image::virt3.png[width=100%]
331-
image::virt4.png[width=100%]
332-
image::virt5.png[width=100%]
333-
image::virt6.png[width=100%]
341+
* Install OpenShift Virtualization operator from OperatorHub
342+
343+
image::virt1.png[width=70%]
344+
345+
* Select default values and install the operator.
346+
347+
image::virt2.png[width=70%]
348+
349+
image::virt3.png[width=70%]
350+
351+
* Click on "Create HyperConverged" and select default values.
352+
353+
image::virt4.png[width=70%]
354+
355+
image::virt5.png[width=70%]
356+
357+
* Once kubevirt-hyperconverged is installed successfully, we can proceed with HCP cluster creation.
358+
359+
image::virt6.png[width=70%]
334360

335361
=== Hosted Control Plane Cluster creation:
336362

0 commit comments

Comments
 (0)