Markus Kowalewski
dcae37989f
tests/slurm: update mysql config to use settings
2021-01-21 17:51:28 +01:00
Markus Kowalewski
5df0cf7461
nixos/slurm: fix dbdserver config file handling
...
Since slurm-20.11.0.1 the dbd server requires slurmdbd.conf to be
in mode 600 to protect the database password. This change creates
slurmdbd.conf on-the-fly at service startup and thus avoids that
the database password ends up in the nix store.
2020-12-16 20:34:14 +01:00
Markus Kowalewski
61fceac1bb
nixos/slurm: add pmix to test and cleanup test
...
* use tmpfiles to create key for munge
* add mpitest source
* add a subtest for PMIx/MPI startup
2020-07-02 15:39:47 +02:00
Markus Kowalewski
5041e1d848
nixos/slurm: fix perl->python conversion bug
2019-12-24 19:51:18 +01:00
Markus Kowalewski
9b28dbd36a
nixos/slurm: convert test from perl to python
2019-11-10 23:07:08 +01:00
Markus Kowalewski
472e165b56
nixos/slurm: add option for external slurmdbd.conf
...
Slurmdbd requires a password database which is stored in slurmdbd.conf.
A seperate config file avoids that the password ends up in the nix store.
Slurmdbd does 19.5 does not support MySQL socket conections.
Adapated the slurm test to provide username and password.
2019-11-10 21:28:09 +01:00
Markus Kowalewski
fcde305932
nixos/slurm: fix test
...
The entry slurmdbd seems to be delayed.
Increasing the waiting time make the test more reliable.
2019-06-05 14:14:46 +02:00
Markus Kowalewski
62ea707e31
nixos/tests: make slurm test more reliable
2019-03-09 22:31:40 +01:00
Markus Kowalewski
8eee1ec2a9
tests/slurm: wait for open DBD port
...
This makes tests more reliable. It seems
that waitForUnit(slurmdbd.service) is not sufficient
on some systems.
2018-12-09 13:36:53 +01:00
Markus Kowalewski
0ed4fc606a
nixos/slurm: add recommended mysql settings
2018-11-22 13:21:37 +01:00
Markus Kowalewski
b388beeca3
nixos/slurm: add maintainer to module and test
2018-10-30 19:50:52 +01:00
Markus Kowalewski
d2799d1835
nixos/slurm: node/partitionName option -> list
...
Make the node and partitionname options lists.
There can be more than paratition or set of nodes.
Add changes to release notes
2018-10-30 19:50:52 +01:00
Markus Kowalewski
79c9dbfb40
nixos/slurm: add slurmdbd to module
...
* New options "services.slurm.dbdserver.[enable,config]"
* Add slurmdbd to test slurm.nix
2018-10-30 19:50:52 +01:00
volth
2e979e8ceb
[bot] nixos/*: remove unused arguments in lambdas
2018-07-20 20:56:59 +00:00
markuskowa
96af022af5
nixos/munge: run munge as user munge instead of root. ( #41509 )
...
* Added a note in release notes (incompatibilities)
* Adapt slurm test
* Change user to munge in service.munge
2018-06-09 00:50:28 +02:00
Markus Kowalewski
c8faa482fa
nixos/slurm: update test, add test for enableStools
...
* Add pure submit host to test 'enableStools'
* Disable client.enable on control machine
2018-06-02 00:19:03 +02:00
Markus Kowalewski
fb7428c506
nixos/slurm: enable munge by default, added note to slurm description
2018-05-24 16:59:48 +02:00
Lancelot SIX
4994f0f7d0
slurm service: add tests
2015-12-25 15:55:07 +01:00