Skip to content

Migrate from facter mechanism to static configuration variables in files

Jean-Christophe Haessig requested to merge static_config into master
  • Remove the facter mechanism which is error-prone
  • Replace it with host_vars files which contain required values for all cluster hosts These files can be auto-generated with an external method
  • In check mode, warnings are output while slurm.conf generated if data is missing
  • In normal mode, execution is aborted if data is missing

Merge request reports