metal3-io / ironic-image

Container image to run OpenStack Ironic as part of Metal³
Apache License 2.0
56 stars 116 forks source link

Support CentOS Stream 10 #529

Open elfosardo opened 1 month ago

elfosardo commented 1 month ago

CentOS Stream 10 is not officially out yet but bits are already available https://mirror.stream.centos.org/10-stream/ and can be used for testing.

Important changes include:

kernel 6.10 or more recent Python 3.12

This heavily impacts ironic and, as a consequence, the ironic-image

Before moving forward with this some changes are needed in the ironic project and the entire Openstack ecosystem. For example while Python 3.12 is already being tested, it's not officially supported yet, and there's still no plan to start using CS10 in CI, although discussions on migrating some important components are ongoing since a while, for example removing eventlet https://review.opendev.org/c/openstack/governance/+/902585

This issue should be used to track the progression on the CS10 migration for ironic-image, while keeping an eye on the progress in the ironic project itself.

/kind feature

Rozzii commented 1 month ago

/triage accepted