Bug 754840
| Summary: | Ping command errors out on pulp | ||
|---|---|---|---|
| Product: | [Retired] Subscription Asset Manager | Reporter: | Bryan Kearney <bkearney> |
| Component: | katello | Assignee: | Tom McKay <tomckay> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | SAM QE List <sam-qe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0.0 | Keywords: | Triaged |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-04-27 00:22:43 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: | 703617 | ||
commit 3d3deb77e7f688397682dfd81097907581b9fb81
Author: Tom McKay <thomasmckay>
Date: Mon Dec 5 10:50:29 2011 -0500
+ Bug 754840 - Ping command errors out on pulp
https://bugzilla.redhat.com/show_bug.cgi?id=754840
Fenced pings to pulp for katello-only
# headpin -u [user] -p [password] ping
--------------------------------------------------------------------------------
Katello Status
Status Service Result Duration Message
--------------------------------------------------------------------------------
ok
candlepin ok 25ms
candlepin_auth ok 26ms
VERIFIED:
# rpm -qf $(which headpin)
katello-cli-headpin-0.1.13-2.el6.noarch
|
Executing the following CLI command headpin -u admin -p admin ping will result in the followin errors: Status Service Result Duration Message -------------------------------------------------------------------------------- fail candlepin ok 58ms candlepin_auth ok 86ms pulp fail 404 Resource Not Found pulp_auth fail uninitialized constant Pulp The pulp portions should be commented out.