galaxyproject / ansible-slurm

Ansible role for installing and managing the Slurm Workload Manager
84 stars 46 forks source link

Issue running playbook #4

Open bachmeyer opened 5 years ago

bachmeyer commented 5 years ago

When running the playbook I get the error "No package matching 'slurm-slurmdbd' found available, installed or updated" for Task : Install Slurm DB packages

{ "_ansible_parsed": true, "_ansible_no_log": false, "changed": false, "results": [ "No package matching 'slurm-slurmdbd' found available, installed or updated" ], "rc": 126, "invocation": { "module_args": { "autoremove": false, "disable_plugin": [], "install_repoquery": true, "update_cache": false, "disable_excludes": null, "exclude": [], "update_only": false, "installroot": "/", "allow_downgrade": false, "name": [ "munge", "slurm-slurmdbd" ], "download_only": false, "bugfix": false, "list": null, "disable_gpg_check": false, "conf_file": null, "use_backend": "auto", "validate_certs": true, "state": "present", "disablerepo": [], "releasever": null, "enablerepo": [], "skip_broken": false, "security": false, "enable_plugin": [] } }, "msg": "No package matching 'slurm-slurmdbd' found available, installed or updated"

Carreau commented 4 years ago

II got a similar issue; my guess is slurm is on the RHEL repo, but likely not on centos.

I'm going to try to compile it myself into rpm or use someone else channel or whatever that name is and hopefully that will work ?

bachmeyer commented 4 years ago

Just FYI, it is not in the RHEL repo. I verified this. I am working on the same solution into the RPM too. I noticed the repo you linked uses the older version of slurm (17) and they are up to 19.