mantl / mesos-consul

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

Configuring Mesos-Consul to Contact Specific Consul Server #106

Closed akamalov closed 5 years ago

akamalov commented 7 years ago

Greetings,

I can't seem to locate (or is there?) a directive where I can pass on a parameter telling mesos-consul to find Consul server on a specific IP address. I can see it scan mesos-slaves, trying to contact them on port 8500, but what if I am running consul cluster behind LB and on mesos-masters. Is there any parameter I can pass to point mesos-consul to right IP address ?

Thanks!!