Project

General

Profile

Actions

Bug #30211

closed

proxying pulp rpm/isos to pulpcore with pulpcore disabled disables pulp2 plugins

Added by William Clark almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
No
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`

Actions

Also available in: Atom PDF