Bruno Travouillon
Bruno Travouillon
That should be a [plugin for sos report](https://github.com/sosreport/sos/wiki/How-to-Write-a-Plugin) IMHO.
Interestingly, we discussed this with @oxedions yesterday. We might re-use playbooks from https://github.com/bluebanquise/bluebanquise-vagrant/tree/master/profiles/single_iceberg/playbooks
Hi @fnoop , PR #708 merged yesterday. Can you give a try in your environment?
> @btravouillon Could you open a PR to https://github.com/cobbler/cobbler.github.io as well please? This PR is looking good to me. Looks like https://github.com/cobbler/cobbler.github.io/pull/175/ will do the job.
There might be other places in the code base with the same issue. For example, https://github.com/cobbler/cobbler/blob/main/cobbler/modules/managers/isc.py#L108
> Could we fix this also in the other places inside this PR please? I would like to have this bugfix in! Yes I will. I'll try to find some...
To my knowledge sosreport can collect data about HA configuration and status. This might not be the default though. (I believe the tool is smart enough to detect if pcs/corosync...
Did you drop all the molecule tests?
I had a hard time to reproduce the bug with the isc manager despite setting a bond slave interface. It turns out the condition below is never met because the...
Linting failure may be related to rstcheck update to 6.1.1. The Linting passed for the rebase like 2 hours ago, with rstcheck 6.1.0 : https://github.com/cobbler/cobbler/actions/runs/3451140187/jobs/5760168782#step:4:8 A few minutes later, rstcheck...