Bug #36211
closedForeman-installer purges custom powerdns-plugin settings in /etc/foreman-proxy/settings.d/dns_powerdns.yml
Description
The installer resets the value ":powerdns_rest_url" of the manually edited file /etc/foreman-proxy/settings.d/dns_powerdns.yml to a default url each run.
I have not found a documentation or a way to provide /etc/foreman-installer/scenarios.d/katello-answers.yaml with a custom value yet.
This behaivor was introduced a few weeks ago, sadly i can't tell the exact version anymore.
Updated by Ewoud Kohl van Wijngaarden about 2 years ago
- Project changed from Foreman to Installer
This is https://github.com/theforeman/puppet-foreman_proxy/commit/463c87638c83387ce2cb748dbe9433f9a027241c which caused it. The problem is that the PowerDNS provider is not available in the Katello scenario, though it should be.
A temporary workaround is to provide it in /etc/foreman-installer/custom-hiera.yaml like this:
foreman_proxy::plugin::dns::powerdns:rest_api_key: My_KEY foreman_proxy::plugin::dns::powerdns:rest_url: My_URL
Updated by Ewoud Kohl van Wijngaarden about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|9749bd2a3ef66ace8a373c7da34e5ed335bee5e3.