We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73181d9 + 5cf9e30 commit e0caf58Copy full SHA for e0caf58
examples/hpc-slurm-h4d.yaml
@@ -20,9 +20,8 @@ vars:
20
zone: us-central1-a
21
rdma_net_range: 192.168.128.0/18
22
23
- #Provisioning model, select one (only one selection is valid), lack of selection will rely on on-demand capacity
+ #Provisioning model, select one, lack of selection will rely on on-demand capacity
24
h4d_dws_flex_enabled: false
25
- h4d_enable_spot_vm: false
26
h4d_reservation_name: ""
27
28
# Documentation for each of the modules used below can be found at
@@ -92,7 +91,6 @@ deployment_groups:
92
91
93
#Provisioning models
94
reservation_name: $(vars.h4d_reservation_name)
95
- enable_spot_vm: $(vars.h4d_enable_spot_vm)
96
dws_flex:
97
enabled: $(vars.h4d_dws_flex_enabled)
98
0 commit comments