auser / poolparty

Run a self-healing, auto-scaled and monitored cloud simply, in the clouds, on nearly any hardware, such as EC2, eucalyptus and vmware
http://www.poolpartyrb.com
MIT License
371 stars 54 forks source link

Haproxy can't forward to the IP addresses given in the config file #8

Closed contentfree closed 15 years ago

contentfree commented 15 years ago

/usr/bin/server-list-active reports the external IP addresses, not the internal IP addresses. Once you get the other issues corrected (see the other tickets), haproxy still doesn't work because it can't forward to the given IPs.

Setting them to 127.0.0.1 - or presumably the internal IP addresses reported via ifconfig - corrects the problem.

contentfree commented 15 years ago

This should be fixed in my commit 8392fce91da8d759097377a120a3ddf0f78775f6 to contentfree/vmrun

auser commented 15 years ago

Merged branch and should be fixed on master