Skip to content

Lab environment updated #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down
2 changes: 2 additions & 0 deletions modules/chapter1/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 4 additions & 7 deletions modules/chapter1/pages/section2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
+
Expand Down
4 changes: 3 additions & 1 deletion modules/chapter2/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* Create Provisioning and AgentServiceConfig for enabling CIM (Central Infrastructure Management) service.

Duration: 50 minutes
2 changes: 2 additions & 0 deletions modules/chapter3/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion modules/chapter4/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* Test the high availability and resilience of deployed workloads.

Duration: 2 hours
Loading