Skip to content

Commit 0ce83c8

Browse files
authored
Merge pull request GoogleCloudPlatform#4776 from LAVEEN/h4djbvm
Adding reservation optional field to H4D JBVM
2 parents 6c1e2a0 + 1ec7fcc commit 0ce83c8

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)