Skip to content

Commit 721e75d

Browse files
authored
Merge pull request #3 from xphyr/main
fixing a few gramatical and highlighting errors
2 parents 69d1636 + e93ca51 commit 721e75d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

content/modules/ROOT/pages/02-aap-smart-inventory.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ vms-aap-day2-rhel9-vm3 | SUCCESS => {
110110

111111
You may also confirm the VMs are running using the **OpenShift UI** dashboard {openshift_cluster_console_url}:
112112

113-
Virtualization -> VirtualMachines within the `vms-aap-day2` project.
113+
**Virtualization -> VirtualMachines** within the `vms-aap-day2` project.
114114

115115
image::vms-ocp-dashboard.png[title='Virtual Machines Running on OpenShift', link=self, window=blank]
116116

content/modules/ROOT/pages/03-vm-management.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ image::new_file.png[title='New File Creation', link=self, window=blank]
8686
Explanation of the Task:
8787
+
8888
* The `kubevirt_vm` module that is part of the `redhat.openshift_virtualization` collection is used to modify a VM
89-
* The `name` parameter uses a user defined variable named `vm_name` to specify which VM to stop
89+
* The `name` parameter uses a user defined variable named `vm_name` to specify which VM to stop
9090
* The `run_strategy: Halted` ensures the VM is not running
9191
* The `wait: true` ensures the next Ansible task isn't triggered until the stop is complete
9292
+
@@ -221,7 +221,7 @@ image::stop_vms_multiple.png[title='Stopping the VMs', link=self, window=blank]
221221

222222
In this lab exercise, you will build on your knowledge of managing multiple VMs
223223
by creating a task to start your VMs within the `vm_management` role. This task
224-
will be added to the tasks directory in a file named `start_vm.yml`.
224+
will be added to the `tasks` directory in a file named `start_vm.yml`.
225225

226226
The following steps will guide you in creating the `start_vm.yml` file.
227227

@@ -280,7 +280,7 @@ To execute the `manage_vm_playbook.yml` within Ansible Automation Platform, crea
280280
+
281281
. Once the `Start VMs` Job Template is created, select the **Launch Template** button on the top right corner to run the job.
282282
+
283-
. Head to the OpenShift UI dashboard, you can verify the VMs are running within the Virtualization -> Virtual Machines section.
283+
. Head to the OpenShift UI dashboard, you can verify the VMs are running within the **Virtualization -> Virtual Machines** section.
284284

285285
=== Restart VM Task
286286

content/modules/ROOT/pages/04-vm-patching.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ image::new_file.png[title='New File Creation', link=self, window=blank]
5757
+
5858
. Re-sync the `Workshop Project` with your latest updates within the Ansible Automation Platform UI
5959
+
60-
** Navigate to Automation Execution → Projects and select `Workshop Project`
60+
** Navigate to **Automation Execution → Projects** and select `Workshop Project`
6161
+
62-
** On the top right, select the `Sync Project` button and wait for `Last job status` to provide the status of `Success`.
62+
** On the top right, select the **Sync Project** button and wait for `Last job status` to provide the status of `Success`.
6363

6464
=== Create & Run Update Security Packages Job Template with Ansible Automation Platform
6565

6666
To execute the `patch_vm_playbook.yml` within Ansible Automation Platform, create a Job Template as follows:
6767

68-
. Navigate to Automation Execution → Templates, click the **Create template** button, and choose **Create job template**.
68+
. Navigate to **Automation Execution → Templates**, click the **Create template** button, and choose **Create job template**.
6969
+
7070
. Fill out the following details:
7171
+
@@ -92,7 +92,7 @@ To execute the `patch_vm_playbook.yml` within Ansible Automation Platform, creat
9292
+
9393
image::patch_vm.png[title='Patch VM', link=self, window=blank]
9494
+
95-
This gives a breakdown of all the taks that ran and a play recap of the changes
95+
This gives a breakdown of all the tasks that ran and a play recap of the changes
9696
made to the different hosts. If you take a closer look at the `Update
9797
security-related packages on all hosts` task, you can drill into specific host
9898
details on what was installed on the system(s).

content/modules/ROOT/pages/06-vm-backup.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,11 @@ One key difference during the creation of the `VirtualMachineRestore` using the
355355
`vm_snapshots: <snapshot_name>`
356356
|===
357357

358-
WARNING: Replace <snapshot_name> with the name of your snapthot created previously.
358+
WARNING: Replace <snapshot_name> with the name of your snapshot created previously.
359359

360360
Launch the template.
361361

362-
Once the Job completes successfully, confirm the restoration of the Snapshot was applied to the `rhel9-vm1` by navigating to the OpenShift UI, Virtualization -> VirtualMachines within the `vms-aap-day2` project.
362+
Once the Job completes successfully, confirm the restoration of the Snapshot was applied to the `rhel9-vm1` by navigating to the OpenShift UI, **Virtualization -> VirtualMachines** within the `vms-aap-day2` project.
363363

364364
Select the `rhel9-vm1` instance and then select the *Snapshots* tab. Locate the Snapshot created previously and notice the date and time within the _Last restored_ column indicating that the Snapshot was successfully restored against the Virtual Machine instance.
365365

0 commit comments

Comments
 (0)