From 06587e175bfd574fb209fec11d20ca474144e6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Palancher?= Date: Fri, 12 Dec 2025 13:45:44 +0100 Subject: [PATCH] feat: add support of rocky10 --- CHANGELOG.md | 1 + etc/os/db.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec7d3c..f52d62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to ## [unreleased] ### Added +- images: Add rocky10. - conf: - Add pkgs.rackslab.io packages repositories by default. - Support GPU gres without model in Slurm configuration. diff --git a/etc/os/db.yml b/etc/os/db.yml index d4ed1ad..c3e8fa3 100644 --- a/etc/os/db.yml +++ b/etc/os/db.yml @@ -17,3 +17,6 @@ rocky8: rocky9: url: https://hpck.it/osi/firehpc/main/node-rocky9_1.raw.xz environment: ansible-latest +rocky10: + url: https://hpck.it/osi/firehpc/main/node-rocky10_1.raw.xz + environment: ansible-latest