Bug 813660

Summary: Error message is not clear when fail to create jenkins app.
Product: OKD Reporter: Johnny Liu <jialiu>
Component: PodAssignee: Ravi Sankar <rpenta>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: bmeng, rmillner, rpenta
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-07 20:42:55 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:
Bug Depends On: 834663    
Bug Blocks:    

Description Johnny Liu 2012-04-18 07:11:05 UTC
Description of problem:
When user encounter dyn outage, app will fail to be created, but the output does NOT tell use why it failed.

$ rhc-create-app -a jenkins -t jenkins-1.4 -p xx 
Creating application: jenkins in jialiu
Problem reported from server. Response code was 500.
Re-run with -d for more information.

RESULT:

Jenkins created successfully.  Please make note of these credentials:

   User: admin
   Password: r6udV_z1X2dI

Note:  You can change your password at: https://jenkins-jialiu.dev.rhcloud.com/me/configure

Successfully destroyed application: jenkins


Compare with other cartridge type, the error message is more clear.
$ create_perl_app 
Creating application: perltest in jialiu
Problem reported from server. Response code was 500.
Re-run with -d for more information.

RESULT:
Error communicating with DNS system.  If the problem persists please contact Red Hat support.




Version-Release number of selected component (if applicable):
rhc-0.90.6-1.el6_2.noarch
devenv_1725

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Rob Millner 2012-06-19 21:26:56 UTC
*** Bug 833284 has been marked as a duplicate of this bug. ***

Comment 2 Ravi Sankar 2012-07-31 00:08:05 UTC
Fixed in git rev fd6ab373c927eb

Comment 3 Johnny Liu 2012-07-31 06:27:08 UTC
Verified this bug on devenv_1922, and PASS.

$ rhc-create-app -a jenkins -t jenkins-1.4 -p xx
Creating application: jenkins in jialiu
Problem reported from server. Response code was 503.
Re-run with -d for more information.

RESULT:
Error communicating with DNS system.  If the problem persists please contact Red Hat support.