slurmd
- HPC Charm Team
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 29 | 14 Jan 2022 | |
latest/candidate | 54 | 17 Oct 2022 | |
latest/edge | 96 | 08 Oct 2024 | |
latest/edge | 81 | 04 Jan 2024 | |
latest/edge | 80 | 24 Oct 2023 |
juju deploy slurmd
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
custom-slurm-repo | string
Use a custom repository for Slurm installation. This can be set to the Organization's local mirror/cache of packages and supersedes the Omnivector repositories. Alternatively, it can be used to track a
testing
Slurm version, e.g. by setting toppa:omnivector/osd-testing
(on Ubuntu), orhttps://omnivector-solutions.github.io/repo/centos7/stable/$basearch
(on CentOS). Note: The configurationcustom-slurm-repo
must be set before deploying the units. Changing this value after deploying the units will not reinstall Slurm. -
nhc-conf | string
Custom extra configuration to use for Node Health Check. These lines are appended to a basic
nhc.conf
provided by the charm. -
partition-config | string
Extra partition configuration, specified as a space separated
key=value
in a single line. Example usage: $ juju config slurmd partition-config="DefaultTime=45:00 MaxTime=1:00:00" -
partition-name | string
Name by which the partition may be referenced (e.g.
Interactive
). Note: the partition name should only contain letters, numbers, and hyphens. Spaces are not allowed. -
partition-state | string
Default: UP
State of partition or availability for use. Possible values are
UP
,DOWN
,DRAIN
andINACTIVE
. The default value isUP
. See also the relatedAlternate
keyword.