Fedora Account System
Red Hat Associate
Red Hat Customer
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
Bill - We need to determine if this is a back-end or SUI issue.
Can you provide evm.log?
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.
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.
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.
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.
*** This bug has been marked as a duplicate of bug 1591484 ***