Skip to content

Commit 1ec7fcc

Browse files
committed
Adding reservation option to h4d jbvm
1 parent 2d5b02d commit 1ec7fcc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/h4d-vm.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ vars:
2424
rdma_net_range: 192.168.32.0/24
2525
hostname_prefix: $(vars.deployment_name)-odyssey
2626
base_network_name: $(vars.deployment_name)
27+
reservation_name: "" # Optional: Set only if a reservation is available.
2728

2829
# Documentation for each of the modules used below can be found at
2930
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
@@ -84,6 +85,7 @@ deployment_groups:
8485
instance_count: 2
8586
disk_type: hyperdisk-balanced
8687
on_host_maintenance: TERMINATE
88+
reservation_name: $(vars.reservation_name)
8789
network_interfaces:
8890
$(concat(
8991
[{

0 commit comments

Comments
 (0)