generated from RedHatQuickCourses/template-showroom-rh12025
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3519bc
commit b34960c
Showing
18 changed files
with
143 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
* xref:module-01.adoc[1. RPM Native Container] | ||
** xref:module-01.adoc#repositories[Repositories] | ||
** xref:module-01.adoc#software[Software] | ||
* xref:lab-environment.adoc[Lab Environment] | ||
* xref:module-02.adoc[2. GitHub Sourced Container] | ||
** xref:module-02.adoc#prerequisites[Install Prerequisites] | ||
** xref:module-02.adoc#container[Enable Container] | ||
* xref:exercise1-break.adoc[1. Virtual Machine is not starting] | ||
** xref:exercise1-break.adoc#break[Break the exercise] | ||
** xref:exercise1-check.adoc#check[Check your work] | ||
* xref:exercise2-break.adoc[2. Virtual Machine Pending] | ||
** xref:exercise2-break.adoc#break[Break the exercise] | ||
** xref:exercise2-check.adoc#check[Check your work] | ||
* xref:exercise3-break.adoc[3. Application is not being accessed externally] | ||
** xref:exercise3-break.adoc#break[Break the exercise] | ||
** xref:exercise3-check.adoc#check[Check your work] | ||
* xref:exercise4-break.adoc[4. Virtual Machine with performance degraded] | ||
** xref:exercise4-fix.adoc#break[Break the exercise] | ||
** xref:exercise4-check.adoc#check[Check your work] |
8 changes: 6 additions & 2 deletions
8
content/modules/ROOT/pages/module-01.adoc → .../modules/ROOT/pages/exercise-example.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[#scenario] | ||
= Virtual Machine is not starting | ||
|
||
== Scenario | ||
|
||
The primary goal in this scenario is to investigate the cause of the failure and take corrective action to bring `exercise1` virtual machine `Running` state again. | ||
Your task is to identify the root cause and resolve the issue. | ||
|
||
== Executing the lab script | ||
|
||
In this exercise setup, you first need to access the bastion trough `bastion_url` to gain entry into the lab environment. From the terminal, access SSH the node `bastion_url` using `userX` (where X is the number of your user) | ||
|
||
``` | ||
ssh userX@bastion_url | ||
``` | ||
|
||
Once connected to the bastion host run the command lab to break the lab. | ||
|
||
``` | ||
lab break exercise1 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[#check] | ||
= Check your work on exercise1 | ||
|
||
To check you work exercute the `grade` lab. | ||
|
||
``` | ||
lab grade exercise1 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[#fix] | ||
= Fix Virtual Machine is not starting | ||
|
||
== Scenario | ||
|
||
The primary goal in this scenario is to investigate the cause of the failure and take corrective action to bring `exercise1` virtual machine online again. | ||
Your task is to identify the root cause and resolve the issue. | ||
|
||
== Executing the lab script | ||
|
||
In this exercise setup, you first need to access the bastion trough `bastion_url` to gain entry into the lab environment. From the terminal, access SSH the node `bastion_url` using `userX` (where X is the number of your user) | ||
|
||
``` | ||
ssh userX@bastion_url | ||
``` | ||
|
||
Once connected to the bastion host run the command lab to break the lab. | ||
|
||
``` | ||
lab break exercise1 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[#scenario] | ||
= Virtual Machine is with status Pending | ||
|
||
== Scenario | ||
|
||
The primary goal in this scenario is to investigate the cause of the failure and take corrective action to bring `exercise2` virtual machine online again. | ||
Your task is to identify the root cause and resolve the issue. | ||
|
||
== Executing the lab script | ||
|
||
In this exercise setup, you first need to access the bastion trough `bastion_url` to gain entry into the lab environment. From the terminal, access SSH the node `bastion_url` using `userX` (where X is the number of your user) | ||
|
||
``` | ||
ssh userX@bastion_url | ||
``` | ||
|
||
Once connected to the bastion host run the command lab to break the lab. | ||
|
||
``` | ||
lab break exercise2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[#check] | ||
= Check your work on exercise2 | ||
|
||
To check you work exercute the `grade` lab. | ||
|
||
``` | ||
lab grade exercise2 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[#fix] | ||
= Fix Virtual Machine is not starting | ||
|
||
== Scenario |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[#scenario] | ||
= Application is not being accessed externally | ||
|
||
== Scenario |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[#check] | ||
= Check your work on exercise3 | ||
|
||
To check you work exercute the `grade` lab. | ||
|
||
``` | ||
lab grade exercise3 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[#fix] | ||
= Fix Application is not being accessed externally | ||
|
||
== Scenario |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[#scenario] | ||
= Virtual Machine with performance degraded | ||
|
||
== Scenario |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[#check] | ||
= Check your work on exercise4 | ||
|
||
To check you work exercute the `grade` lab. | ||
|
||
``` | ||
lab grade exercise4 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[#fix] | ||
= Virtual Machine with performance degraded | ||
|
||
== Scenario |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
= Lab Environment | ||
|
||
[#lab] | ||
== Lab description |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters