gislab-npo / gislab

GIS.lab - total reduction of deployment and maintenance costs for complete free and open source geospatial infrastructure
http://gislab-npo.github.io/gislab/
GNU General Public License v3.0
40 stars 14 forks source link

Dynamic load balancer configuration on reload #430

Closed imincik closed 9 years ago

imincik commented 9 years ago

Generate dynamically HAProxy configuration on start, restart or reload by loading list of clients from Serf:

gislab-cluster members -tag role=client -status=alive | awk '{print $2}' | awk -F ":" '{print $1}'