You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.yaml
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -984,15 +984,16 @@ variables:
984
984
default: false
985
985
required: true
986
986
description: "Add a second master of the same shape as the bastion as a back-up controller node. We recommend using a FSS to save the state and share between masters"
987
-
visible:
988
-
- ${slurm}
987
+
visible: ${slurm}
989
988
990
989
pyxis:
991
990
type: boolean
992
991
title: "Install Nvidia Pyxis plugin for Slurm"
993
992
default: false
994
-
description: "Install Pyxis. Pyxis is a plugin that integrates Enroot with Slurm."
993
+
description: "Install Pyxis. Pyxis is a plugin that integrates Enroot with Slurm. (Warning: using Pyxis with autoscaling is causing an issue that prevents jobs from being scheduled on nodes to be spun up)"
995
994
visible:
995
+
and:
996
+
- ${slurm}
996
997
- ${enroot}
997
998
998
999
rack_aware:
@@ -1001,8 +1002,7 @@ variables:
1001
1002
default: false
1002
1003
required: true
1003
1004
description: "Slurm topology can define rack aware topologies to prioritize nodes on same racks per job.\n This is a LA feature and your tenancy needs to be whitelisted"
1004
-
visible:
1005
-
- ${slurm}
1005
+
visible: ${slurm}
1006
1006
1007
1007
1008
1008
queue:
@@ -1011,8 +1011,7 @@ variables:
1011
1011
default: "compute"
1012
1012
required: true
1013
1013
description: "Add the permanent cluster to a specific queue, compute is the default queue"
0 commit comments