File tree 3 files changed +8
-8
lines changed
terraform/slurm_cluster/modules/slurm_instance_template
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ accross all instances and allows easy user control with
234
234
### What Slurm image do I use for production?
235
235
236
236
By default, the [ slurm_cluster] ( ../terraform/slurm_cluster/README.md ) terraform
237
- module uses the latest Slurm image family (e.g. ` slurm-gcp-5-8 -hpc-centos-7 ` ).
237
+ module uses the latest Slurm image family (e.g. ` slurm-gcp-5-9 -hpc-centos-7 ` ).
238
238
As new Slurm image families are released, coenciding with periodic Slurm
239
239
releases, the terraform module will be updated to track the newest image family
240
240
by setting it as the new default. This update can be considered a breaking
Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ that are minimal viable images for deploying
71
71
72
72
| Project | Image Family | Arch | Status |
73
73
| :------------------: | :---------------------------------- | :----- | :------------- |
74
- | schedmd-slurm-public | slurm-gcp-5-8 -debian-11 | x86_64 | Supported |
75
- | schedmd-slurm-public | slurm-gcp-5-8 -hpc-rocky-linux-8 | x86_64 | Supported |
76
- | schedmd-slurm-public | slurm-gcp-5-8 -ubuntu-2004-lts | x86_64 | Supported |
77
- | schedmd-slurm-public | slurm-gcp-5-8 -ubuntu-2204-lts-arm64 | ARM64 | Supported |
78
- | schedmd-slurm-public | slurm-gcp-5-8 -hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
79
- | schedmd-slurm-public | slurm-gcp-5-8 -hpc-centos-7 | x86_64 | EOL 2024-01-01 |
74
+ | schedmd-slurm-public | slurm-gcp-5-9 -debian-11 | x86_64 | Supported |
75
+ | schedmd-slurm-public | slurm-gcp-5-9 -hpc-rocky-linux-8 | x86_64 | Supported |
76
+ | schedmd-slurm-public | slurm-gcp-5-9 -ubuntu-2004-lts | x86_64 | Supported |
77
+ | schedmd-slurm-public | slurm-gcp-5-9 -ubuntu-2204-lts-arm64 | ARM64 | Supported |
78
+ | schedmd-slurm-public | slurm-gcp-5-9 -hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
79
+ | schedmd-slurm-public | slurm-gcp-5-9 -hpc-centos-7 | x86_64 | EOL 2024-01-01 |
80
80
81
81
## Custom Image
82
82
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ locals {
51
51
source_image_family = (
52
52
var. source_image_family != " " && var. source_image_family != null
53
53
? var. source_image_family
54
- : " slurm-gcp-5-8 -hpc-centos-7"
54
+ : " slurm-gcp-5-9 -hpc-centos-7"
55
55
)
56
56
source_image_project = (
57
57
var. source_image_project != " " && var. source_image_project != null
You can’t perform that action at this time.
0 commit comments