Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
After one finishes installing katello (i.e. running katello-configure in the command line), it would be extremely benefitial (not to mention user friendly) if we could output a small notification message stating:
* Where one can find the web ui:
"Please point your browser to https://$HOSTNAME/{cfse|sam|katello}
* The default login information:
"Login using admin for your username and admin for your password. Please make sure to update your password as soon as possible!!!"
The reason here is to make the experience a bit friendlier to the person doing the installation, as well as avoid an avalanche of possible issues related to question about where to log in and what username/password to use.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. run katello-configure
2.
3.
Actual results:
Once the installation is done, you get absolutely no feedback whatsoever as to what the next step is.
Expected results:
Additional info:
Here's what the user gets:
[root@qetello01 ~]# katello-configure:
Starting Katello configuration
The top-level log file is [/var/log/katello/katello-configure-20120320-104949/main.log]
Creating Katello database user
############################################################ ... OK
Creating Katello database
############################################################ ... OK
Creating Candlepin database user
############################################################ ... OK
Creating Candlepin database
############################################################ ... OK
Candlepin setup
############################################################ ... OK
Populating Katello database schema
############################################################ ... OK
Initializing Katello data
############################################################ ... OK
[root@qetello01 ~]#
$ katello-installer
Success!
* Katello is running at https://qetello02.usersys.redhat.com
Default credentials are 'admin:changeme'
* Capsule is running at https://qetello02.usersys.redhat.com:9090
* To install additional capsule on separate machine continue by running:"
capsule-certs-generate --capsule-fqdn "$CAPSULE" --certs-tar "~/$CAPSULE-certs.tar"
The full log is at /var/log/katello-installer/katello-installer.log