Omnivector Slurm Distribution
- HPC Charm Team | bundle
- Cloud
Channel | Revision | Published |
---|---|---|
latest/edge | 6 | 21 Aug 2023 |
juju deploy slurm --channel edge
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 to `ppa:omnivector/osd-testing` (on Ubuntu), or `https://omnivector-solutions.github.io/repo/centos7/stable/$basearch` (on CentOS). Note: The configuration `custom-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` and `INACTIVE`. The default value is `UP`. See also the related `Alternate` keyword.