cloudfoundry-community / consul-boshrelease

BOSH release for consul
Other
14 stars 20 forks source link

Uses a ruby hash to represent the consul config and always start the nodes in server mode #4

Closed wolfoo2931 closed 9 years ago

wolfoo2931 commented 10 years ago

I think that representing the consul configuration as a Ruby hash makes it easier to add new configurations. Further I added a config option for the domain used by consul. I also changed the config that each node gets started as server no matter if the join_host field is configured.

drnic commented 9 years ago

@wolfoo2931 I'm super sorry that I didn't see this PR! Turns out I'm not watching my own git repo :/ Thanks @longnguyen11288 for spotting it.

I'll try to merge and un-conflict it soon.