Bug 1002367

Summary: Nodes send redundant warning messages when creating zend apps
Product: OpenShift Online Reporter: Zhe Wang <zhewang>
Component: ContainersAssignee: Vojtech Vitek <vvitek>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: hripps, xtian
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:28:08 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 Zhe Wang 2013-08-29 03:26:17 UTC
Description of problem:
The console shows redundant warning messages when creating a zend app. The warning messages seems not to be expected, or we should keep consistent when creating other apps.

Creating application 'zend1' ... 
Starting Zend Server Deployment daemon
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Starting Zend Server Monitor node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Starting Apache
^^^^^^^^^^^^^^^
Starting Zend Server JobQueue daemon
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Starting Zend Server Console
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
done

  Note: You should set password for the Zend Server Console at: https://zend1-dev3722tst.dev.rhcloud.com/ZendServer
Zend Server 5.6 started successfully

When creating a zend app via REST API, the warnings exist:

            "exit_code": 0, 
            "field": null, 
            "severity": "warning", 
            "text": "Starting Zend Server Deployment daemon\nStarting Zend Server Monitor node\nStarting Apache\nStarting Zend Server JobQueue daemon\nStarting Zend Server Console\n"
        }, 


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

How reproducible:
always

Steps to Reproduce:
1. creating a zend app
2. 
3.

Actual results:
The creation succeeded, but the node sent redundant warning messages to CLI:

Creating application 'zend1' ... 
Starting Zend Server Deployment daemon
Starting Zend Server Monitor node
Starting Apache
Starting Zend Server JobQueue daemon
Starting Zend Server Console
done

  Note: You should set password for the Zend Server Console at: https://zend1-dev3722tst.dev.rhcloud.com/ZendServer
Zend Server 5.6 started successfully


Expected results:
The warning messages are not expected, or we should keep consistent when creating other apps.

Additional info:

Comment 1 Vojtech Vitek 2013-09-19 14:50:44 UTC
https://github.com/openshift/li/pull/1911

Comment 2 Zhe Wang 2013-09-22 10:03:46 UTC
Verified in devenv_3810

[zhe@fedora runs]$ rhc app create zendtst zend-5.6
Application Options
-------------------
  Namespace:  test
  Cartridges: zend-5.6
  Gear Size:  default
  Scaling:    no

Creating application 'zendtst' ... done

  Note: You should set password for the Zend Server Console at: https://zendtst-test.dev.rhcloud.com/ZendServer
Zend Server 5.6 started successfully

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