Bug 1532182
Summary: | Create serviceinstance via YAML will make overview page go wrong | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | shahan <hasha> |
Component: | Management Console | Assignee: | Samuel Padgett <spadgett> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3.9.0 | CC: | aos-bugs, hasha, jforrest, jokerman, mmccomas, spadgett |
Target Milestone: | --- | ||
Target Release: | 3.7.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Previously, provisioned services that reference service classes or service plans that do not exist would not display correctly in the web console overview. This problem has been fixed. The web console now shows provisioned services even when its referenced service class doesn't exist.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-04-05 09:34:33 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
shahan
2018-01-08 10:04:56 UTC
I've fixed one problem in this PR: https://github.com/openshift/origin-web-console/pull/2635 The instances were not showing up correctly when the corresponding service class did not exist. But the symptoms I saw were a little different: I didn't get the filter hiding everything message, but the normal empty state message. In your environment, do you have the ansible service broker installed with this service class and service plan? Commits pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/f913823d4668ef3fc9e82f8c17ca5f7701c31777 Bug 1532182 - Handle missing service class for instance Avoid display problems on the overview when a service instance references a non-existent service class or service plan. https://github.com/openshift/origin-web-console/commit/733c230fde5b23e43e9235b579385e5157799cd2 Merge pull request #2635 from spadgett/missing-service-class Automatic merge from submit-queue. Bug 1532182 - Handle missing service class for instance Avoid display problems on the overview when a service instance references a non-existent service class or service plan. /kind bug /assign @jwforres 3.7 fix for missing service class reference: https://github.com/openshift/origin-web-console/pull/2636 Adding need info flag for this question: In your environment, do you have the ansible service broker installed with this service class and service plan? Just a standalone serviceinstance created by that mentioned yaml file, non-existent service class or service plan for it. Checked this issue in OCP v3.9.0-0.24.0, could create via YAML file successfully. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0636 |