Bug 803677

Summary: Failed to deploy perl dancer to scalable perl app following instructions of openshift github.
Product: OKD Reporter: jizhao
Component: ContainersAssignee: Mike McGrath <mmcgrath>
Status: CLOSED WORKSFORME QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: dmcphers, ramr, rmillner, szhou
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-14 23:54:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description jizhao 2012-03-15 12:08:20 UTC
Description of problem:
Create a scalable perl dancer app and deploy perl dancer to it. All the gears are down after git push.

Version-Release number of selected component (if applicable):
rhc-cartridge-haproxy-1.4-0.6.7-1.el6_2.noarch
rhc-cartridge-perl-5.10-0.19.3-1.el6_2.noarch

How reproducible:
Always

Steps to Reproduce:
1.Create a scalable perl app using REST API
$ curl -k -H "Accept: application/xml" --user "jizhao+1:pass"  https://ec2-184-73-49-254.compute-1.amazonaws.com/broker/rest/domains/jizhao1/applications -X POST -d name=app2 -d cartridge=perl-5.10 -d scale=true
2.Deploy perl dancer to it. Follow the instructions here:
https://github.com/openshift/dancer-example
3.Check the web page
  
Actual results:
Get haproxy Statistics Report page. The gears are down.

Expected results:
perl dancer should be deployed successfully.

Additional info:

Comment 1 Jhon Honce 2012-03-15 17:09:53 UTC
issue with haproxy

Comment 2 Ram Ranganathan 2012-08-14 23:54:54 UTC
This works for me -- maybe was an issue in March when the scalable app work was originally done. But this works for me now - just created an app using the github dancer-example and it works fine.