Bug #33864
disable registration module on smart proxies by default
Description
#33756 introduced a dependency between the Registration and the Templates module, and given the later is disabled by default, we should also disable the former
Related issues
Associated revisions
Refs #33864 - Disable registration on upgrades
In Foreman 3.1 the registration module requires templates where it
previously worked standalone.
In a Foreman or Katello scenario the registration module doesn't make
sense since the clients can connect directly to a Foreman, which makes
the indirection redundant. The Smart Proxy may also not have plain HTTP
enabled which then breaks things.
It is explicitly enabled by default in the foreman-proxy-content
scenario because there templates is enabled by default, which makes it
safe to enable registration.
History
#1
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/714 added
#2
Updated by Evgeni Golov over 1 year ago
- Related to Bug #33756: Require templates for Registration module added
#3
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases 3.1.0 added
#4
Updated by Evgeni Golov over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy|6f64423e7ca25c8b58f8da4d371172c22eb9b0e3.
#5
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman-installer/pull/731 added
Fixes #33864 - disable registration module by default