|
8 | 8 | In this workshop, we will look at how we utilize our internal container registry to deploy a disconnected HCP cluster using OpenShift Virtualization.
|
9 | 9 |
|
10 | 10 | == 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]. |
12 | 14 |
|
13 | 15 |
|
14 | 16 | == Delivering the workshop
|
@@ -316,21 +318,45 @@ oc patch OperatorHub cluster --type json -p '[{"op": "add", "path": "/spec/disab
|
316 | 318 |
|
317 | 319 | 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.
|
318 | 320 |
|
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%] |
323 | 336 |
|
324 | 337 | ==== OpenShift Virtualization Installation
|
325 | 338 |
|
326 | 339 | Now we will install OpenShift Virtualization using default values:
|
327 | 340 |
|
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%] |
334 | 360 |
|
335 | 361 | === Hosted Control Plane Cluster creation:
|
336 | 362 |
|
|
0 commit comments