Bug 1433513
| Summary: | Reconfigure of Service Does Not Work in SSUI | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | myoder |
| Component: | Automate | Assignee: | eclarizi |
| Status: | CLOSED DUPLICATE | QA Contact: | Shveta <sshveta> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.7.0 | CC: | chhale, cpelland, eclarizi, gmccullo, jhardy, mkanoor, myoder, obarenbo, saali, sshveta, tfitzger |
| Target Milestone: | GA | ||
| Target Release: | cfme-future | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | ssui | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-09 20:26:18 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: | |||
|
Description
myoder
2017-03-17 20:37:54 UTC
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 *** |