Actions
Issue #7996
closedpulp_installer fails to enable the "powertools" repo on CentOS 8.3 or the new CentOS Stream
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
(Total: 0:00 h)
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Because its name was changed from "PowerTools" to "powertools"
Fortunately, "Stream-PowerTools" was just renamed to simply "powertools". Which simplifies our code for enabling it.
Note: This manifests itself as the following error, assuming the user's' installing pulp-rpm:
TASK [pulp_rpm_prerequisites : Install requested non-pip packages] *************
Monday 14 December 2020 19:49:53 +0000 (0:00:00.081) 0:05:27.780 *******
fatal: [centos-8]: FAILED! => {
"changed": false,
"failures": [
"No package file-devel available.",
"No package libmodulemd-devel available."
],
"rc": 1,
"results": []
}
Added by Mike DePaulo almost 4 years ago
Added by Mike DePaulo almost 4 years ago
Revision 3ace0d24 | View on GitHub
Problem: pulp_installer fails to enable the "powertools"
repo on CentOS 8.3 or the new CentOS Stream
Solution: Enable it or "PowerTools". Replacing the "Stream-PowerTools" repo.
fixes: #7996
Updated by pulpbot almost 4 years ago
- Status changed from NEW to POST
Updated by Anonymous almost 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|3ace0d247ee87f0e11cf469188a6b879ab21e5d0.
Updated by ttereshc almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Problem: pulp_installer fails to enable the "powertools"
repo on CentOS 8.3 or the new CentOS Stream
Solution: Enable it or "PowerTools". Replacing the "Stream-PowerTools" repo.
fixes: #7996