Bug 1049402
| Summary: | Spree quickstart can't connect to mysql and ends with timeout | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Jakub Hadvig <jhadvig> |
| Component: | Templates | Assignee: | Jakub Hadvig <jhadvig> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | wsun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-30 00:55:00 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
Jakub Hadvig
2014-01-07 14:35:38 UTC
Issue fixed by two PR, one at origin-server, one in quickstart repo. OO PR: https://github.com/openshift/origin-server/pull/4439 Quickstart PR: https://github.com/sarupbanskota/OpenShift-Quickstart-for-Spree/pull/3 Verified on devenv_4215.Could create Spree quickstart successfully and could access the app's url. Result: [root@ip-10-91-155-83 ~]# rhc app create a ruby-1.9 mysql-5.1 --from-code https://github.com/sarupbanskota/OpenShift-Quickstart-for-Spree Application Options ------------------- Domain: wsundev4215 Cartridges: ruby-1.9, mysql-5.1 Source Code: https://github.com/sarupbanskota/OpenShift-Quickstart-for-Spree Gear Size: default Scaling: no Creating application 'a' ... done MySQL 5.1 database added. Please make note of these credentials: Root User: adminpSg3b9I Root Password: BzyMg8bCkEzY Database Name: a Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/ You can manage your new MySQL database by also embedding phpmyadmin. The phpmyadmin username and password will be the same as the MySQL credentials above. Waiting for your DNS name to be available ... done Cloning into 'a'... The authenticity of host 'a-wsundev4215.dev.rhcloud.com (10.91.155.83)' can't be established. RSA key fingerprint is d5:78:e9:18:a9:c1:8f:7d:3b:4c:d4:00:ae:da:8e:46. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'a-wsundev4215.dev.rhcloud.com,10.91.155.83' (RSA) to the list of known hosts. Your application 'a' is now available. URL: http://a-wsundev4215.dev.rhcloud.com/ SSH to: 52d3c117d764e12cb4000007.rhcloud.com Git remote: ssh://52d3c117d764e12cb4000007.rhcloud.com/~/git/a.git/ Cloned to: /root/a Run 'rhc show-app a' for more details about your app. |