Bug 1765610
Summary: | Content View publish does not return a meaningful result in the task output | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Evgeni Golov <egolov> |
Component: | API - Content | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED ERRATA | QA Contact: | Jitendra Yejare <jyejare> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.6.0 | CC: | fgarciad, pcreech |
Target Milestone: | 6.7.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | tfm-rubygem-katello-3.14.0-0.4.rc2 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-14 13:26:02 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: |
Description
Evgeni Golov
2019-10-25 15:01:50 UTC
Created from redmine issue https://projects.theforeman.org/issues/28138 Upstream bug assigned to None Verified! @Satellite 6.6 snap 5 @Katello 3.14.0.0.4 Steps: ----------- 1. Create a content View with some repository. 2. Publish the content view. 3. Remeber/Retrieve the task id for CV publish foreman task. 4. After CV publish is finished, check the output value by GETting the task info. Observation: ------------- 1. The output value is displayed for the finished cv publish task. Logs: ----- # curl -u admin:changeme -X GET https://sathost.com/foreman_tasks/api/tasks/371fd13e-ed83-4093-9165-f97e90f92192 --insecure { "id": "371fd13e-ed83-4093-9165-f97e90f92192", "label": "Actions::Katello::ContentView::Publish", "pending": false, "action": "Publish content view 'testug_cv'; organization 'Default Organization'", "username": "admin", "started_at": "2019-12-13 07:00:06 UTC", "ended_at": "2019-12-13 07:25:09 UTC", "state": "stopped", "result": "success", "progress": 1.0, "input": { "content_view": { "id": 2, "name": "testug_cv", "label": "testug_cv" }, "organization": { "id": 1, "name": "Default Organization", "label": "Default_Organization" }, "history_id": 1, "content_view_id": 2, "auto_publish_composite_ids": [ ], "content_view_version_name": "testug_cv 1.0", "content_view_version_id": 2, "environment_id": 1, "user_id": 4, "current_request_id": null, "current_timezone": "Asia/Kolkata", "current_user_id": 4, "current_organization_id": 1, "current_location_id": 2 }, "output": { "content_view_id": 2, "content_view_version_id": 2 }, "humanized": { "action": "Publish", "input": [ [ "content_view", { "text": "content view 'testug_cv'", "link": "/content_views/2/versions" } ], [ "organization", { "text": "organization 'Default Organization'", "link": "/organizations/1/edit" } ] ], "output": "", "errors": [ ] }, "cli_example": null, "available_actions": { "cancellable": false, "resumable": false } } Modifying the above comment for following: @Satellite 6.7 snap 5 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:1454 |