Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
Katello has an event daemon that listens to Candlepin events. Currently it abuses middleware to start a deamon thread, but that way the additional database connections end up consuming the...
The last release was done in 2020, but git commits are much more recent. Any plans to create a new release?
Currently there's the following code in the gemspec: https://github.com/kamui/retriable/blob/e3f9bf47612fe0a85ce59af58fc6a7b7c4cea411/retriable.gemspec#L26-L31 This doesn't work because gemspecs evaluate tot static content. This means it's evaluated only when gem build is called. That Ruby...
With the move to COPR (#1795) the Koji setup is no longer needed. Today we still build Foreman 3.7 & 3.8, but after those are EOL the infrastructure can be...
This module was appled on the old redmine.theforeman.org box, but the new redmine01.conova.theforeman.org no longer uses exim which means it can be dropped. The question is if we should have...
I started to look through the module and see how to use it. One thing that concerns me is the dependency on camptocamp/augeas which appears unmaintained. I opened https://github.com/voxpupuli/puppet-postfix/pull/350 to...
Previously we had an AAAA record, but since it's hosted in Docker (which has its own networking) it served a permission denied. Due to happy eyeballs few people noticed this....
Gandi supports DNSSEC, which signs DNS records. SSH will use this to trust SSHFP records, which we do have. This means you're no longer prompted to accept SSH keys when...
While we now have backups using Restic, we don't check if they pass. @evgeni has written https://github.com/evgeni/check_restic but right now we don't have a monitoring system (#471) to use it...
Right now the Discourse backup contains a large (1G) gzipped tarball with all the image files. I doubt restic can deduplicate those individual files, even though the uploaded files won't...