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