Open bellaned opened 6 years ago
@drnic - do you have any suggestions on this matter?
99% sure this is because you have BOSH DNS enabled, it generates that error "timeout starting DNS servers" when you deploy this with bosh dns
This bosh release binds to 0.0.0.0 on port 53, which conflicts with BOSH DNS
https://github.com/cloudfoundry-incubator/ (which cf-deployment uses) binds to the external IP of the node instead of 0.0.0.0 so it is compatible
I had to make the following changes to make this bosh release compatible with BOSH dns https://github.com/cloudfoundry-community/consul-boshrelease/compare/master...scottschulthess:use-dynamic-ip-on-23?expand=1 (caveat this is a fork on release 23 of this release, not the latest as I had some compatibility issues which I didn't fix because we are replacing consul with BOSH dns for the CF infra use case) apologies for the PR being rough but I didn't intend to set it up to be mergeable as we are ditching for BOSH DNS but it should not be very difficult to do so
@scottillogical Thanks for your help on this issue, we are experiencing this problem too. Is there any reason why this PR did not got merge or submitted ? https://github.com/cloudfoundry-community/consul-boshrelease/compare/master...scottillogical:use-dynamic-ip-on-23?expand=1
@bonzofenix we don't use consul anymore, if your interested feel free to base a pr off my branch or the ideas in my branch, I'm not sure if it's ready to merge as-is or it needs further work
Hello,
I've been trying to deploy
consul-boshrelease
in my local BOSH environment. However, when I issue the commandbosh vms
I see the following result:When I log to the failing machine, I see the following repeating entries for the
consul
job:I was not able to figure out what the problem is, so I searched for the error message in the consul project and I found the message here:
https://github.com/hashicorp/consul/blob/e305443db4ba8295510faf2402e584650efeb3f8/agent/agent.go#L478
Unfortunately, I couldn't figure out the root cause of the issue. Could you please guide me and suggest what's the probable root cause? I guess it is a configuration issue or perhaps environmental issue but at this point I don't have enough information to narrow it down. That's why I need your help.
Thank you in advance for your kind cooperation!
Regards, Beloslava