Actions
Bug #11041
closedKatello : Installation of Pulp Capsule fails
Difficulty:
medium
Triaged:
Yes
Description
Capsule installation with --pulp set to true fails. Disabling pulp installation results in success.
This is due to the recent changes in the installer to fix capsule support of GPG keys. The pulp modules now uses the concat module to create the httpd/conf.d/25-pulp-node-ssl.conf file but the concat target has not been setup correctly before the first call to concat::fragment.
As a work around you can edit /usr/share/katello-installer/modules/pulp/manifests/child/fragment.pp and comment out the call to concat::fragment.
This will break the fix for the GPG keys through the capsule (I think) but you can follow this workaround for that issue: http://projects.theforeman.org/issues/10616
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release set to 61
- Triaged changed from No to Yes
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/237 added
- Pull request deleted (
)
Updated by Eric Helms over 9 years ago
- Status changed from Ready For Testing to Closed
Updated by Eric Helms about 9 years ago
- Translation missing: en.field_release changed from 61 to 70
Actions