Skip to content

Commit 87caac8

Browse files
Add Slurm condition in schema.yml
1 parent 08d4cf6 commit 87caac8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,18 +1024,21 @@ variables:
10241024
title: "Install Nvidia Enroot for containerized GPU workloads"
10251025
default: false
10261026
description: "Install Enroot, Nvidia Container Toolkit, and docker."
1027+
visible: ${slurm}
10271028

10281029
pam:
10291030
type: boolean
10301031
title: "Enable PAM"
10311032
default: false
10321033
description: "Enable PAM for the Slurm cluster (Supported only on OL with RHCK kernel at this time). When PAM is enabled, users that are not in the sudo group will not be able to SSH into the compute nodes unless they have an active job running in Slurm."
1034+
visible: ${slurm}
10331035

10341036
sacct_limits:
10351037
type: boolean
10361038
title: "Enable Limits for Slurm jobs"
10371039
default: false
10381040
description: "Enable Limits for the Slurm cluster When enabled, users will not be able to submit jobs of the right limits are not set"
1041+
visible: ${slurm}
10391042

10401043
monitoring:
10411044
type: boolean

0 commit comments

Comments
 (0)