You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a node is defined in a Chef server but not yet provisioned, ip address is not set.
The HAProxy configuration is wrong and prevents the service to start.
As you can see, there are no ip in this case:
backend servers-http
server :8080 weight 1 maxconn 100 check
Seems like a bug to me. We are working on some improvements to the lb resource along with how the log file is generated, and node discovery. I will use this as a validation check.
Hi,
When a node is defined in a Chef server but not yet provisioned, ip address is not set.
The HAProxy configuration is wrong and prevents the service to start.
As you can see, there are no ip in this case:
So at lthis line https://github.com/hw-cookbooks/haproxy/blob/master/recipes/app_lb.rb#L28, pool_members without ipaddress should be excluded.
Thoughts ?
Olivier.
The text was updated successfully, but these errors were encountered: