diff --git a/data/workshop/scenario2.mdx b/data/workshop/scenario2.mdx index 289a29f..082d112 100644 --- a/data/workshop/scenario2.mdx +++ b/data/workshop/scenario2.mdx @@ -1,5 +1,5 @@ --- -title: How old is too old? +title: What about my legacy technical debt? exercise: 2 date: '2024-04-05' tags: ['openshift','virtualisation','kubernetes','kubevirt'] @@ -8,18 +8,31 @@ 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 run 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 run their **Crusty Corp Fun Financial Applianceā„¢** vm appliances which run CentOS Linux `5.11` and cannot be updated or altered in any way 🤯. The Acme team are well aware these virtual machines would not be "supported" but ultimately the deal rests on your teams ability to prove that an old operating system will boot successfully within OpenShift Virtualisation. ## 2.1 - Create the virtual machine -... +For this task, your team are required to use this [`CentOS-5.11-x86_64-netinstall.iso`](https://vault.centos.org/5.11/isos/x86_64/CentOS-5.11-x86_64-netinstall.iso) file. + +No command line is required. Your challenge is to create and boot a virtual machine on your cluster using the name `crusty-corp-fun-financial-appliance`, within the namespace `crusty-corp`. + +Documentation you may find helpful is: +- https://docs.openshift.com/container-platform/4.15/virt/virtual_machines/creating_vms_custom/virt-creating-vms-from-custom-images-overview.html + ## 2.2 - Boot the virtual machine -... +For this challenge you will know you are successful and will be awarded points when your virtual machine boots the given iso and shows the following logo in vnc console: + + +|![workshop](/workshops/static/images/hackathon/crusty-corp.png) | +|:-----------------------------------------------------------------------------:| +| *Crusty corp financial appliance boot screen.* | + + ## 2.3 - Check your work diff --git a/public/static/images/hackathon/crusty-corp.png b/public/static/images/hackathon/crusty-corp.png new file mode 100644 index 0000000..943ff64 Binary files /dev/null and b/public/static/images/hackathon/crusty-corp.png differ