azure-bigcompute-salt-slurm-formula for the SLURM Scheduler https://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html. Both for Ubuntu and CentOS
2a233e5f55
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
slurm | ||
CHANGELOG.rst | ||
LICENSE | ||
README.rst | ||
SECURITY.md | ||
VERSION | ||
pillar.example |
README.rst
===== slurm ===== Install the SLURM client, node, controller or database daemon. .. note:: The original version was tested under CentOS 7. The port to Unbuntu 16.04 was a considerable change, including removal of the code that sets up a mariadb servers. It should still work under Centos 7. See the full `Salt Formulas installation and usage instructions <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_. Available states ================ .. contents:: :local: ``slurm`` --------- Install the basic configuration for a client. Note this is just for e.g. a head node and does not include the execution daemon. ``slurm.node`` -------------- Configure and install compute node. ``slurm.server`` ---------------- Install and configure the control daemon. ``slurm.slurmdbd`` ------------------ Install and configure database daemon.