Bug #30211
proxying pulp rpm/isos to pulpcore with pulpcore disabled disables pulp2 plugins
Fixed in Releases:
Found in Releases:
Description
The pulp class is declared in puppet-FPC with
class { 'pulp':
...
enable_rpm => $enable_yum and !$proxy_pulp_yum_to_pulpcore,
enable_iso => $enable_file and !$proxy_pulp_isos_to_pulpcore,
...
However $proxy_pulp_{yum,isos}_to_pulpcore defaults to true, leading to these pulp2 plugins being disabled when running foreman-installer with `--foreman-proxy-plugin-pulp-pulpcore-enabled false`
Associated revisions
History
#1
Updated by The Foreman Bot 8 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/265 added
#2
Updated by The Foreman Bot 8 months ago
- Fixed in Releases 2.2.0 added
#3
Updated by William Clark 8 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy_content|5d691aaf7ba6aaafc1bf7a89110454eeca94b90b.
Fixes #30211 - don't disable pulp2 plugins when pulpcore disabled