Bug 803677 - Failed to deploy perl dancer to scalable perl app following instructions of openshift github.
Summary: Failed to deploy perl dancer to scalable perl app following instructions of o...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Mike McGrath
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-15 12:08 UTC by jizhao
Modified: 2015-05-14 22:52 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-14 23:54:54 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.