mantl / mesos-consul

Mesos to Consul bridge for service discovery
Apache License 2.0
338 stars 95 forks source link

how to ignore some ip which it shall not in haproxy config #78

Open duffqiu opened 8 years ago

duffqiu commented 8 years ago

I run mesos, marathon and docker solution. But i have two kind of app, one is http/rest, another is our private rpc app. The rpc app's discovery and LB are handled by other gateway. So I want to ignore these rpc app when generate haproxy config file.

Any one can help?

Thanks a lot!