Bug 838837 - Description in Meta data for postgresql is referring to mysql
Summary: Description in Meta data for postgresql is referring to mysql
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 1.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Rob Millner
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-10 09:42 UTC by Xiaoli Tian
Modified: 2013-11-18 00:41 UTC (History)
1 user (show)

Fixed In Version: cartridge-postgresql-8.4-0.11.2+
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-13 23:43:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Xiaoli Tian 2012-07-10 09:42:00 UTC
Description of problem:
Check cartridges/embedded/postgresql-8.4/info/manifest.yml, it's referring to mysql:

Name: postgresql-8.4
Version: 8.4
Architecture: noarch
Display-Name: postgres v8.4
Description: Postgres DB Server
Vendor:
Categories:
  - cartridge
  - database
License: ASL 2.0
Website: http://www.postgresql.org
Help-Topics:
  - "Building with PostGreSQL" : http://docs.redhat.com/docs/en-US/OpenShift/2.0/html/User_Guide/sect-User_Guide-Working_With_Database_Cartridges.html
Cart-Data:
  - Key: "username"
    Type: cart_data
    Description: "Root user on mysql database"
  - Key: "password"
    Type: cart_data
    Description: "Password for root user on mysql database"
  - Key: database_name
    Type: cart_data
    Description: "MySQL DB name"
  - Key: connection_url
    Type: cart_data
    Description: "MySQL DB connection URL"
Provides: rhc-cartridge-postgresql

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

How reproducible:
Always

Steps to Reproduce:
1.check cartridges/embedded/postgresql-8.4/info/manifest.yml,

  
Actual results:
It's referring to mysql

Expected results:

It should be referring to postgresql

Additional info:

Comment 1 Rob Millner 2012-07-10 22:47:32 UTC
Crankcase pull request #218.

Comment 2 Rob Millner 2012-07-11 01:14:51 UTC
Pull request accepted.

Comment 3 Xiaoli Tian 2012-07-11 03:09:15 UTC
The change is not pulled in current latest devenv (devenv_1884), will test it on next build.

Thanks

Comment 4 Xiaoli Tian 2012-07-12 07:32:33 UTC
Verified it on devenv-stage_223, it's fixed:

Cart-Data:
  - Key: "username"
    Type: cart_data
    Description: "Root user on PostgreSQL database"
  - Key: "password"
    Type: cart_data
    Description: "Password for root user on PostgreSQL database"
  - Key: database_name
    Type: cart_data
    Description: "PostgreSQL DB name"
  - Key: connection_url
    Type: cart_data
    Description: "PostgreSQL DB connection URL"
Provides: rhc-cartridge-postgresql


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