Bug 859904

Summary: [fork] Mysql and postgresql can be embedded to the one app at the same time
Product: OKD Reporter: Jianwei Hou <jhou>
Component: ContainersAssignee: Rob Millner <rmillner>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: mfisher, pmorie
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: 2012-09-24 18:13:35 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 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.