Bug 1190232

Summary: Postgresql 9.3 not in rhc port-forwarding list
Product: OpenShift Online Reporter: JVerstry <jverstry>
Component: ocAssignee: Fabiano Franz <ffranz>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2.xCC: cdaley, jokerman, jverstry, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Windows   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-06 20:38:36 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 JVerstry 2015-02-06 17:55:11 UTC
Description of problem:

I have installed Postgresql 9.3 on OpenShift.com using the cartridge available here: https://github.com/crunchyds/openshift-postgres-cartridge. The database is in started mode.

In order to connect to it from PgAdmin-III, I need to perform: rhc port-forward ligatures. 

Yet, the database does not appear in the list of services for which a local forwarding port has been set. Hence, I can't configure PgAdmin-III to connect to it. 

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

Unknown

How reproducible:

Very.

Steps to Reproduce:
1. Install the cartridge from https://github.com/crunchyds/openshift-postgres-cartridge in an app.
2. Run rhc port-foward <app> from local PC.

Actual results:

Missing forwarding port for the pg database.

Expected results:

A local forwarding port to the remote pg database.

Additional info:

None

Comment 1 JVerstry 2015-02-06 20:22:01 UTC
I have opened a question on StackOverflow too: http://stackoverflow.com/questions/28371374/postgresql-crunchy-not-in-rhc-port-forward-list

Someone mentions a possible issue with manifest.yml file.

Comment 2 Corey Daley 2015-02-06 20:25:10 UTC
This is a third party cartridge (developed by a company other than Red Hat), have you tried opening an issue with them? As they are the ones that can troubleshoot and fix it.

https://github.com/CrunchyData/openshift-postgres-cartridge
https://github.com/CrunchyData/openshift-postgres-cartridge/issues

Comment 3 Fabiano Franz 2015-02-06 20:38:36 UTC
Not a bug in OpenShift, we only support PostgreSQL 9.2 and 8.4 from our own list of cartridges. Third-part cartridges (Community) are not supported by us, you should try opening an issue directly to the cartridge maintainers.