From d6127afd9f06d56bcdf9f146ac5520dac8b3e2dc Mon Sep 17 00:00:00 2001 From: Broderick Gardner Date: Thu, 21 Sep 2023 11:45:04 -0600 Subject: [PATCH] Update image references for 5.9 release --- docs/faq.md | 2 +- docs/images.md | 12 ++++++------ .../modules/slurm_instance_template/main.tf | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 9dbf978fde..8227a61ad4 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -234,7 +234,7 @@ accross all instances and allows easy user control with ### What Slurm image do I use for production? By default, the [slurm_cluster](../terraform/slurm_cluster/README.md) terraform -module uses the latest Slurm image family (e.g. `slurm-gcp-5-8-hpc-centos-7`). +module uses the latest Slurm image family (e.g. `slurm-gcp-5-9-hpc-centos-7`). 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 diff --git a/docs/images.md b/docs/images.md index 60ee086b3a..2838b6c931 100644 --- a/docs/images.md +++ b/docs/images.md @@ -71,12 +71,12 @@ that are minimal viable images for deploying | Project | Image Family | Arch | Status | | :------------------: | :---------------------------------- | :----- | :------------- | -| schedmd-slurm-public | slurm-gcp-5-8-debian-11 | x86_64 | Supported | -| schedmd-slurm-public | slurm-gcp-5-8-hpc-rocky-linux-8 | x86_64 | Supported | -| schedmd-slurm-public | slurm-gcp-5-8-ubuntu-2004-lts | x86_64 | Supported | -| schedmd-slurm-public | slurm-gcp-5-8-ubuntu-2204-lts-arm64 | ARM64 | Supported | -| schedmd-slurm-public | slurm-gcp-5-8-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 | -| schedmd-slurm-public | slurm-gcp-5-8-hpc-centos-7 | x86_64 | EOL 2024-01-01 | +| schedmd-slurm-public | slurm-gcp-5-9-debian-11 | x86_64 | Supported | +| schedmd-slurm-public | slurm-gcp-5-9-hpc-rocky-linux-8 | x86_64 | Supported | +| schedmd-slurm-public | slurm-gcp-5-9-ubuntu-2004-lts | x86_64 | Supported | +| schedmd-slurm-public | slurm-gcp-5-9-ubuntu-2204-lts-arm64 | ARM64 | Supported | +| schedmd-slurm-public | slurm-gcp-5-9-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 | +| schedmd-slurm-public | slurm-gcp-5-9-hpc-centos-7 | x86_64 | EOL 2024-01-01 | ## Custom Image diff --git a/terraform/slurm_cluster/modules/slurm_instance_template/main.tf b/terraform/slurm_cluster/modules/slurm_instance_template/main.tf index 2612243544..63eda403d8 100644 --- a/terraform/slurm_cluster/modules/slurm_instance_template/main.tf +++ b/terraform/slurm_cluster/modules/slurm_instance_template/main.tf @@ -51,7 +51,7 @@ locals { source_image_family = ( var.source_image_family != "" && var.source_image_family != null ? var.source_image_family - : "slurm-gcp-5-8-hpc-centos-7" + : "slurm-gcp-5-9-hpc-centos-7" ) source_image_project = ( var.source_image_project != "" && var.source_image_project != null