Bug 1433513 - Reconfigure of Service Does Not Work in SSUI
Summary: Reconfigure of Service Does Not Work in SSUI
Keywords:
Status: CLOSED DUPLICATE of bug 1591484
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Automate
Version: 5.7.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: GA
: cfme-future
Assignee: eclarizi
QA Contact: Shveta
URL:
Whiteboard: ssui
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-03-17 20:37 UTC by myoder
Modified: 2021-09-09 12:11 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-07-09 20:26:18 UTC
Category: Bug
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description myoder 2017-03-17 20:37:54 UTC
Description of problem:

The Self-Service reconfigure for cloud orchestration is not working.  Service reconfigure works in the classic admin UI.


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

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Will attach dialogs and screenshots

Comment 7 Greg McCullough 2017-03-17 21:01:55 UTC
Bill - We need to determine if this is a back-end or SUI issue.

Comment 8 Bill Wei 2017-03-20 16:11:12 UTC
Can you provide evm.log?

Comment 10 Bill Wei 2017-05-08 20:10:42 UTC
Erik,

My understanding is the service dialog does not show correctly in reconfiguration mode for SUI. Can you confirm? 

For the given service dialog as shown in OPS UI the Options fields are read only, and Parameters fields are reconfigurable. All need to show existing values.

Comment 13 Chris Hale 2017-11-14 18:15:08 UTC
What is a reconfigure dialog?  The page that was shown is one we wrote that pulls in the answers for a service and all the dialog info and displays it to make it editable.

Comment 14 eclarizi 2017-11-14 19:40:00 UTC
A reconfigure dialog is a dialog specific to the "Reconfigure" resource action of a service template. The classic UI code handling it is found here: https://github.com/ManageIQ/manageiq-ui-classic/blob/master/app/controllers/service_controller.rb#L137

As you can see, it's using the resource action with a the action of "Reconfigure" and then pulling the dialog from that, which is likely not the same dialog_id that is attached to the service template.

Comment 15 Greg McCullough 2018-02-08 20:53:04 UTC
Erik - For service reconfigure, while the dialog is stored in a separate resource_action from provisioning it is configured to use the same dialog as provisioning.

You can assume that the dialog used for provisioning and reconfigure are the same so the selected options from provisioning can be re-populated in the dialog during a reconfigure run.

Also note, in the Service Dialog there is an advanced option to say if a field can be changed when used during a reconfigure action.

Comment 16 Tina Fitzgerald 2018-07-09 20:26:18 UTC

*** This bug has been marked as a duplicate of bug 1591484 ***


Note You need to log in before you can comment on or make changes to this bug.