d2iq-archive / mesos-dns

DNS-based service discovery for Mesos.
https://mesosphere.github.com/mesos-dns
Apache License 2.0
483 stars 137 forks source link

Aurora tasks create odd DNS entries #469

Open as6o opened 8 years ago

as6o commented 8 years ago

An aurora-generated task usually creates a name that looks something like "asiri/prod/service". mesos-dns appears to mash the bits together to create a name that looks like "asiriprodservice.twitterscheduler.mesos". It would be nice if there was a way to only use the "service" part of the aurora task name and generate "service.twitterscheduler.mesos" instead.

sargun commented 8 years ago

Can Aurora set DiscoveryInfo to fix this?