Bug 1510804
Summary: | [APB]Keep spelling style consistent | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Weihua Meng <wmeng> | ||||||||
Component: | Service Broker | Assignee: | cchase | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Zihan Tang <zitang> | ||||||||
Severity: | low | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 3.7.0 | CC: | aos-bugs, cchase, chezhang, jmatthew | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | 3.9.0 | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: |
Previously, the APBs for MariaDB, PostgreSQL, and MySQL were tagged as "databases" instead of "database". This is corrected with the tag "database" matching other services which is now properly shown in search results.
|
Story Points: | --- | ||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2018-03-28 14:11:22 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: | |||||||||||
Attachments: |
|
Created attachment 1349354 [details]
postgresql
Created attachment 1349355 [details]
apbs
https://github.com/ansibleplaybookbundle/mariadb-apb/pull/17 https://github.com/ansibleplaybookbundle/mysql-apb/pull/17 https://github.com/ansibleplaybookbundle/postgresql-apb/pull/25 Wait for the downstream images ready to verify. verified. image : registry.access.stage.redhat.com/openshift3/postgresql-apb:v3.9.0-0.20.0.0 registry.access.stage.redhat.com/openshift3/mariadb-apb:v3.9.0-0.20.0.0 registry.access.stage.redhat.com/openshift3/mysql-apb:v3.9.0-0.20.0.0 registry.access.stage.redhat.com/openshift3/mariadb-apb:v3.9.0-0.20.0.0 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:0489 |
Created attachment 1349353 [details] mariaDB Description of problem: both styles are used in OCP, we should keep them consistent.database is preferred. DATABASE MARIADB DATABASES MARIADB DATABASE POSTGRESQL DATABASES POSTGRESQL DATABASE MYSQL DATABASES MYSQL Version-Release number of selected component (if applicable): openshift v3.7.0-0.197.0 How reproducible: Always Steps to Reproduce: 1. Login Webconsole 2. search those DB Actual results: both spelling styles show up DATABASE MARIADB DATABASES MARIADB DATABASE POSTGRESQL DATABASES POSTGRESQL DATABASE MYSQL DATABASES MYSQL Expected results: spelling style is consistent. database is preferred. Additional info: screenshots attatched