Bug 1052224
| Summary: | Scaled Rails quickstart don't uses MySQL cartridge | ||
|---|---|---|---|
| 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:29 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-13 14:06:00 UTC
Problem was that in deploy script was a false statement, that prevent RAILS_DB env variable to be set. Fixed in PR: https://github.com/openshift/rails-example/pull/36 Verified in INT(devenv_4223),could create a scalabe rails application from the quickstart successfully,and check env,it's using mysql db. Result: [railsapp-wsunint.int.rhcloud.com 52d5fb496cec0ec2590001f1]\> env|grep RAILS_DB RAILS_DB=mysql |