Description of problem: Currently if you want to modify the HAProxy configuration you need to SSH to the HAproxy gear and modify the configuration file. This should be git backed so that changes to the configuration can be tracked.
https://github.com/openshift/origin-server/pull/5804 looks like one possible solution to this with out needing to put the configuration file in git.
Will investigate.
Since the known use cases are all about handling the health check URL and response, would it serve to mark this as a duplicate of bug 1146112 which seeks to solve that problem specifically? May be accomplished with just env vars, not a full template replacement.
(In reply to Luke Meyer from comment #4) > Since the known use cases are all about handling the health check URL and > response, would it serve to mark this as a duplicate of bug 1146112 which > seeks to solve that problem specifically? May be accomplished with just env > vars, not a full template replacement. The bug's are not 100% duplicates however this bug would solve bug 1146112 by allowing you to change the URL. bug 1146112's primary focus was to be a header for 1127494 and https://issues.jboss.org/browse/PRODMGT-948 (however that does not seem to be clear) as links were never finished or made.