Bug 1125063

Summary: "rhc create-app jenkins" should be "rhc create-app jenkins jenkins-1" in rhc/lib/rhc/commands/app.rb
Product: OpenShift Online Reporter: Liang Xia <lxia>
Component: ocAssignee: Fabiano Franz <ffranz>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: dmcphers, jokerman, mmccomas
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: 2015-07-07 23:48:57 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 Liang Xia 2014-07-31 02:14:46 UTC
Description of problem:
When creating app with option enable-jenkins, but jenkins server failed to create, will show following prompt:
  Steps to complete your configuration:
    1. Installing jenkins and jenkins-client
      $ rhc create-app jenkins
      $ rhc add-cartridge jenkins-client -a app122298
But "rhc create-app jenkins" should be "rhc create-app jenkins jenkins-1"

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

How reproducible:
always

Steps to Reproduce:
1.Try to create an app with option enable-jenkins, but make jenkins server failed to create.

Actual results:
As in description.

Expected results:
"rhc create-app jenkins" should be "rhc create-app jenkins jenkins-1"

Additional info:

Comment 1 Dan McPherson 2015-06-12 01:46:40 UTC
https://github.com/openshift/rhc/pull/692

Comment 2 Liang Xia 2015-06-12 08:11:39 UTC
Verified on devenv_5546 with rhc 1.36.2, the message has been updated.