Bug 928029
| Summary: | Embedding mysql cartridge misinforms user that phpmyadmin-3.4 is available | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Luke Meyer <lmeyer> | |
| Component: | Containers | Assignee: | Jason DeTiberus <jdetiber> | |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> | |
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 1.0.0 | CC: | bleanhar, gpei, jdetiber, libra-onpremise-devel, mmasters, pruan | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Cause:
Hardcoded response text in MySQL cartridge informs the user that they can use a phpmyadmin cartridge. This cartridge isn't available in OSE.
Consequence:
Under OSE, MySQL cartridge users are informed about a cartridge that they can't actually use.
Fix:
The text was removed from OSE.
Result:
Users are no longer informed about phpmysqladmin.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 979408 (view as bug list) | Environment: | ||
| Last Closed: | 2013-07-09 18:59:17 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
Luke Meyer
2013-03-26 17:59:01 UTC
For now we're just going to patch this in the OSE codebase. Longer term it would be best to break out all the txt from the applications to allow the differences between OpenShift versions to be managed cleanly. Verify this bug on puddle: http://buildvm-devops.usersys.redhat.com/puddle/build/OpenShiftEnterprise/1.2/2013-05-17.2 [root@dhcp-8-133 workspace]# rhc cartridge add mysql -a app7 Using mysql-5.1 (MySQL Database 5.1) for 'mysql' Adding mysql-5.1 to application 'app7' ... Success mysql-5.1 (MySQL Database 5.1) ------------------------------ Gears: 1 medium Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/ Database Name: app7 Password: gqpS4Zi-_wPH Username: adminPXEHzjj RESULT: Added mysql-5.1 to application app7 MySQL 5.1 database added. Please make note of these credentials: Root User: adminPXEHzjj Root Password: gqpS4Zi-_wPH Database Name: app7 Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/ [root@dhcp-8-133 workspace]# 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. http://rhn.redhat.com/errata/RHEA-2013-1032.html |