Bug 1000727

Summary: Node returns "HAProxy instance is started" as CLIENT_MESSAGE during create
Product: OKD Reporter: Clayton Coleman <ccoleman>
Component: ContainersAssignee: Jhon Honce <jhonce>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: yadu
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-08-29 12:46:51 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:

Description Clayton Coleman 2013-08-24 17:46:33 UTC
The node is using a CLIENT_MESSAGE to send "HAProxy instance is started" on creation, but that message is not a real warning or of relevance to users.  The haproxy cart should be using CLIENT_RESULT instead.

Comment 1 openshift-github-bot 2013-08-26 19:02:30 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/8cc18248bbe9ec6acaf5e83de3bfadf485e2f45f
Bug 1000727 - HAProxy using CLIENT_MESSAGE for status messages

Comment 2 Yan Du 2013-08-27 03:30:30 UTC
test on devenv_3711

no CLINET_MESSAGE "HAProxy instance is started" returned when creating app with CLI or restapi.

1) CLI:
[root@Daphne test]# rhc app create phps php-5.3 -s
Application Options
-------------------
  Namespace:  111
  Cartridges: php-5.3
  Gear Size:  default
  Scaling:    yes

Creating application 'phps' ... done
Waiting for your DNS name to be available ... done


2) restapi:
  <messages>
    <message>
      <severity>info</severity>
      <text>Application perlapp was created.</text>
      <exit-code>0</exit-code>
      <field nil="true"></field>
    </message>
  </messages>
  <version>1.6</version>
  <api-version>1.6</api-version>
  <supported-api-versions>

move bug to verified.