From ee8646df75f6ace8d1e51ee991280118faaee696 Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 5 Apr 2024 10:02:27 +1300 Subject: [PATCH] Start writing virt hackathon exercise 3. --- data/workshop/scenario2.mdx | 2 +- data/workshop/scenario3.mdx | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 data/workshop/scenario3.mdx diff --git a/data/workshop/scenario2.mdx b/data/workshop/scenario2.mdx index 3fba611..bcd33ff 100644 --- a/data/workshop/scenario2.mdx +++ b/data/workshop/scenario2.mdx @@ -8,7 +8,7 @@ authors: ['default'] summary: "Will OpenShift Virtualisation run Acme virtual machines?" --- -As a sales team you've got an upcoming demo with the Acme Financial Services linux team. They are concerned a modern cloud native virtualisation platform like OpenShift Virtualistion won't support running their **Crusty Corp Financial Appliance™** vm appliances which run Red Hat Enterprise Linux 5.0 and cannot be updated or altered in any way. +As a sales team you've got an upcoming demo with the Acme Financial Services linux team. They are concerned a modern cloud native virtualisation platform like OpenShift Virtualistion won't support running their **Crusty Corp Financial Appliance™** vm appliances which run Red Hat Enterprise Linux 5.0 and cannot be updated or altered in any way 🤯. The deal rests on your teams ability to prove that an old operating system will boot successfully within OpenShift Virtualisation. diff --git a/data/workshop/scenario3.mdx b/data/workshop/scenario3.mdx new file mode 100644 index 0000000..ee2ffdb --- /dev/null +++ b/data/workshop/scenario3.mdx @@ -0,0 +1,36 @@ +--- +title: But can it do live migration? +exercise: 3 +date: '2024-04-05' +tags: ['openshift','virtualisation','kubernetes','kubevirt'] +draft: false +authors: ['default'] +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. + +The Acme Financial Services team have put you on the spot, can you quickly pull off a virtual machine live migration? 😅 + + +## 2.1 - Confirm the machine current state + +... + +## 2.2 - Initiate the live migration + +... + +## 2.3 - Confirm the workload is uninterrupted + +... + +## 2.4 - Check your work + +If the virtual machine in your **demotestblah17** namespace has been live migrated successfully please post a message in `#rh-hackathon-ocp-virt` with the message: + +> Please review team solution for exercise 3. + +This exercise is worth 25 points. The event team will reply in slack to confirm your updated team total score.