Skip to content

Commit d6127af

Browse files
committed
Update image references for 5.9 release
1 parent 990d776 commit d6127af

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ accross all instances and allows easy user control with
234234
### What Slurm image do I use for production?
235235

236236
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`).
238238
As new Slurm image families are released, coenciding with periodic Slurm
239239
releases, the terraform module will be updated to track the newest image family
240240
by setting it as the new default. This update can be considered a breaking

docs/images.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ that are minimal viable images for deploying
7171

7272
| Project | Image Family | Arch | Status |
7373
| :------------------: | :---------------------------------- | :----- | :------------- |
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 |
8080

8181
## Custom Image
8282

terraform/slurm_cluster/modules/slurm_instance_template/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ locals {
5151
source_image_family = (
5252
var.source_image_family != "" && var.source_image_family != null
5353
? var.source_image_family
54-
: "slurm-gcp-5-8-hpc-centos-7"
54+
: "slurm-gcp-5-9-hpc-centos-7"
5555
)
5656
source_image_project = (
5757
var.source_image_project != "" && var.source_image_project != null

0 commit comments

Comments
 (0)