Issue #6960
closedRHEL repo name has changed in latest RHUI update
Description
The current pulp/pulp_installer
relies on the rhui-rhel-7-server-rhui-optional-rpms
[1] repo from RHUI for RHEL 7 based install.
In a recent update the name of this repo has changed and hence packages that used to come from that repo are not found anymore.
Before
[root@ip-10-0-12-140 yum.repos.d]# rpm -qa | grep rh-
rh-amazon-rhui-client-3.0.18-1.el7.noarch
[root@ip-10-0-12-140 yum.repos.d]# grep 'optional-rpms' redhat-rhui.repo
[rhui-rhel-7-server-rhui-optional-rpms]
After
[root@ip-10-0-12-58 yum.repos.d]# rpm -qa | grep rh-
rh-amazon-rhui-client-3.0.28-1.el7.noarch
[root@ip-10-0-12-58 yum.repos.d]# grep 'optional-rpms' redhat-rhui.repo
[rhel-7-server-rhui-optional-rpms]
rhel-7-server-rhui-optional-rpms
should be added as part of rhel7_optional_repo
[1] https://github.com/pulp/pulp_installer/blob/master/roles/pulp/defaults/main.yml#L43
Added by spredzy over 4 years ago
Added by spredzy over 4 years ago
Revision 7aab4e66 | View on GitHub
pulp: Add rhel-7-server-rhui-optional-rpms as RHEL7 repo
The repository name provided by RHUI has changed in a recent update.
Before
[root@ip-10-0-12-140 yum.repos.d]# rpm -qa | grep rh-
rh-amazon-rhui-client-3.0.18-1.el7.noarch
[root@ip-10-0-12-140 yum.repos.d]# grep 'optional-rpms' redhat-rhui.repo
[rhui-rhel-7-server-rhui-optional-rpms]
Now
[root@ip-10-0-12-58 yum.repos.d]# rpm -qa | grep rh-
rh-amazon-rhui-client-3.0.28-1.el7.noarch
[root@ip-10-0-12-58 yum.repos.d]# grep 'optional-rpms' redhat-rhui.repo
[rhel-7-server-rhui-optional-rpms]
fixes #6960
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Updated by spredzy over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|7aab4e662cb0856c1ebb38643b4ba3e66e18b6b5.
Updated by spredzy over 4 years ago
Applied in changeset ansible-pulp3|7aab4e662cb0856c1ebb38643b4ba3e66e18b6b5.
Updated by fao89 over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
pulp: Add rhel-7-server-rhui-optional-rpms as RHEL7 repo
The repository name provided by RHUI has changed in a recent update.
Before
Now
fixes #6960