431 B
431 B
role::hpc::ui
This role implements a User Interface. Currently only Slurm is supported. GPFS can be configured, but need changes in Puppet for newer clusters:
# Cluster specific classes
case $cluster['name'] {
'merlin5','xbl','sf': {
class { 'profile::gpfs':; }
}
}
Parameters
cluster
Must be defined by the setting: slurm::cluster in
YAML.