Bug 1506153
Summary: | URL should support clusterserviceclass instead of serviceclass for parameter | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | XiaochuanWang <xiaocwan> |
Component: | Management Console | Assignee: | Samuel Padgett <spadgett> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | aos-bugs, davmarti, jokerman, mmccomas, yapei |
Target Milestone: | --- | ||
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-01 11:28:04 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
XiaochuanWang
2017-10-25 09:23:39 UTC
I think we need to be looking for service class external name now. In which case, it could be ?serviceClassExternalName= davmarti -- Would you object to that change? The k8s name is not a UID that is not friendly. At some point we might want to also support namespaced service classes, so I'm not convinced we should prefix it with cluster. This change sounds good to me. No objections Leaning towards ?serviceExternalName= since it's shorter and the OSB API calls them services. Commits pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/8afbccbfd45b45a032e467fae0851e9eb4aa891e Bug 1506153 - Use query param serviceExternalName Change landing page query parameter to `serviceExternalName` and look for the human external name rather than k8s name, which is a UID. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506153 https://github.com/openshift/origin-web-console/commit/b8c0244277d865a54f686149622b3c27da44b666 Merge pull request #2375 from spadgett/service-query-param Automatic merge from submit-queue. Bug 1506153 - Use query param serviceExternalName Change landing page query parameter to `serviceExternalName` and look for the human external name rather than k8s name, which is a UID. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506153 @david-martin /assign @jwforres Please note we went with `serviceExternalName` per the comments above. The value should be the same as `spec.externalName` in the ClusterServiceClass resource. Checked on v3.7.0-0.188.0 Adding ?serviceExternalName=<ClusterServiceClass.spec.externalName> will launch provision panel. Move to VERIFIED |