Continue work on exercise 2.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: How old is too old?
|
title: What about my legacy technical debt?
|
||||||
exercise: 2
|
exercise: 2
|
||||||
date: '2024-04-05'
|
date: '2024-04-05'
|
||||||
tags: ['openshift','virtualisation','kubernetes','kubevirt']
|
tags: ['openshift','virtualisation','kubernetes','kubevirt']
|
||||||
@ -8,18 +8,31 @@ authors: ['default']
|
|||||||
summary: "Will OpenShift Virtualisation run Acme virtual machines?"
|
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.
|
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
|
## 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
|
## 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:
|
||||||
|
|
||||||
|
<Zoom>
|
||||||
|
| |
|
||||||
|
|:-----------------------------------------------------------------------------:|
|
||||||
|
| *Crusty corp financial appliance boot screen.* |
|
||||||
|
</Zoom>
|
||||||
|
|
||||||
|
|
||||||
## 2.3 - Check your work
|
## 2.3 - Check your work
|
||||||
|
|
||||||
|
|||||||
BIN
public/static/images/hackathon/crusty-corp.png
Normal file
BIN
public/static/images/hackathon/crusty-corp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 269 KiB |
Reference in New Issue
Block a user