Bug 889090
| Summary: | Database password not printed out when adding db cartridge to applications | |||
|---|---|---|---|---|
| Product: | OKD | Reporter: | Jianwei Hou <jhou> | |
| Component: | oc | Assignee: | Clayton Coleman <ccoleman> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | |
| Severity: | high | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 2.x | CC: | bleanhar, ccoleman, dmcphers, hasari, xtian | |
| Target Milestone: | --- | Keywords: | Regression | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 889095 (view as bug list) | Environment: | ||
| Last Closed: | 2013-02-13 23:16:28 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 889095 | |||
|
Description
Jianwei Hou
2012-12-20 08:09:17 UTC
Introduced by my changeset. Fixed in https://github.com/openshift/rhc/pull/266 Once this is QA verified we will hotfix this for stage. Commit pushed to master at https://github.com/openshift/rhc https://github.com/openshift/rhc/commit/e2135d129b4fe8c9d3ea284d5d53a7a43a0691c1 Bug 889090 - Password and other cart options should be displayed to the user on cart creation and on cart show. (In reply to comment #2) > Fixed in https://github.com/openshift/rhc/pull/266 > > Once this is QA verified we will hotfix this for stage. Hmm, Guess this will not affect current released version rhc-1.2.7 since this is a regression bug since rhc-1.3.2. It works for rhc-1.2.7. Verified on devenv_2632, rhc-1.3.2, the client is built from devenv_2632
Steps:
1. Create an application and embed mongo/mysql/postgresql cartridge to the app, the username, password and dbname should be displayed when cartridge is added successfully.
Added mongodb-2.2 to application perl1
MongoDB 2.2 database added. Please make note of these credentials:
Root User: admin
Root Password: pCzhZ1S-FFWp
Database Name: perl1
Connection URL: mongodb://$OPENSHIFT_MONGODB_DB_HOST:$OPENSHIFT_MONGODB_DB_PORT/
You can manage your new MongoDB by also embedding rockmongo-1.1
The rockmongo username and password will be the same as the MongoDB credentials above.
Added mysql-5.1 to application perl1
MySQL 5.1 database added. Please make note of these credentials:
Root User: admin
Root Password: X2XcxcX2ZNCx
Database Name: perl1
Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/
You can manage your new MySQL database by also embedding phpmyadmin-3.4.
The phpmyadmin username and password will be the same as the MySQL credentials above.
Added postgresql-8.4 to application perl1
PostgreSQL 8.4 database added. Please make note of these credentials:
Root User: admin
Root Password: TmKFsFVnQuZM
Database Name: perl1
Connection URL: postgresql://$OPENSHIFT_POSTGRESQL_DB_HOST:$OPENSHIFT_POSTGRESQL_DB_PORT/
|