Bug 1012283

Summary: [origin_broker_110] can't add mongodb to an application, got message 'connection failed'
Product: OpenShift Online Reporter: Jianwei Hou <jhou>
Component: PodAssignee: Rajat Chopra <rchopra>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: rchopra
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: 2013-10-17 13:31:32 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:
Attachments:
Description Flags
broker log none

Description Jianwei Hou 2013-09-26 07:58:14 UTC
Created attachment 803263 [details]
broker log

Description of problem:
Unable to mongodb-2.2 to an existing application, rhc client return error message 'connection failed'. 

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

How reproducible:
On devenv_3832

Steps to Reproduce:
1. Create an application
2. Add mongodb-2.2 to it

Actual results:
2. rhc cartridge-add mongodb-2.2 -a p1
Adding mongodb-2.2 to application 'p1' ... exception: connect failed


Expected results:
Should be successful from the 1st time.

Additional info:

Comment 1 Rajat Chopra 2013-09-26 22:25:59 UTC
Works on the latest devenv. 
The reported error looks like a connection issue from rhc anyway. The broker was unreachable it seems.

Comment 2 Jianwei Hou 2013-09-27 02:25:49 UTC
Verified on devenv_3836
This problem still happens to me, but after ssh into the instance and doing the same operation, the problem is not reproduced. Possibly this is caused by my slow network, thanks.