HenryGP / om_ansible

Minimalistic, disposable Ops Manager environment with Ansible
19 stars 17 forks source link

No hostname resolution between created containers #3

Closed karl-denby closed 6 years ago

karl-denby commented 6 years ago

When you deploy via docker-compose, the created hosts have no way to talk to each other via hostname, this causes deployment of Replica Sets/Sharded Clusters to fail.

HenryGP commented 6 years ago

I think it was just a silly thing. I was naming the services differently so apparently docker-compose uses the service name for name resolution and this wasn't matching the actual hostname of the container I was creating. Doing some tests in branch name-resolution and will confirm and merge to master once done :)

HenryGP commented 6 years ago

4