Skip to content

Commit

Permalink
Add Slurm condition in schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudfroidmont committed Mar 24, 2023
1 parent 08d4cf6 commit 87caac8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1024,18 +1024,21 @@ variables:
title: "Install Nvidia Enroot for containerized GPU workloads"
default: false
description: "Install Enroot, Nvidia Container Toolkit, and docker."
visible: ${slurm}

pam:
type: boolean
title: "Enable PAM"
default: false
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."
visible: ${slurm}

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

monitoring:
type: boolean
Expand Down

0 comments on commit 87caac8

Please sign in to comment.