From e414959f54f8fd25c6b365b246597c7b332da3f5 Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 12 Apr 2024 13:57:39 +1200 Subject: [PATCH] Progress on scenario 2 and 3. --- data/workshop/scenario1.mdx | 2 +- data/workshop/scenario3.mdx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/workshop/scenario1.mdx b/data/workshop/scenario1.mdx index 9a8a142..c637a7c 100644 --- a/data/workshop/scenario1.mdx +++ b/data/workshop/scenario1.mdx @@ -24,7 +24,7 @@ Your hackathon team are the pre-sales technical team engaging with Acme technica ## 1.1 - Understanding the environment -For this challenge you'll be given a fresh bare metal OpenShift 4 cluster with no OpenShift Virtualisation functionality installed. +For this challenge you'll be given a fresh bare metal OpenShift 4 cluster with the OpenShift Virtualisation operator already installed. All challenge tasks must be performed on this cluster so your solutions can be graded successfully. diff --git a/data/workshop/scenario3.mdx b/data/workshop/scenario3.mdx index a3146de..4ab8626 100644 --- a/data/workshop/scenario3.mdx +++ b/data/workshop/scenario3.mdx @@ -10,16 +10,16 @@ summary: "Will OpenShift Virtualisation live migrate a virtual machine?" During the demo with the Acme Financial Services team one of their traditional hypervisor team asked if you can show them a live migration for a running virtual machine. -Thinking on your feet you remember the Fedora virtual machine you've were tinkering with last night in the `demotestblah17` namespace on the cluster. +Thinking on your feet you remember the Fedora virtual machine you were tinkering with last night in the `demotestblah17` namespace on the cluster. Perhaps you can quickly use that to demo a live migration? -The Acme Financial Services team have put you on the spot, can you quickly pull off a virtual machine live migration? 😅 +The Acme Financial Services team have put you on the spot, can you pull off a virtual machine live migration? 😅 ## 3.1 - Initiate the live migration -For this task, your team must live migrate the virtual machine named `fedora` in namespace `demotestblah17` from one node to another. +For this task, your team must live migrate the virtual machine named `fedora` in namespace `demotestblah17` from one node to another and record the name of the node the vm has migrated to. -No command line is required. However before you can complete the migration you will first need to investigate and correct why the virtual machine is currently not running. You had one too many mountain dews last night and can't remember how the machine got into the state it did. +No command line is required. However before you can complete the migration you will first need to investigate and correct why the virtual machine is currently not running. You had one too many coke zeros last night and can't remember how the machine got into the state it did. Documentation you may find helpful is: - https://docs.openshift.com/container-platform/4.15/virt/live_migration/virt-configuring-live-migration.html @@ -30,6 +30,6 @@ Documentation you may find helpful is: If the virtual machine in your **demotestblah17** namespace has been live migrated to another node successfully please post a message in `#event-anz-ocp-virt-hackathon` with the message: -> Please review team [name] solution for exercise 3. +> Please review team [name] solution for exercise 3. Our vm has migrated to node [node name]. This exercise is worth 25 points. The event team will reply in slack to confirm your updated team total score.