Bug 1510407

Summary: Ansible playbook catalog item doesn't have "Cloud Credential" field in the retirement tab
Product: Red Hat CloudForms Management Engine Reporter: Dmitry Misharov <dmisharo>
Component: UI - OPSAssignee: Harpreet Kataria <hkataria>
Status: CLOSED CURRENTRELEASE QA Contact: Dmitry Misharov <dmisharo>
Severity: medium Docs Contact:
Priority: high    
Version: 5.9.0CC: dajohnso, dclarizi, hkataria, jhardy, mpovolny, obarenbo
Target Milestone: GAKeywords: TestOnly
Target Release: 5.10.0   
Hardware: All   
OS: All   
Whiteboard: service:catalog:ansible:ui
Fixed In Version: 5.10.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1515301 (view as bug list) Environment:
Last Closed: 2018-06-21 21:14:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1515301    
Attachments:
Description Flags
Screenshot of the bug none

Description Dmitry Misharov 2017-11-07 10:42:09 UTC
Created attachment 1348900 [details]
Screenshot of the bug

Description of problem:
It's possible to pick cloud type, but unlike provisioning tab "Cloud Credential" field doesn't appear.

Version-Release number of selected component (if applicable):
5.9.0.5.20171102023815_209f732

How reproducible:
Always

Steps to Reproduce:
1. Enable Embedded Ansible Role.
2. Add some ansible playbooks repository.
3. Navigate Services/Catalogs.
4. Expand Catalog Items accordion.
5. Open "Ansible Playbook" catalog item creation dialog.
6. Enable "Retirement" tab.
7. Start to fill the fields, pick something from "Cloud Type" dropdown.

Actual results:
"Cloud Credential" field doesn't appear.

Expected results:
"Cloud Credential" field should appear after picking cloud type.

Comment 3 CFME Bot 2017-11-17 22:38:26 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/2f02964f5b54f8759d3924b41700d1eb8ea0ac98

commit 2f02964f5b54f8759d3924b41700d1eb8ea0ac98
Author:     Harpreet Kataria <hkataria>
AuthorDate: Fri Nov 17 16:01:40 2017 -0500
Commit:     Harpreet Kataria <hkataria>
CommitDate: Fri Nov 17 16:01:40 2017 -0500

    Fix to show "Cloud Credentials" drop down on Retirement tab
    
    Both Provisioning & Retirement tabs have Cloud Type drop downs. Fixed cloudTypeChanged method to use prefix variable that is being passed in to determine which cloud type drop down is being edited in UI
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1510407

 .../javascripts/controllers/playbook-reusable-code-mixin.js    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)