Hide Forgot
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:
issue with haproxy
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.