Bug 1645676
Summary: | [OCP] Catalog Item Not Saving Provider for OpenShift Providers | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | juwatts |
Component: | Automate | Assignee: | Greg McCullough <gmccullo> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Sudhir Mallamprabhakara <smallamp> |
Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | high | ||
Version: | 5.10.0 | CC: | dmetzger, juwatts, lavenel, mkanoor, obarenbo, simaishi, tfitzger |
Target Milestone: | GA | Keywords: | Regression |
Target Release: | 5.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.10.0.23 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-12 16:51:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Description
juwatts
2018-11-02 19:51:00 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/5a104e05436edaac4fe80c73d4225629985a6e6c commit 5a104e05436edaac4fe80c73d4225629985a6e6c Author: Harpreet Kataria <hkataria> AuthorDate: Mon Nov 5 15:50:10 2018 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Nov 5 15:50:10 2018 -0500 Fixed to show grouping in drop down only for Ansible Tower type item. Trying to use grouped_options_for_select for a drop down that does not have grouping was causing an error in the log and preventing from saving manager_id and template_id fields when adding a Catalog Item type of 'Openshift Template' Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1645676 app/views/catalog/_form_basic_info.html.haml | 14 +- 1 file changed, 10 insertions(+), 4 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/hammer: https://github.com/ManageIQ/manageiq-ui-classic/commit/362db9e96e63f8f79ac19d468383d87831d78ddf commit 362db9e96e63f8f79ac19d468383d87831d78ddf Author: Milan Zázrivec <mzazrivec> AuthorDate: Tue Nov 6 03:31:20 2018 -0500 Commit: Milan Zázrivec <mzazrivec> CommitDate: Tue Nov 6 03:31:20 2018 -0500 Merge pull request #4875 from h-kataria/fixed_container_template_drop_down Fixed to show grouping in drop down only for Ansible Tower type item. (cherry picked from commit 3c47c434d34da5627bc4fa0f5b15e2d14251e403) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1645676 app/views/catalog/_form_basic_info.html.haml | 14 +- 1 file changed, 10 insertions(+), 4 deletions(-) Tested in 5.10.0.23.20181106165157_92dd189 Provider is now saved on the service catalog item. But the following error still appears when you the item is ordered: Generic Service Error: Server [EVM] Service [juwatts-catalog-item] Provision Step [pre4] Status [Error Processing Preprocess] Justin, you will need to provide logs for the issue reported in comment #7. I would recommend that this issue be split into a separate BZ as the issue identified in the title/description was addressed. Greg, I did mention this failure in the addition info section but I will split this off into a different PR that is more specific to the failure I am seeing. I will close this as verified when I get the new bug written and add it as a comment in this bug. This bug has been verified, a new bug has been written for the failure observed when ordering the service: https://bugzilla.redhat.com/show_bug.cgi?id=1647842 |