Skip to content

Commit 8aa6790

Browse files
committed
Update image references to 6.2.0
1 parent e4ea179 commit 8aa6790

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ across all instances and allows easy user control with
227227

228228
By default, the [slurm_cluster](../terraform/slurm_cluster/README.md) terraform
229229
module uses the latest Slurm image family (e.g.
230-
`slurm-gcp-6-1-hpc-rocky-linux-8`). As new Slurm image families are released,
230+
`slurm-gcp-6-2-hpc-rocky-linux-8`). As new Slurm image families are released,
231231
coenciding with periodic Slurm releases, the terraform module will be updated to
232232
track the newest image family by setting it as the new default. This update can
233233
be considered a breaking change.

docs/images.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -74,28 +74,28 @@ For the [TPU](./glossary.md#tpu) nodes docker images are also released.
7474

7575
| Project | Image Family | Arch | Status |
7676
| :------------------: | :---------------------------------- | :----- | :------------- |
77-
| schedmd-slurm-public | slurm-gcp-6-1-debian-11 | x86_64 | Supported |
78-
| schedmd-slurm-public | slurm-gcp-6-1-hpc-rocky-linux-8 | x86_64 | Supported |
79-
| schedmd-slurm-public | slurm-gcp-6-1-ubuntu-2004-lts | x86_64 | Supported |
80-
| schedmd-slurm-public | slurm-gcp-6-1-ubuntu-2204-lts-arm64 | ARM64 | Supported |
81-
| schedmd-slurm-public | slurm-gcp-6-1-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
82-
| schedmd-slurm-public | slurm-gcp-6-1-hpc-centos-7 | x86_64 | EOL 2024-01-01 |
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 |
8383

8484
### Published Docker Image Family
8585

8686
| Project | Image Family | Status |
8787
| :------------------: | :-------------------------- | :-------- |
88-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.8.0 | Supported |
89-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.8.3 | Supported |
90-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.9.1 | Supported |
91-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.9.3 | Supported |
92-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.10.0 | Supported |
93-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.10.1 | Supported |
94-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.11.0 | Supported |
95-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.11.1 | Supported |
96-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.12.0 | Supported |
97-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.12.1 | Supported |
98-
| schedmd-slurm-public | tpu:slurm-gcp-6-1-tf-2.13.0 | Supported |
88+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.8.0 | Supported |
89+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.8.3 | Supported |
90+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.9.1 | Supported |
91+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.9.3 | Supported |
92+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.10.0 | Supported |
93+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.10.1 | Supported |
94+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.11.0 | Supported |
95+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.11.1 | Supported |
96+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.12.0 | Supported |
97+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.12.1 | Supported |
98+
| schedmd-slurm-public | tpu:slurm-gcp-6-2-tf-2.13.0 | Supported |
9999

100100
## Custom Image
101101

docs/tpu.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ state we will also include if it is tested or not.
7272

7373
| Project | Image Family | Arch | TPU Status |
7474
| :------------------: | :---------------------------------- | :----- | :---------- |
75-
| schedmd-slurm-public | slurm-gcp-6-1-debian-11 | x86_64 | Untested |
76-
| schedmd-slurm-public | slurm-gcp-6-1-hpc-rocky-linux-8 | x86_64 | Tested |
77-
| schedmd-slurm-public | slurm-gcp-6-1-ubuntu-2004-lts | x86_64 | Untested |
78-
| schedmd-slurm-public | slurm-gcp-6-1-ubuntu-2204-lts-arm64 | ARM64 | Untested |
79-
| schedmd-slurm-public | slurm-gcp-6-1-hpc-centos-7-k80 | x86_64 | Unsupported |
80-
| schedmd-slurm-public | slurm-gcp-6-1-hpc-centos-7 | x86_64 | Unsupported |
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 |
8181

8282
## Terraform
8383

terraform/slurm_cluster/modules/slurm_instance_template/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ locals {
4747
source_image_family = (
4848
var.source_image_family != "" && var.source_image_family != null
4949
? var.source_image_family
50-
: "slurm-gcp-6-1-hpc-rocky-linux-8"
50+
: "slurm-gcp-6-2-hpc-rocky-linux-8"
5151
)
5252
source_image_project = (
5353
var.source_image_project != "" && var.source_image_project != null

terraform/slurm_cluster/modules/slurm_nodeset_tpu/README_TF.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ No modules.
4949
|------|-------------|------|---------|:--------:|
5050
| <a name="input_accelerator_config"></a> [accelerator\_config](#input\_accelerator\_config) | Nodeset accelerator config, see https://cloud.google.com/tpu/docs/supported-tpu-configurations for details. | <pre>object({<br> topology = string<br> version = string<br> })</pre> | <pre>{<br> "topology": "",<br> "version": ""<br>}</pre> | no |
5151
| <a name="input_data_disks"></a> [data\_disks](#input\_data\_disks) | The data disks to include in the TPU node | `list(string)` | `[]` | no |
52-
| <a name="input_docker_image"></a> [docker\_image](#input\_docker\_image) | The gcp container registry id docker image to use in the TPU vms, it defaults to gcr.io/schedmd-slurm-public/tpu:slurm-gcp-6-1-tf-<var.tf\_version> | `string` | `""` | no |
52+
| <a name="input_docker_image"></a> [docker\_image](#input\_docker\_image) | The gcp container registry id docker image to use in the TPU vms, it defaults to gcr.io/schedmd-slurm-public/tpu:slurm-gcp-6-2-tf-<var.tf\_version> | `string` | `""` | no |
5353
| <a name="input_enable_public_ip"></a> [enable\_public\_ip](#input\_enable\_public\_ip) | Enables IP address to access the Internet. | `bool` | `false` | no |
5454
| <a name="input_network"></a> [network](#input\_network) | The name of the network to attach the TPU-vm of this nodeset to. | `string` | `""` | no |
5555
| <a name="input_node_count_dynamic_max"></a> [node\_count\_dynamic\_max](#input\_node\_count\_dynamic\_max) | Maximum number of nodes allowed in this partition to be created dynamically. | `number` | `0` | no |

terraform/slurm_cluster/modules/slurm_nodeset_tpu/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ locals {
6868
service_account = var.service_account != null ? var.service_account : local.service_account
6969
preserve_tpu = local.can_preempt ? var.preserve_tpu : false
7070
data_disks = var.data_disks
71-
docker_image = var.docker_image != "" ? var.docker_image : "gcr.io/schedmd-slurm-public/tpu:slurm-gcp-6-1-tf-${var.tf_version}"
71+
docker_image = var.docker_image != "" ? var.docker_image : "gcr.io/schedmd-slurm-public/tpu:slurm-gcp-6-2-tf-${var.tf_version}"
7272
network = var.network
7373
subnetwork = local.snetwork
7474
}

terraform/slurm_cluster/modules/slurm_nodeset_tpu/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ variable "accelerator_config" {
5151
}
5252

5353
variable "docker_image" {
54-
description = "The gcp container registry id docker image to use in the TPU vms, it defaults to gcr.io/schedmd-slurm-public/tpu:slurm-gcp-6-1-tf-<var.tf_version>"
54+
description = "The gcp container registry id docker image to use in the TPU vms, it defaults to gcr.io/schedmd-slurm-public/tpu:slurm-gcp-6-2-tf-<var.tf_version>"
5555
type = string
5656
default = ""
5757
}

0 commit comments

Comments
 (0)