Bug 1640304
| Summary: | [OCP] Cannot Validate Metrics Endpoint for OCP Provider | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | juwatts |
| Component: | UI - OPS | Assignee: | Aparna Karve <akarve> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | juwatts |
| Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | high | ||
| Version: | 5.10.0 | CC: | agrare, akarve, dmetzger, gblomqui, hkataria, jfrey, jhardy, jprause, juwatts, lavenel, mpovolny, obarenbo, simaishi |
| Target Milestone: | GA | Keywords: | Regression |
| Target Release: | 5.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.10.0.22 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-02-12 16:51:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | Container Management | Target Upstream Version: | |
| Embargoed: | |||
|
Description
juwatts
2018-10-17 20:03:19 UTC
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low. Dan it looks like the credential validation is successful and it tries to render a flash message but it doesn't show up on the UI and still says that validation is required:
103: def render_validation_result(result, details)
104: if result
=> 105: msg = _("Credential validation was successful")
(byebug) n
=> 111: render_flash_json(msg, level, :long_alert => true)
*** Bug 1643401 has been marked as a duplicate of this bug. *** New commit detected on ManageIQ/manageiq-ui-classic/hammer: https://github.com/ManageIQ/manageiq-ui-classic/commit/e931e5c6d1926ccdc2330383121fd173b7fdbaa6 commit e931e5c6d1926ccdc2330383121fd173b7fdbaa6 Author: Harpreet Kataria <hkataria> AuthorDate: Fri Oct 26 10:04:28 2018 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Fri Oct 26 10:04:28 2018 -0400 Merge pull request #4836 from AparnaKarve/rename_tab_to_match_current_tab Rename tabs in the haml to match current tab in the controller scope (cherry picked from commit 020f33c9fc202507c7f66d20bff80714f40e913a) https://bugzilla.redhat.com/show_bug.cgi?id=1609735 https://bugzilla.redhat.com/show_bug.cgi?id=1640304 app/assets/javascripts/controllers/ems_common/ems_common_form_controller.js | 10 +- app/controllers/mixins/ems_common_angular.rb | 1 + app/views/layouts/angular/_multi_auth_credentials.html.haml | 12 +- spec/javascripts/controllers/ems_common/ems_common_form_controller_spec.js | 45 + 4 files changed, 58 insertions(+), 10 deletions(-) Verified in: 5.10.0.22.20181030184024_26956a0 Successfully added an Openshift container provider with hawkluar metrics to cloudforms/ |