Bug 859904 - [fork] Mysql and postgresql can be embedded to the one app at the same time
Summary: [fork] Mysql and postgresql can be embedded to the one app at the same time
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Rob Millner
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-24 11:36 UTC by Jianwei Hou
Modified: 2015-05-14 22:59 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-24 18:13:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jianwei Hou 2012-09-24 11:36:30 UTC
Description of problem:
Mysql and postgresql cartridge can be embedded to a same app at the same time

Version-Release number of selected component (if applicable):
On fork_ami_US2105_133

How reproducible:
Always

Steps to Reproduce:
1. Create an application
2. embed mysql to app, and then embed postgresql to app

  
Actual results:
Mysql and postgresql are added to the same app.
Application Info
================
phpapp
    Framework: php-5.3
     Creation: 2012-09-24T07:18:22-04:00
         UUID: 5c215e0ff1364949b2a6886833013710
      Git URL: ssh://5c215e0ff1364949b2a6886833013710.rhcloud.com/~/git/phpapp.git/
   Public URL: http://phpapp-fk2105t1.dev.rhcloud.com/

 Embedded: 
      postgresql-8.4 - Connection URL: postgresql://127.0.255.129:5432/
      mysql-5.1 - Connection URL: mysql://127.0.255.129:3306/


Expected results:
Should allow only one database embedded.

Additional info:
Our devenv now allow only one database, mysql and postgresql can't be embedded at the same time to one app.

Comment 1 Paul Morie 2012-09-24 18:13:35 UTC
This is a new feature which is the byproduct of the typeless gears work that this AMI is for.  Users will be able to embed mysql and postgres in the same application.


Note You need to log in before you can comment on or make changes to this bug.