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.
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