From 176cc4d759dd4a0550f421fed630eb496cf3c9cd Mon Sep 17 00:00:00 2001 From: Roger Lopez Date: Wed, 22 Jan 2025 15:51:46 -0600 Subject: [PATCH] top navi --- content/modules/ROOT/pages/02-aap-smart-inventory.adoc | 2 ++ content/modules/ROOT/pages/03-vm-management.adoc | 2 ++ content/modules/ROOT/pages/04-vm-patching.adoc | 2 ++ content/modules/ROOT/pages/05-vm-hot-add.adoc | 2 ++ content/modules/ROOT/pages/06-vm-backup.adoc | 2 ++ 5 files changed, 10 insertions(+) diff --git a/content/modules/ROOT/pages/02-aap-smart-inventory.adoc b/content/modules/ROOT/pages/02-aap-smart-inventory.adoc index 4ad652e..f50af62 100644 --- a/content/modules/ROOT/pages/02-aap-smart-inventory.adoc +++ b/content/modules/ROOT/pages/02-aap-smart-inventory.adoc @@ -1,5 +1,7 @@ = Creating a Dynamic Inventory for OpenShift Virtual Machines +xref:01-setup.adoc[← Previous Exercise] | xref:03-vm-management.adoc[Next Exercise →] + == Lab Overview Dynamic inventories allow Ansible Automation Platform (AAP) to automatically fetch and update the inventory of systems from external sources, eliminating diff --git a/content/modules/ROOT/pages/03-vm-management.adoc b/content/modules/ROOT/pages/03-vm-management.adoc index 14d568d..78c8e92 100644 --- a/content/modules/ROOT/pages/03-vm-management.adoc +++ b/content/modules/ROOT/pages/03-vm-management.adoc @@ -1,5 +1,7 @@ = VM Management with Ansible Automation Platform and Red Hat OpenShift Virtualization +xref:02-aap-smart-inventory.adoc[← Previous Exercise] | xref:04-vm-patching.adoc[Next Exercise →] + == Lab Overview In this hands-on lab, you will learn how to manage the lifecycle of your virtual machines (VMs) using Ansible and the Red Hat OpenShift Virtualization diff --git a/content/modules/ROOT/pages/04-vm-patching.adoc b/content/modules/ROOT/pages/04-vm-patching.adoc index 4273a6f..6680b30 100644 --- a/content/modules/ROOT/pages/04-vm-patching.adoc +++ b/content/modules/ROOT/pages/04-vm-patching.adoc @@ -1,5 +1,7 @@ = VM Patching using Ansible Automation Platform +xref:03-vm-management.adoc[← Previous Exercise] | xref:05-vm-hot-add.adoc[Next Exercise →] + == Lab Overview In this lab exercise, you will focus on updating only the security-related diff --git a/content/modules/ROOT/pages/05-vm-hot-add.adoc b/content/modules/ROOT/pages/05-vm-hot-add.adoc index 5808d36..9ed445a 100644 --- a/content/modules/ROOT/pages/05-vm-hot-add.adoc +++ b/content/modules/ROOT/pages/05-vm-hot-add.adoc @@ -1,5 +1,7 @@ = Hot-Plugging CPU and Memory Resources Using Ansible Automation Platform +xref:04-vm-patching.adoc[← Previous Exercise] | xref:06-vm-backup.adoc[Next Exercise →] + == Lab Overview In this lab, you will learn how to hot-plug CPU and memory resources into a diff --git a/content/modules/ROOT/pages/06-vm-backup.adoc b/content/modules/ROOT/pages/06-vm-backup.adoc index 3ce9029..a2c261c 100644 --- a/content/modules/ROOT/pages/06-vm-backup.adoc +++ b/content/modules/ROOT/pages/06-vm-backup.adoc @@ -1,5 +1,7 @@ = Backup and Restore +xref:05-vm-hot-add.adoc[← Previous Exercise] + == Lab Overview In this lab, you will learn how to perform one of the key day 2 activities for ensuring business continuity in the event of disaster, or unintended operations -- backing up and restoring a Virtual Machine by creating a Virtual Machine Snapshot.