Actions
Bug #27229
closedping api call doesn't return messages
Description
`ping` API call doesn't return messages, so
Katello::Ping.ping[:services]returns:
{:pulp=>{:status=>"FAIL", :message=>"Not all necessary pulp workers running at https://centos7-devel.tlv-fedora25.example.com/pulp/api/v2/."}, :pulp_auth=>{:status=>"FAIL", :message=>"Skipped pulp_auth check after failed pulp check"}, :candlepin=>{:status=>"ok", :duration_ms=>"56"}, :candlepin_auth=>{:status=>"ok", :duration_ms=>"26"}, :foreman_tasks=>{:status=>"ok", :duration_ms=>"18373"}}
while the api (`/api/ping`) returns:
{"status":"FAIL","services":{"pulp":{"status":"FAIL"},"pulp_auth":{"status":"FAIL"}, "candlepin":{"status":"ok","duration_ms":"19"}, "candlepin_auth":{"status":"ok","duration_ms":"14"}, "foreman_tasks":{"status":"FAIL"}}}
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8196 added
Updated by Amir Fefer over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|37c520334b3481a8249afded75d3fcf8cb511627.
Updated by Jonathon Turel over 5 years ago
- Target version set to Katello 3.13.0
- Triaged changed from No to Yes
Actions