Bug 669484
Summary: | To run pulp-client on a different machine from the server, client.conf and agent.conf need to be edited | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Jay Dobies <jason.dobies> |
Component: | user-experience | Assignee: | Jeff Ortel <jortel> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | jconnor |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Sprint 20 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-02-17 16:51:52 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 647488 |
Description
Jay Dobies
2011-01-13 19:14:08 UTC
Agreed. Updated plugin descriptor for the pulp (gofer) plugin to reference the (host) in /etc/pulp/client.conf. This way, users only need to edit the pulp branded file. Works in conjunction with the fix for bug 669498. This should be intuitive for pulp users. To point the client at a remote pulp server, the user does: 1) vi /etc/pulp/client.conf 2) service pulp-agent restart Done! I'll update the UG at the next community release. Commit: 557a3aed6f2dbe58493a56ec2b2f2a3fa4167bf7 Fixed in 0.136. verified [root@10 ~]# service pulp-agent restart Stopping goferd [FAILED] Starting goferd [ OK ] [root@10 ~]# rpm -q pulp package pulp is not installed [root@10 ~]# rpm -q pulp-client pulp-client-0.0.137-1.fc14.noarch [root@10 ~]# Closing with community release pulp-0.0.139-1.fc14.noarch |