From d00539df880c7d2f15c3871ec3a5f37d8ae7eef6 Mon Sep 17 00:00:00 2001 From: Sarvesh Pandit Date: Thu, 10 Oct 2024 13:41:02 +0530 Subject: [PATCH 1/3] Lab environment updated --- modules/ROOT/pages/index.adoc | 10 ++++++---- modules/chapter1/pages/index.adoc | 2 ++ modules/chapter2/pages/index.adoc | 4 +++- modules/chapter3/pages/index.adoc | 2 ++ modules/chapter4/pages/index.adoc | 4 +++- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index c5aa8cb..8f2b25e 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -22,8 +22,10 @@ The PTL team acknowledges the valuable contributions of the following Red Hat as === Red Hat Associates This introductory course has a few, simple hands-on labs. You will use the https://demo.redhat.com/catalog?item=babylon-catalog-prod/equinix-metal.eqx-blank.prod&utm_source=webapp&utm_medium=share-link.ocp4-workshop-rhods-base-aws.prod[Equinix Metal baremetal blank server,window=read-later] catalog item in the Red Hat Demo Platform (RHDP) to run the hands-on exercises in this course. +You may need to extend the lab auto-stop in demo platform as this lab may take more than 6 hours. -Update the Catalog link - ##FIX THIS## +[NOTE] +The use of equinix would be charged back to associate's cost center. When ordering this catalog item in RHDP: @@ -33,11 +35,11 @@ When ordering this catalog item in RHDP: === Red Hat Partners -Partners should be able to access the new https://partner.demo.redhat.com[Red Hat Demo Platform for Partners,window=read-later] by logging in with their RHN account credentials. For more information on this you can refer https://content.redhat.com/us/en/product/cross-portfolio-initiatives/rhdp.html#tabs-333fa7ebb9-item-b6fc845e73-tab[about Red Hat Demo Platform (RHDP),window=read-later] +Find the bare metal hardware or machine with similar https://deploy.equinix.com/product/servers/n3-xlarge/[*n3.xlarge.x86* configuration,window=read-later]. -Catalog link - ##FIX THIS## +// Partners should be able to access the new https://partner.demo.redhat.com[Red Hat Demo Platform for Partners,window=read-later] by logging in with their RHN account credentials. For more information on this you can refer https://content.redhat.com/us/en/product/cross-portfolio-initiatives/rhdp.html#tabs-333fa7ebb9-item-b6fc845e73-tab[about Red Hat Demo Platform (RHDP),window=read-later] -For partner support - https://connect.redhat.com/en/support[Help and support,window=read-later] +// For partner support - https://connect.redhat.com/en/support[Help and support,window=read-later] == Prerequisites diff --git a/modules/chapter1/pages/index.adoc b/modules/chapter1/pages/index.adoc index dbe99e0..3aee133 100644 --- a/modules/chapter1/pages/index.adoc +++ b/modules/chapter1/pages/index.adoc @@ -7,3 +7,5 @@ Chapter goals: * Explain the hands-on lab environment setup used to deploy MCAP solution. * Provision the base infrastructure (HW, Storage, Networking) for the hands-on lab environment. * Install utility services needed for the hands-on labs. + +Duration: 40 minutes \ No newline at end of file diff --git a/modules/chapter2/pages/index.adoc b/modules/chapter2/pages/index.adoc index efe078f..c89af04 100644 --- a/modules/chapter2/pages/index.adoc +++ b/modules/chapter2/pages/index.adoc @@ -6,4 +6,6 @@ Chapter goals: * Deploy Single Node OpenShift (SNO) cluster as KVM on bare metal using assisted method. * Install RHACM, LVMS, and multicluster engine operators on the _Hub_ cluster. -* Create Provisioning and AgentServiceConfig for enabling CIM (Central Infrastructure Management) service. \ No newline at end of file +* Create Provisioning and AgentServiceConfig for enabling CIM (Central Infrastructure Management) service. + +Duration: 50 minutes \ No newline at end of file diff --git a/modules/chapter3/pages/index.adoc b/modules/chapter3/pages/index.adoc index 714b163..fd0253e 100644 --- a/modules/chapter3/pages/index.adoc +++ b/modules/chapter3/pages/index.adoc @@ -7,3 +7,5 @@ Chapter goals: * Deploy Single Node OpenShift (SNO) clusters as KVMs on bare metal using RHACM from the _Hub_ cluster. * Install OpenShift Virtualization, OpenShift DataFoundation, and NMState operators on _Infrastructure_ clusters. * Configure necessary network settings on _Infrastructure_ clusters. + +Duration: 2 hours, 10 minutes \ No newline at end of file diff --git a/modules/chapter4/pages/index.adoc b/modules/chapter4/pages/index.adoc index 0d1ce3a..538548b 100644 --- a/modules/chapter4/pages/index.adoc +++ b/modules/chapter4/pages/index.adoc @@ -7,4 +7,6 @@ Chapter goals: * Deploy _Three-Node OpenShift Compact Tenant_ cluster as OpenShift Virtualization VMs using RHACM from _Hub_ cluster. * Install the OpenShift Data Foundation operator on the _Tenant_ cluster. * Deploy and configure applications on _Tenant_ Clusters. -* Test the high availability and resilience of deployed workloads. \ No newline at end of file +* Test the high availability and resilience of deployed workloads. + +Duration: 2 hours \ No newline at end of file From 7bbb6a5eda5b4a76922a35b1677a9f225431bd74 Mon Sep 17 00:00:00 2001 From: Sarvesh Pandit Date: Thu, 10 Oct 2024 13:50:05 +0530 Subject: [PATCH 2/3] Updated the repo link --- modules/chapter1/pages/section2.adoc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/modules/chapter1/pages/section2.adoc b/modules/chapter1/pages/section2.adoc index 8b048a3..96d91fc 100644 --- a/modules/chapter1/pages/section2.adoc +++ b/modules/chapter1/pages/section2.adoc @@ -35,19 +35,16 @@ dnf install -y ansible-core . Clone the repo which holds all automation scripts and ansible playbooks. + -[NOTE] -Clone the repo in case it is not already cloned while provisioning. +[source,bash,role=execute] +---- +git clone https://github.com/opentraining-labs-customizations/mcap-deployment-files +---- + .Sample output: ---- [root@hypervisor ~]# ls mcap-deployment-files ---- -+ -[source,bash,role=execute] ----- -git clone https://github.com/RedHatQuickCourses/mcap-deployment-files.git ----- . Install the required ansible collections needed for running the playbooks. + From b9e7504fff0aedcb33d311ba032eef0e88ae4b40 Mon Sep 17 00:00:00 2001 From: Sarvesh Pandit Date: Fri, 11 Oct 2024 21:38:56 +0530 Subject: [PATCH 3/3] Update duration and lab environment details --- modules/ROOT/pages/index.adoc | 12 +++++++++--- modules/chapter2/pages/section2.adoc | 2 +- modules/chapter3/pages/section2.adoc | 4 ++-- modules/chapter4/pages/section2.adoc | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 8f2b25e..17bc85d 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -5,7 +5,7 @@ Welcome to this quick course, _Deploy Mission Critical Application Platform (MCA This course will help you learn the basic infrastructure required for Red Hat MCAP and how to deploy nested OpenShift using OpenShift Virtualization. After completing this course, you will be able to deploy the MCAP solution for production environments. -Duration: 6 hours, 40 minutes +Duration: 6 hours, 30 minutes == Authors @@ -22,7 +22,7 @@ The PTL team acknowledges the valuable contributions of the following Red Hat as === Red Hat Associates This introductory course has a few, simple hands-on labs. You will use the https://demo.redhat.com/catalog?item=babylon-catalog-prod/equinix-metal.eqx-blank.prod&utm_source=webapp&utm_medium=share-link.ocp4-workshop-rhods-base-aws.prod[Equinix Metal baremetal blank server,window=read-later] catalog item in the Red Hat Demo Platform (RHDP) to run the hands-on exercises in this course. -You may need to extend the lab auto-stop in demo platform as this lab may take more than 6 hours. +You may need to extend the lab auto-stop in demo platform as this training may take more than 6 hours to complete. [NOTE] The use of equinix would be charged back to associate's cost center. @@ -35,7 +35,13 @@ When ordering this catalog item in RHDP: === Red Hat Partners -Find the bare metal hardware or machine with similar https://deploy.equinix.com/product/servers/n3-xlarge/[*n3.xlarge.x86* configuration,window=read-later]. +Find a bare metal server with at least the following specifications: + +. Cores - 32 cores @ 2.3 GHz +. Memory - 512 GB memory +. Storage - 2 x 3.84 TB NVMe + +Click https://deploy.equinix.com/product/servers/n3-xlarge/[here,window=read-later] to view the system configuration used to build the lab for this training. // Partners should be able to access the new https://partner.demo.redhat.com[Red Hat Demo Platform for Partners,window=read-later] by logging in with their RHN account credentials. For more information on this you can refer https://content.redhat.com/us/en/product/cross-portfolio-initiatives/rhdp.html#tabs-333fa7ebb9-item-b6fc845e73-tab[about Red Hat Demo Platform (RHDP),window=read-later] diff --git a/modules/chapter2/pages/section2.adoc b/modules/chapter2/pages/section2.adoc index 118f3f7..ccade60 100644 --- a/modules/chapter2/pages/section2.adoc +++ b/modules/chapter2/pages/section2.adoc @@ -32,7 +32,7 @@ Cluster name: `hub` + Base domain: `lab.example.com` + -Select the latest version of OpenShift from the menu. +Select the latest stable version of OpenShift from the menu. + Check box the `Install single node OpenShift (SNO)` + diff --git a/modules/chapter3/pages/section2.adoc b/modules/chapter3/pages/section2.adoc index 8f9555f..1c34cf7 100644 --- a/modules/chapter3/pages/section2.adoc +++ b/modules/chapter3/pages/section2.adoc @@ -16,7 +16,7 @@ image::MCAP_setup_1.png[] + Here for example, it is set as `4.16.8` on `stable` channel. + -You can set it as the same version selected for the _Hub_ cluster. +You can set it as the same version selected for the _Hub_ cluster or previous stable version. + [source,bash,role=execute] ---- @@ -112,7 +112,7 @@ Cluster set: `default` + Base domain: `lab.example.com` + -Select the same OpenShift version selected for the _Hub_ cluster from the menu. +Select the same OpenShift version selected for the _Hub_ cluster or previous version from the menu. + Check the box `Install single node OpenShift (SNO)`. + diff --git a/modules/chapter4/pages/section2.adoc b/modules/chapter4/pages/section2.adoc index b8aaab2..ddac783 100644 --- a/modules/chapter4/pages/section2.adoc +++ b/modules/chapter4/pages/section2.adoc @@ -44,7 +44,7 @@ image::hub_console_tenant_details.png[] + Base domain: `lab.example.com` + -Select the same OpenShift version selected for the _Hub_ cluster from the menu. +Select the same OpenShift version selected for the _Hub_ cluster or previous version from the menu. + image::hub_console_tenant_details_1.png[]