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:
During the process of setting up katello-disconnected, the qpidd service is never enabled. This means that initial attempts to sync content could fail with a cryptic message in the pulp log about being unable to connect.
Version-Release number of selected component (if applicable):
Satellite-6.0.2-RHEL-6-20131211.0
How reproducible:
Steps to Reproduce:
1. Install and configure katello-utils/katello-disconected
2. service qpidd status
3. chkconfig --list qpidd
Actual results:
[root@qeblade6 ~]# sudo service qpidd status
qpidd is stopped
[root@qeblade6 ~]# chkconfig --list qpidd
qpidd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
Expected results:
Service should be started somewhere along the way.
Additional info:
Workaround: update docs to tell users to enable and start qpidd.
This is more of a docs bug in that we need detailed instructions on getting all the services running or perhaps a very very simple 'install.sh' script.