Skip to content

Commit

Permalink
Remove remaining references to hpc-centos-7 image
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitramu committed Sep 13, 2024
1 parent 5d0100e commit 5b961dc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
5 changes: 0 additions & 5 deletions docs/vm-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* [Instance Image](#instance-images)
* [Pinning Specific Images](#pinning-specifics-images)
* [Cluster Toolkit Supported Images](#cluster-toolkit-supported-images)
* [HPC CentOS 7](#hpc-centos-7)
* [HPC Rocky Linux 8](#hpc-rocky-linux-8)
* [Debian 11](#debian-11)
* [Ubuntu 20.04 LTS](#ubuntu-2004-lts)
Expand Down Expand Up @@ -71,10 +70,6 @@ blueprint:
family: hpc-rocky-linux-8
project: cloud-hpc-image-public
instance_image:
family: hpc-centos-7
project: cloud-hpc-image-public
instance_image:
family: debian-11
project: debian-cloud
Expand Down
2 changes: 1 addition & 1 deletion modules/scheduler/batch-job-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ deployment_groups:
machine_type: n2-standard-4
metadata:
network_storage: ((jsonencode([module.appfs.network_storage])))
source_image_family: hpc-centos-7
source_image_family: hpc-rocky-linux-8
source_image_project: cloud-hpc-image-public
- id: batch-job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ vars:
deployment_name: test
region: us-central1
zone: us-central1-a
# instance_image:
# family: hpc-centos-7
# project: centos-cloud
instance_image:
family: hpc-rocky-linux-8
project: rocky-linux-cloud
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deployment_groups:
machine_type: n2-standard-4
metadata:
network_storage: ((jsonencode([module.appfs.network_storage])))
source_image_family: hpc-centos-7
source_image_family: hpc-rocky-linux-8
source_image_project: cloud-hpc-image-public

- id: batch-job
Expand Down

0 comments on commit 5b961dc

Please sign in to comment.