Bug 1439203
Summary: | [Ansible-UI]: Improve task name for Ansible tasks. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satyajit Bulage <sbulage> | ||||
Component: | Providers | Assignee: | James Wong <jwong> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dmitry Misharov <dmisharo> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 5.8.0 | CC: | dmisharo, gblomqui, hkataria, jfrey, jhardy, mpovolny, obarenbo, sbulage, simaishi | ||||
Target Milestone: | GA | Keywords: | TestOnly | ||||
Target Release: | 5.9.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | ui:task:ansible | ||||||
Fixed In Version: | 5.9.0.4 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1440573 (view as bug list) | Environment: | |||||
Last Closed: | 2018-03-06 14:53:47 UTC | Type: | Bug | ||||
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: | 1506796, 1509141 | ||||||
Bug Blocks: | 1440573 | ||||||
Attachments: |
|
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/c82a0851b8b356cedd6a06dc1ac31a2a60127da6 commit c82a0851b8b356cedd6a06dc1ac31a2a60127da6 Author: James Wong <jwong> AuthorDate: Thu Apr 6 18:52:33 2017 -0400 Commit: James Wong <jwong> CommitDate: Thu Apr 6 18:52:33 2017 -0400 Fix/improve name for tasks that do CUD Tower project/credential https://bugzilla.redhat.com/show_bug.cgi?id=1439203 .../providers/ansible_tower/shared/automation_manager/tower_api.rb | 6 +++--- .../automation_manager/configuration_script_source.rb | 4 ++-- spec/support/ansible_shared/automation_manager/credential.rb | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) New commit detected on ManageIQ/manageiq-api/master: https://github.com/ManageIQ/manageiq-api/commit/8142a460f6403361b5ca4c8c712b53ca61df52fa commit 8142a460f6403361b5ca4c8c712b53ca61df52fa Author: James Wong <jwong> AuthorDate: Wed Oct 18 17:18:48 2017 -0400 Commit: James Wong <jwong> CommitDate: Wed Oct 18 17:18:57 2017 -0400 symbolize parameters before sending to backend https://bugzilla.redhat.com/show_bug.cgi?id=1439203 app/controllers/api/configuration_script_sources_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The new PR just got merged is fixing the missed project name in the "Task Name" column. This particular issue is only applicable to project (e.g. authentication is not affected). The cause is that the API doesn't send to backend the agreed format of the project name and so backend can't log it properly. Satyajit, Other than the missing Project name in the 'Task Name' column, what else you are looking for improvement? regards, James Verified in 5.9.0.11.20171127204214_e316988. |
Created attachment 1268946 [details] Screenshot showing actual results Description of problem: Adding ansible repository, the task is created but Task Name is not showing properly. See attached screenshot. Version-Release number of selected component (if applicable):5.8.0.9-alpha2.20170404195944_1d7ece4 How reproducible:100% Steps to Reproduce: 1. Navigate to Automation--> Ansible --> Repository 2. Add repository. 3. Navigate to User drop-down--> Configuration --> Tasks Actual results: Task Name is not showing properly Expected results: Task Name should have proper name. Additional info: