We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5b02d commit 1ec7fccCopy full SHA for 1ec7fcc
1 file changed
examples/h4d-vm.yaml
@@ -24,6 +24,7 @@ vars:
24
rdma_net_range: 192.168.32.0/24
25
hostname_prefix: $(vars.deployment_name)-odyssey
26
base_network_name: $(vars.deployment_name)
27
+ reservation_name: "" # Optional: Set only if a reservation is available.
28
29
# Documentation for each of the modules used below can be found at
30
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
@@ -84,6 +85,7 @@ deployment_groups:
84
85
instance_count: 2
86
disk_type: hyperdisk-balanced
87
on_host_maintenance: TERMINATE
88
+ reservation_name: $(vars.reservation_name)
89
network_interfaces:
90
$(concat(
91
[{
0 commit comments