-
Notifications
You must be signed in to change notification settings - Fork 302
Expand file tree
/
Copy patha4high-slurm-deployment.yaml
More file actions
40 lines (37 loc) · 1.65 KB
/
Copy patha4high-slurm-deployment.yaml
File metadata and controls
40 lines (37 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
terraform_backend_defaults:
type: gcs
configuration:
bucket: # supply existing bucket to store Terraform state
vars:
# [RECOMMENDED] Enable Slurm Native Authentication. MUNGE is deprecating and scheduled for complete removal on July 31, 2026.
# For upgrade instructions, see docs/slurm-native-auth-migration-guide.md.
enable_slurm_auth: true
deployment_name: # supply unique deployment name
project_id: # supply existing project id
region: # supply region with a4-highgpu-8g capacity in reservation
zone: # supply zone with a4-highgpu-8g capacity in reservation
a4h_cluster_size: # supply a4-highgpu-8g reservation size
a4h_reservation_name: # supply a4-highgpu-8g reservation name
# Additional provisioning models (pick only one), can be used to substitute `a4h_reservation_name`:
#
# a4h_dws_flex_enabled: true
#
# To make use of DWS Flex, for more info visit: https://github.com/GoogleCloudPlatform/cluster-toolkit/blob/main/docs/slurm-dws-flex.md
#
# a4h_enable_spot_vm: true
#
# To make use of spot VMs, for more info visit: https://cloud.google.com/compute/docs/instances/spot