Skip to content

Commit 159fdcc

Browse files
authored
Merge pull request GoogleCloudPlatform#4735 from LAVEEN/spoth4d
Enable Spot VM Provisioning For H4D
2 parents 409de5b + f35ff3b commit 159fdcc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/hpc-slurm-h4d.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ vars:
2626
#Provisioning model, select one, lack of selection will rely on on-demand capacity
2727
h4d_dws_flex_enabled: false
2828
h4d_reservation_name: ""
29+
h4d_enable_spot_vm: false
2930

3031
# Documentation for each of the modules used below can be found at
3132
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
@@ -85,6 +86,7 @@ deployment_groups:
8586
node_count_static: 2
8687
node_count_dynamic_max: 0
8788
enable_placement: false
89+
enable_spot_vm: $(vars.h4d_enable_spot_vm)
8890

8991
#Provisioning models
9092
reservation_name: $(vars.h4d_reservation_name)

0 commit comments

Comments
 (0)