Skip to content

Commit

Permalink
Update image family references to slurm-gcp-6-3
Browse files Browse the repository at this point in the history
  • Loading branch information
bsngardner committed Dec 14, 2023
1 parent d25825e commit a308f7d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## \[6.2.1\]
## \[6.3.0\]

- Upgrade installed Slurm to 23.02.7
- Fix deprecation warning in google_secret_manager_secret.
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ across all instances and allows easy user control with

By default, the [slurm_cluster](../terraform/slurm_cluster/README.md) terraform
module uses the latest Slurm image family (e.g.
`slurm-gcp-6-2-hpc-rocky-linux-8`). As new Slurm image families are released,
`slurm-gcp-6-3-hpc-rocky-linux-8`). As new Slurm image families are released,
coenciding with periodic Slurm releases, the terraform module will be updated to
track the newest image family by setting it as the new default. This update can
be considered a breaking change.
Expand Down
12 changes: 6 additions & 6 deletions docs/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ For the [TPU](./glossary.md#tpu) nodes docker images are also released.

| Project | Image Family | Arch | Status |
| :------------------: | :---------------------------------- | :----- | :------------- |
| schedmd-slurm-public | slurm-gcp-6-2-debian-11 | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-6-2-hpc-rocky-linux-8 | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2004-lts | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2204-lts-arm64 | ARM64 | Supported |
| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7 | x86_64 | EOL 2024-01-01 |
| schedmd-slurm-public | slurm-gcp-6-3-debian-11 | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-6-3-hpc-rocky-linux-8 | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2004-lts | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2204-lts-arm64 | ARM64 | Supported |
| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7 | x86_64 | EOL 2024-01-01 |

### Published Docker Image Family

Expand Down
12 changes: 6 additions & 6 deletions docs/tpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ state we will also include if it is tested or not.

| Project | Image Family | Arch | TPU Status |
| :------------------: | :---------------------------------- | :----- | :---------- |
| schedmd-slurm-public | slurm-gcp-6-2-debian-11 | x86_64 | Untested |
| schedmd-slurm-public | slurm-gcp-6-2-hpc-rocky-linux-8 | x86_64 | Tested |
| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2004-lts | x86_64 | Untested |
| schedmd-slurm-public | slurm-gcp-6-2-ubuntu-2204-lts-arm64 | ARM64 | Untested |
| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7-k80 | x86_64 | Unsupported |
| schedmd-slurm-public | slurm-gcp-6-2-hpc-centos-7 | x86_64 | Unsupported |
| schedmd-slurm-public | slurm-gcp-6-3-debian-11 | x86_64 | Untested |
| schedmd-slurm-public | slurm-gcp-6-3-hpc-rocky-linux-8 | x86_64 | Tested |
| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2004-lts | x86_64 | Untested |
| schedmd-slurm-public | slurm-gcp-6-3-ubuntu-2204-lts-arm64 | ARM64 | Untested |
| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7-k80 | x86_64 | Unsupported |
| schedmd-slurm-public | slurm-gcp-6-3-hpc-centos-7 | x86_64 | Unsupported |

## Terraform

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ locals {
source_image_family = (
var.source_image_family != "" && var.source_image_family != null
? var.source_image_family
: "slurm-gcp-6-2-hpc-rocky-linux-8"
: "slurm-gcp-6-3-hpc-rocky-linux-8"
)
source_image_project = (
var.source_image_project != "" && var.source_image_project != null
Expand Down

0 comments on commit a308f7d

Please sign in to comment.