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 Sebastian @ over 1 year ago
- Found in Releases 3.5.2 added
- Found in Releases deleted (
3.5.3)
Updated by Ewoud Kohl van Wijngaarden over 1 year 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 The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman-installer/pull/839 added
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Category set to foreman-installer script
- Assignee deleted (
Ewoud Kohl van Wijngaarden) - Target version set to 3.6.0
- Triaged changed from No to Yes
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Assignee set to Ewoud Kohl van Wijngaarden
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|9749bd2a3ef66ace8a373c7da34e5ed335bee5e3.
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman-installer/pull/840 added
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Fixed in Releases deleted (
3.7.0)