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.
In Section 2.4.1 we need the following updated:
## Step 5:
yum install katello-utils python-qpid-qmf python-qpid qpid-cpp-server-store
## Step 9:
sudo service qpidd start
sudo chkconfig qpidd on
sudo service mongod start
sleep 10
sudo chkconfig mongod on
sudo -u apache pulp-manage-db
sudo service httpd restart
sudo chkconfig pulp_workers on
sudo service pulp_workers start
sudo chkconfig pulp_celerybeat on
sudo service pulp_celerybeat start
sudo chkconfig pulp_resource_manager on
sudo service pulp_resource_manager start
This is to reflect the additional configuration and packages necessary for Pulp 2.4
Comment 1RHEL Program Management
2014-06-17 22:39:06 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.
Also need to add a step after (7) that instructs to turn auth=no in:
/etc/qpid/qpidd.conf
# Configuration file for qpidd. Entries are of the form:
# name=value
#
# (Note: no spaces on either side of '=').
# Run "qpidd --help" or see "man qpidd" for more details.
auth=no
This would be a new step (8)
Hi Mike,
Does "auth=no" mean no authentication required? I'd like to know so we can explain it on the step.
Thank you,
Athene
(In reply to Mike McCune from comment #3)
> Also need to add a step after (7) that instructs to turn auth=no in:
>
> /etc/qpid/qpidd.conf
>
> # Configuration file for qpidd. Entries are of the form:
> # name=value
> #
> # (Note: no spaces on either side of '=').
> # Run "qpidd --help" or see "man qpidd" for more details.
>
> auth=no
>
>
> This would be a new step (8)