Actions
Bug #30756
closedPulp 2 support on EL8
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
When attempting a Katello 3.16/Foreman 2.1.2 install on a EL8 host, it is reported that:
ERROR 2020-09-01T20:04:23 main] Evaluation Error: Error while evaluating a Function Call, Pulp 2 is only supported on CentOS 7 (file: /usr/share/foreman-installer/modules/foreman_proxy_content/manifests/init.pp, line: 199, column: 5) on node [redacted]
Despite this, there is a stable pulp repo for EL8:
https://repos.fedorapeople.org/repos/pulp/pulp/stable/2.21/el8/x86_64/
I think the check at 199 should either be removed or the option to bypass to try unsupported/expiramental deployments should be given:
if ($pulp_master or $pulp) and $facts['os']['release']['major'] != '7' {
fail('Pulp 2 is only supported on CentOS 7')
}
Actions