aws / aws-parallelcluster

AWS ParallelCluster is an AWS supported Open Source cluster management tool to deploy and manage HPC clusters in the AWS cloud.
https://github.com/aws/aws-parallelcluster
Apache License 2.0
818 stars 309 forks source link

Adding support for Ubuntu 24.04 images #6229

Open gns-build-server opened 2 months ago

gns-build-server commented 2 months ago

It's that time again. That time when we are wanting to use a new Ubuntu release, but Parallelcluster doesn't support it yet. We'd really like to be using gcc13 and other stuff that's native on Ubuntu24 rather than continuing with Ubuntu22 for the forseeable future.

So, just like https://github.com/aws/aws-parallelcluster/issues/4060 , let's make a new issue for this:

In Parallelcluster 3.9.1, I get the following error message when trying to configure an ubuntu2404 cluster, so I know it's not there yet:

"message": "[('Image', {'Os': ['Must be one of: alinux2, centos7, ubuntu2004, ubuntu2204, rhel8, rocky8, rhel9, rocky9.']})]"

Do we have a timeline on this?

enrico-usai commented 1 month ago

Related question: https://github.com/aws/aws-parallelcluster/issues/6113