Re: AWS deployment manifest with HAproxy
Christopher Piraino <cpiraino@...>
Stephen,
toggle quoted message
Show quoted text
The haproxy monit file depends on the consul_agent process if the property "cc.allow_app_ssh_access" is defined.[1] What does your manifest look like for the haproxy job? It should be something to the effect of: ``` - name: ha_proxy_z1 ... templates: - name: haproxy name: consul_agent ``` [1]: https://github.com/cloudfoundry/cf-release/blob/90d730a2d13d9e065a7f348e7fd31a1522074d02/jobs/haproxy/monit#L7 On Tue, Aug 4, 2015 at 2:57 AM, Stephen Knight <sknight(a)pivotal.io> wrote:
Thanks guys! |
|