mantl / mesos-consul

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

Enable tag override in the created consul services #62

Open mvanderlee opened 8 years ago

mvanderlee commented 8 years ago

My usecase requires me to update tags of marathon task instances at runtime. The enableTagOverride option allows this, but is currently not set by mesos-consul.

It's also not in the Consul GO API atm. But an issue has been raised on that as well: https://github.com/hashicorp/consul/issues/1709

mvanderlee commented 8 years ago

This has now been added to the Consul GO API master branch: https://github.com/hashicorp/consul/pull/1726