Actions
Bug #13956
closedcapsule-certs-generate : specifying the incorrect rpm as part of output
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1313019
Description of problem:
The installation procedures for a capsule include running 'capsule-certs-generate' from the server. The output of that command provides the user with guidance on how to install the capsule. Unfortunately, it is instructing the user to install an non-existing package.
How reproducible:
Always
Steps to Reproduce:
1. install Satellite
2. export CAPSULE=<capsule_fqdn>
3. capsule-certs-generate --capsule-fqdn "$CAPSULE" --certs-tar "~/$CAPSULE-certs.tar"
Actual results:
Output mentions the following:
1. Ensure that the katello-installer-capsule package is installed on the system.
Expected results:
'katello-installer-capsule' needs to be replaced with 'foreman-installer-katello'
Additional info:
Actions