Issue #9093
closedpulp_installer preflight check fails on EL7 when not installing pulp-rpm
Description
This seems to be a regression from #8154, which introduced support for installing pulp from the postgres 10 SCL on EL7.
Basically, pip-compile isn't using the postgres 10 SCL's bin folder in the PATH, unlike the pip install commands. So the pip install commands would succeed, and the preflight is falsely blocking the install.
There seems to be a related issue that the preflight command never fails when pulp-rpm is being installed. When pulp-rpm is being installed, we have separate logic for when to fail in the preflight (and there is a bug in that logic.)
Related issues
Updated by mdepaulo@redhat.com over 3 years ago
- Related to Issue #9094: pulp_installer preflight check accidentally succeeds when installing pulp-rpm added
Added by Mike DePaulo over 3 years ago
Added by Mike DePaulo over 3 years ago
Revision 4b1e0867 | View on GitHub
Problem: pulp_installer preflight check fails on
EL7 when not installing pulp-rpm.
Solution: Add logic for the preflight to use the SCLs in its PATH.
fixes: #9093
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|4b1e0867d0ce3f31d4536cc0049c091e9b956b1d.
Problem: pulp_installer preflight check fails on
EL7 when not installing pulp-rpm.
Solution: Add logic for the preflight to use the SCLs in its PATH.
fixes: #9093