Actions
Bug #14363
closedSyncing to a capsule without pulp-katello package does not work
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman Proxy Content
Target version:
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1321137
Description of problem:
Capsule errors on the sync
How reproducible:
Easy
Steps to Reproduce:
1.Set up a capsule and make sure pulp-katello is not installed
2.Try to sync the capsule
Actual results:
capsule errors on sync
Expected results:
capsule sync works correctly
Additional info:
This is because yum clone distributor relies on pulp-katello package to be installed on the capsule. We don't need this distributor anymore so it can probably be removed from our code
Workaround:
1. on capsule, yum install pulp-katello
2. sudo -u apache pulp-manage-db
3. systemctl restart httpd
Actions