Actions
Bug #18247
closedCapsule-certs-generate` asks to register capsule to `Default Organization` instead of org set at install
Difficulty:
easy
Triaged:
Bugzilla link:
Description
Description of problem: `Capsule-certs-generate` asks to register capsule to `Default Organization` that is not present on satellite.
The template that drops down tells to register the capsule to `Default_ Organizations`, that is not present on satellite.
Version-Release number of selected component (if applicable):
Capsule 6.1
How reproducible: Always
Steps to Reproduce:
1. Run following command:-
- capsule-certs-generate --capsule-fqdn capsule.example.com --certs-tar ~/capsule.example.com-certs.tar
----
Actual results::- The following templates gets popped on terminal:-
To finish the installation, follow these steps:
1. Ensure that the capsule-installer package is installed on the system.
2. Copy ~/usl10149339.tar to the system usl10149339.am.hedani.net
3. Run the following commands on the capsule (possibly with the customized
parameters, see capsule-installer --help and
documentation for more info on setting up additional services):
rpm -Uvh http://sat.example.com/pub/katello-ca-consumer-latest.noarch.rpm
subscription-manager register --org "Default_Organization"
capsule-installer --parent-fqdn "sat.example.com"\
--register-in-foreman "true"\
--foreman-oauth-key "UhmwXmNCZymMSro7VoKDreAgF6BneBfF"\
--foreman-oauth-secret "AGwu9eRhuZPXZutcU7KVjmwfJbcEuvY9"\
--pulp-oauth-secret "t2trDnHQhdfEJ7z5JGV4AHwhfuVivQun"\
--certs-tar "~/usl10149339.tar"\
--puppet "true"\
--puppetca "true"\
--pulp "true"
The full log is at /var/log/katello-installer/capsule-certs-generate.log
Expected results::- As the `Default_Organization` is not present on satellite, the message that gets popped should not ask to register the capsule on satellite in `Default_Organization`.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/472 added
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release set to 114
Updated by The Foreman Bot over 7 years ago
- Translation missing: en.field_release deleted (
114)
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|8af1cea7fd8f7dcde1db69cdbc19d4451aa4ff8a.
Updated by Eric Helms over 7 years ago
- Translation missing: en.field_release set to 211
Actions