puppet-slurm icon indicating copy to clipboard operation
puppet-slurm copied to clipboard

A Puppet module designed to configure and manage SLURM(see https://slurm.schedmd.com/), an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and...

Results 6 puppet-slurm issues
Sort by recently updated
recently updated
newest added

In some cases, HPC sites has pmix installation done. No need puppet-slurm compile and intall pmix.

Hi, Doing a fresh install for testing on RHEL 8 and having trouble with the archive part in https://github.com/ULHPC/puppet-slurm/blob/v1.4.3/manifests/download.pp It downloads the file to /tmp and fails when trying to...

After upgrading puppetlabs mysql module to version 14.0.0 we get the following error. ``` Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error:...

I personally think that it would be a significant improvement to * minimize the use of hardcoded values that change from version to version * use modern Hiera data instead...

If you configure an external database for Slurm, Puppet is changing the local (totally unrelated!) mysql instance to allow external connections: ``` Notice: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]/content: --- /etc/my.cnf.d/server.cnf 2024-08-15 20:22:05.110172179 +0000 +++...

I see in slurmdbd.pp ``` # Job completion logging mechanism type if ($slurm::jobcomptype and $slurm::jobcomptype == 'mysql' and $slurm::jobcomploc and (!empty($slurm::jobcomploc))) { mysql::db { $slurm::jobcomploc : user => $storageuser, password...