Skip to content

Commit 51cbbfa

Browse files
authored
Merge pull request #2232 from bocekm/fix-ripu-workshop-text
Improve exc 1.1 of RIPU
2 parents 7be2dd9 + 0fd27a9 commit 51cbbfa

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ provisioner/packer/manifest.zip
5757
provisioner/test.yml
5858
provisioner/colin.yml
5959
.vscode/settings.json
60+
.idea

exercises/ansible_ripu/1.1-setup/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
### Your Lab Environment
2626

27-
The workshop is provisioned with a pre-configured lab environment. You will have access to a host deployed with Ansible Automation Platform (AAP) which you will use to control the playbook and workflow jobs that automation the RHEL in-place upgrade workflow steps. You will also have access to some "pet" application hosts, two with RHEL7 and another two with RHEL8. These are the hosts where we will be upgrading the RHEL operating system (OS).
27+
The workshop is provisioned with a pre-configured lab environment. You will have access to a host deployed with Ansible Automation Platform (AAP) which you will use to control the playbook and workflow jobs that automate the RHEL in-place upgrade workflow steps. You will also have access to some "pet" application hosts, two with RHEL7 and another two with RHEL8. These are the hosts where we will be upgrading the RHEL operating system (OS).
2828

2929
| Role | Inventory name |
3030
| ---------------------| ---------------|
@@ -42,15 +42,15 @@ The workshop is provisioned with a pre-configured lab environment. You will have
4242

4343
We will use Visual Studio Code (VS Code) as it provides a convenient and intuitive way to use a web browser to edit files and access terminal sessions. If you are a command line hero, direct SSH access is available if VS Code is not to your liking. There is a short YouTube video to explain if you need additional clarity: <a href="https://youtu.be/Y_Gx4ZBfcuk">Ansible Workshops - Accessing your workbench environment</a>.
4444

45-
- You can open VS Code in your web browser using the "WebUI" link under "VS Code access" on the workshop launch page provided by your instructor. The password is given below the link. For example:
45+
- You can open VS Code in your web browser using the "Console URL" link under "Visual Studio Code" on the workshop launch page provided by your instructor. The password is given below the link. For example:
4646

4747
![Example link to VS Code WebUI](images/vscode_link.png)
4848

4949
- After opening the link, type in the provided password to access your instance of VS Code.
5050

5151
> **Note**
5252
>
53-
> A welcome wizard may appear to guide you through configuring your VS Code user experience. This is optional as the default settings will work fine for this workshop. Feel free to step though the wizard to explore the VS code bells and whistles or you may just skip it.
53+
> A welcome wizard may appear to guide you through configuring your VS Code user experience. This is optional as the default settings will work fine for this workshop. Feel free to step though the wizard to explore the VS Code bells and whistles or you may just skip it.
5454
5555
### Step 2 - Open a Terminal Session
5656

@@ -72,7 +72,7 @@ Terminal sessions provide access to the RHEL commands and utilities that will he
7272

7373
The AAP Web UI is where we will go to submit and check the status of the Ansible playbook jobs we will use to automate the RHEL in-place upgrade workflow.
7474

75-
- Let's open the AAP Web UI in a new web browser tab using the "WebUI" link under "Automation controller" on the workshop launch page. For example:
75+
- Let's open the AAP Web UI in a new web browser tab using the "Console" link under "Red Hat Ansible Automation Controller" on the workshop launch page. For example:
7676

7777
![Example link to AAP Web UI](images/aap_link.png)
7878

@@ -86,7 +86,7 @@ The AAP Web UI is where we will go to submit and check the status of the Ansible
8686

8787
We will use the RHEL Web Console to review the results of the Leapp pre-upgrade reports we generate for our pet app servers.
8888

89-
- Open a new web browser tab using the link under "RHEL Web Console" on the workshop launch page. For example:
89+
- Open a new web browser tab using the "Console" link under "Cockpit Interactive Linux Server Admin Interface" on the workshop launch page. For example:
9090

9191
![Example link to RHEL Web Console](images/cockpit_link.png)
9292

@@ -104,7 +104,7 @@ You will soon discover that many exercises in the workshop come with a "Challeng
104104

105105
In this exercise, we learned about the lab environment we will be using to continue through the workshop exercises. We verified that we are able to use VS Code in our web browser and from there we can open terminal sessions. We also made sure we are able to access the AAP Web UI which will be the "self-service portal" we use to perform the next steps of the RHEL in-place upgrade automation workflow. Finally, we connected to the RHEL Web Console where we will soon be reviewing pre-upgrade reports.
106106

107-
Use the link below to move on the the next exercise.
107+
Use the link below to move on the next exercise.
108108

109109
---
110110

2.02 KB
Loading
3.71 KB
Loading
-100 Bytes
Loading

0 commit comments

Comments
 (0)