Commit a308f7d 1 parent d25825e commit a308f7d Copy full SHA for a308f7d
File tree 5 files changed +15
-15
lines changed
terraform/slurm_cluster/modules/slurm_instance_template
5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## \[ 6.2.1 \]
5
+ ## \[ 6.3.0 \]
6
6
7
7
- Upgrade installed Slurm to 23.02.7
8
8
- Fix deprecation warning in google_secret_manager_secret.
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ across all instances and allows easy user control with
227
227
228
228
By default, the [ slurm_cluster] ( ../terraform/slurm_cluster/README.md ) terraform
229
229
module uses the latest Slurm image family (e.g.
230
- ` slurm-gcp-6-2 -hpc-rocky-linux-8 ` ). As new Slurm image families are released,
230
+ ` slurm-gcp-6-3 -hpc-rocky-linux-8 ` ). As new Slurm image families are released,
231
231
coenciding with periodic Slurm releases, the terraform module will be updated to
232
232
track the newest image family by setting it as the new default. This update can
233
233
be considered a breaking change.
Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ For the [TPU](./glossary.md#tpu) nodes docker images are also released.
74
74
75
75
| Project | Image Family | Arch | Status |
76
76
| :------------------: | :---------------------------------- | :----- | :------------- |
77
- | schedmd-slurm-public | slurm-gcp-6-2 -debian-11 | x86_64 | Supported |
78
- | schedmd-slurm-public | slurm-gcp-6-2 -hpc-rocky-linux-8 | x86_64 | Supported |
79
- | schedmd-slurm-public | slurm-gcp-6-2 -ubuntu-2004-lts | x86_64 | Supported |
80
- | schedmd-slurm-public | slurm-gcp-6-2 -ubuntu-2204-lts-arm64 | ARM64 | Supported |
81
- | schedmd-slurm-public | slurm-gcp-6-2 -hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
82
- | schedmd-slurm-public | slurm-gcp-6-2 -hpc-centos-7 | x86_64 | EOL 2024-01-01 |
77
+ | schedmd-slurm-public | slurm-gcp-6-3 -debian-11 | x86_64 | Supported |
78
+ | schedmd-slurm-public | slurm-gcp-6-3 -hpc-rocky-linux-8 | x86_64 | Supported |
79
+ | schedmd-slurm-public | slurm-gcp-6-3 -ubuntu-2004-lts | x86_64 | Supported |
80
+ | schedmd-slurm-public | slurm-gcp-6-3 -ubuntu-2204-lts-arm64 | ARM64 | Supported |
81
+ | schedmd-slurm-public | slurm-gcp-6-3 -hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
82
+ | schedmd-slurm-public | slurm-gcp-6-3 -hpc-centos-7 | x86_64 | EOL 2024-01-01 |
83
83
84
84
### Published Docker Image Family
85
85
Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ state we will also include if it is tested or not.
72
72
73
73
| Project | Image Family | Arch | TPU Status |
74
74
| :------------------: | :---------------------------------- | :----- | :---------- |
75
- | schedmd-slurm-public | slurm-gcp-6-2 -debian-11 | x86_64 | Untested |
76
- | schedmd-slurm-public | slurm-gcp-6-2 -hpc-rocky-linux-8 | x86_64 | Tested |
77
- | schedmd-slurm-public | slurm-gcp-6-2 -ubuntu-2004-lts | x86_64 | Untested |
78
- | schedmd-slurm-public | slurm-gcp-6-2 -ubuntu-2204-lts-arm64 | ARM64 | Untested |
79
- | schedmd-slurm-public | slurm-gcp-6-2 -hpc-centos-7-k80 | x86_64 | Unsupported |
80
- | schedmd-slurm-public | slurm-gcp-6-2 -hpc-centos-7 | x86_64 | Unsupported |
75
+ | schedmd-slurm-public | slurm-gcp-6-3 -debian-11 | x86_64 | Untested |
76
+ | schedmd-slurm-public | slurm-gcp-6-3 -hpc-rocky-linux-8 | x86_64 | Tested |
77
+ | schedmd-slurm-public | slurm-gcp-6-3 -ubuntu-2004-lts | x86_64 | Untested |
78
+ | schedmd-slurm-public | slurm-gcp-6-3 -ubuntu-2204-lts-arm64 | ARM64 | Untested |
79
+ | schedmd-slurm-public | slurm-gcp-6-3 -hpc-centos-7-k80 | x86_64 | Unsupported |
80
+ | schedmd-slurm-public | slurm-gcp-6-3 -hpc-centos-7 | x86_64 | Unsupported |
81
81
82
82
## Terraform
83
83
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ locals {
47
47
source_image_family = (
48
48
var. source_image_family != " " && var. source_image_family != null
49
49
? var. source_image_family
50
- : " slurm-gcp-6-2 -hpc-rocky-linux-8"
50
+ : " slurm-gcp-6-3 -hpc-rocky-linux-8"
51
51
)
52
52
source_image_project = (
53
53
var. source_image_project != " " && var. source_image_project != null
You can’t perform that action at this time.
0 commit comments