consul-getting-started icon indicating copy to clipboard operation
consul-getting-started copied to clipboard

dc1 Datacenter?

Open cvbarros opened this issue 9 years ago • 1 comments

I've noticed that the upstart.conf has a variable to pass along for the consul process. However, using consul 0.7.0, the process spins up with dc = "consul", which means that no configuration is passing the string "dc1" (I've tried searching the repo, but couldn't find it)

Using Consul 0.7.1 on my "desktop" node, the process starts up as 'dc1'. I assume then that this minor change in behavior could confuse a few people. Wouldn't be better to explicitly set the datacenter 'dc1'?

PS: Great courses, keep up the good work!

cvbarros avatar Nov 29 '16 16:11 cvbarros

I haven't run into this issue with 0.7.0.

Are you saying the hostname of the VM doesn't contain the hostname as set in the Vagrantfile?

g0t4 avatar Mar 04 '17 20:03 g0t4