Bug 974533

Summary: Should have a line feed between "a template application" and "Embedded app details: " after creating a scaling app
Product: OpenShift Online Reporter: Wei Sun <wsun>
Component: ocAssignee: Jessica Forrester <jforrest>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: jforrest
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-06-24 14:55:54 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 Wei Sun 2013-06-14 11:17:46 UTC
Description of problem:
Create a scaling app,after creating successfully,it shows "The cartridge ruby deployed a template applicationEmbedded app details:"
Should have a line feed between The cartridge ruby deployed a template application" and "Embedded app details:"

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

rhc-1.10.1 build from deven_3358
deven_3360

How reproducible:
Always

Steps to Reproduce:
1.Create a scaling app
2.
3.

Actual results:
[sunwei@dhcp-8-229 ~]$ rhc app create r9 ruby-1.9 -s --no-git -p x
Application Options
-------------------
  Namespace:  wsun33603
  Cartridges: ruby-1.9
  Gear Size:  default
  Scaling:    yes

Creating application 'r9' ... done

Waiting for your DNS name to be available ... done

r9 @ http://r9-wsun33603.dev.rhcloud.com/ (uuid: 608117273807065888849920)
--------------------------------------------------------------------------
  Created: 6:46 PM
  Gears:   1 (defaults to small)
  Git URL: ssh://608117273807065888849920.rhcloud.com/~/git/r9.git/
  SSH:     608117273807065888849920.rhcloud.com

  ruby-1.9 (Ruby 1.9)
  -------------------
    Scaling: x1 (minimum: 1, maximum: available) on small gears

  haproxy-1.4 (OpenShift Web Balancer)
  ------------------------------------
    Gears: Located with ruby-1.9

RESULT:
Application r9 was created.
The cartridge ruby deployed a template applicationEmbedded app details: 
HAProxy instance is started


Expected results:
Should have a line feed between The cartridge ruby deployed a template application" and "Embedded app details:"

Additional info:

Comment 1 Jessica Forrester 2013-06-14 16:46:15 UTC
Fixed in https://github.com/openshift/origin-server/pull/2846

Switched to a format like this:

Application r93 was created.
The cartridge ruby deployed a template application

haproxy-1.4: 
HAProxy instance is started

Comment 2 openshift-github-bot 2013-06-14 18:34:45 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/9a6242795926d6017c521b72afc10d36359aa2f0
Bug 974533 - Separate response messages from secondary carts

Comment 3 Wei Sun 2013-06-17 04:49:32 UTC
Verified on devenv_3368,and rhc is build from devenv_3368

Result:
[sunwei@dhcp-8-229 dev]$ rhc app create r9 ruby-1.9 -s --no-git -p x
Application Options
-------------------
  Namespace:  wsundev3368
  Cartridges: ruby-1.9
  Gear Size:  default
  Scaling:    yes

Creating application 'r9' ... done

  Application r9 was created.
  The cartridge ruby deployed a template application

haproxy-1.4:
  HAProxy instance is started

Waiting for your DNS name to be available ... done

Your application 'r9' is now available.

  URL:        http://r9-wsundev3368.dev.rhcloud.com/
  SSH to:     339199394930193915183104.rhcloud.com
  Git remote: ssh://339199394930193915183104.rhcloud.com/~/git/r9.git/

Run 'rhc show-app r9' for more details about your app.