mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
Make example vagrant boxes easier to handle.
By setting the hostname of the testnodes in order to make them distinguishable from each other (currently both nodes have `precise64` as default hostname).
This commit is contained in:
parent
60186fb86d
commit
4540818c10
2
demo/vagrant-cluster/Vagrantfile
vendored
2
demo/vagrant-cluster/Vagrantfile
vendored
@ -25,10 +25,12 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.vm.provision "shell", inline: $script
|
||||
|
||||
config.vm.define "n1" do |n1|
|
||||
n1.vm.hostname = "n1"
|
||||
n1.vm.network "private_network", ip: "172.20.20.10"
|
||||
end
|
||||
|
||||
config.vm.define "n2" do |n2|
|
||||
n2.vm.hostname = "n2"
|
||||
n2.vm.network "private_network", ip: "172.20.20.11"
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user