tinkerbell / playground

Example deployments of the Tinkerbell Stack for use as playground environments
Apache License 2.0
131 stars 87 forks source link

Use Ubuntu 24.04 (Noble) #195

Closed ttwd80 closed 1 month ago

ttwd80 commented 1 month ago

Description

Currently when running the instructions on https://github.com/tinkerbell/playground/blob/main/stack/docs/quickstarts/VAGRANTLVIRT.md, the result is an ssh shell on a machine where Ubuntu 22.04 is installed. This will change it to Ubuntu 24.04.

Why is this needed

Ubuntu 24.04 is the latest LTS release.

Fixes: #

How Has This Been Tested?

Ran it locally on my laptop.

How are existing users impacted? What migration steps/scripts do we need?

Users will see the latest Ubuntu LTS Ubuntu 24.04 (Noble) instead of the previous Ubuntu LTS 22.04 (Jammy)

Checklist:

I have: