Actions
Issue #7473
closedpulp_installer CI should not use dnf on CentOS 7
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Sprint 81
Quarter:
Description
This may speed up CI, but it invalidates our installer's testing. Since the majority of users on EL7 will use yum rather than the tech preview of dnf.
Updated by mdepaulo@redhat.com about 4 years ago
- Category set to Installer - Moved to GitHub issues
Added by Mike DePaulo about 4 years ago
Added by Mike DePaulo about 4 years ago
Revision 908f06dd | View on GitHub
Problem: pulp_installer CI should not use dnf on CentOS 7
Solution: And do not bake python2-dnf into the centos7 image.
And remove it in prepare.yml.
It depends on older libsolv than the katello pulpcore repo has, and it invalidates our installer's testing of CentOS 7 by causing ansible to use dnf (tech preview on CentOS 7, not installed by default) rather than yum.
Also deduplicate some config files and lines
fixes: #7473
Updated by Anonymous about 4 years ago
- Status changed from NEW to MODIFIED
Applied in changeset ansible-pulp|908f06ddfa5350ef840fbad29fc857ae06666456.
Updated by ttereshc about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Problem: pulp_installer CI should not use dnf on CentOS 7
Solution: And do not bake python2-dnf into the centos7 image.
And remove it in prepare.yml.
It depends on older libsolv than the katello pulpcore repo has, and it invalidates our installer's testing of CentOS 7 by causing ansible to use dnf (tech preview on CentOS 7, not installed by default) rather than yum.
Also deduplicate some config files and lines
fixes: #7473