Skip to content

Commit d4949ad

Browse files
committed
Update image references to 5.8
Also remove Ubuntu 20.04 notice from readme.
1 parent 919351e commit d4949ad

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
#### NOTICE
44

5-
##### 5.7.4
6-
7-
The image family `slurm-gcp-5-7-ubuntu-2004-lts` does not have a new image for
8-
this release. NVIDIA/CUDA installation is currently not working on this OS.
9-
Because of this, script and other image-centric bug fixes will not be available
10-
on this image family until this problem is resolved.
11-
125
##### 5.7.3
136

147
The naming scheme for SchedMD published images has changed with release 5.7.3.

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-7-hpc-centos-7`).
237+
module uses the latest Slurm image family (e.g. `slurm-gcp-5-8-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-7-debian-11 | x86_64 | Supported |
75-
| schedmd-slurm-public | slurm-gcp-5-7-hpc-rocky-linux-8 | x86_64 | Supported |
76-
| schedmd-slurm-public | slurm-gcp-5-7-ubuntu-2004-lts | x86_64 | Supported |
77-
| schedmd-slurm-public | slurm-gcp-5-7-ubuntu-2204-lts-arm64 | ARM64 | Supported |
78-
| schedmd-slurm-public | slurm-gcp-5-7-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
79-
| schedmd-slurm-public | slurm-gcp-5-7-hpc-centos-7 | x86_64 | EOL 2024-01-01 |
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 |
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-7-hpc-centos-7"
54+
: "slurm-gcp-5-8-hpc-centos-7"
5555
)
5656
source_image_project = (
5757
var.source_image_project != "" && var.source_image_project != null

0 commit comments

Comments
 (0)