consul-getting-started
consul-getting-started copied to clipboard
This is a sample repo of examples for getting started with Consul. It even includes a multi datacenter example with 14 VMs to allow you to simulate failures in a multi DC environment!
Related to #17
~/Documents/training/consul-course » cat Vagrantfile 1 Vagrant.configure("2") do |config| 2 config.vm.box = "wesmcclure/ubuntu1404-docker" 3 4 config.vm.define "consul-server" do |cs| 5 cs.vm.hostname = "consul-server" 6 cs.vm.network "private_network", ip: "172.20.20.31" 7 end 8...
Error: caskroom/cask was moved. Tap homebrew/cask instead. ➜ ~ brew tap homebrew/cask Old code: `brew tap caskroom/cask` Fixed code: `brew tap homebrew/cask` Error: Error: Cask 'consul' is unavailable: No Cask...
Adjust to windows CygWin syntax. It seems that it was left from os x.
heredoc should be only two
Keep getting following error for `vagrant up` ``` Bringing machine 'consul-server' up with 'virtualbox' provider... ==> consul-server: Box 'wesmcclure/ubuntu1404-docker' could not be found. Attempting to find and install... consul-server: Box...
Added the health checks you talked about in the last module
Unfortunately, default provider in Fedora is not `virtualbox`, so `vagrant up` does not work, `vagrant up --provider=virtualbox` is needed. An explanation in a text balloon would be welcome. :) Thanks...
README details .json files residing in /vagrant directory. These are not there. The files appear to be located under the sub-directories provision/*.d On the assumption that the web.service.json is located...
Hello, I just started the Deploying Consul course, but I cannot see the option to create a new environment. What I can see if what I have attached. Is it...