ULHPC / puppet-slurm

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 small Linux clusters
Apache License 2.0
19 stars 25 forks source link

Update slurm to 17.02.9 #4

Closed uvNikita closed 6 years ago

Falkor commented 6 years ago

Actually, I'll even directly target 17.11, once a couple of patch would have passed.

uvNikita commented 6 years ago

Sure, it probably makes sense since 17.11 will be released soon in any case. I made this PR just because 17.02.7 version is not available from the default download url: https://download.schedmd.com/slurm and therefore module fails with the default parameters.

Falkor commented 6 years ago

Indeed, old versions are stored in a different url than the current one -- that's why I made a Boolean $src_archived parameter (set to false by default)-- see manifests/download.pp#L21 and manifests/download.pp#L75

uvNikita commented 6 years ago

OK, thanks for pointing this out. I'll close this PR then.