Progress on scenario 2 and 3.

This commit is contained in:
2024-04-12 13:57:39 +12:00
parent 03a44eb4ee
commit e414959f54
2 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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.