Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Jan 22, 2019
2 parents 057b137 + 10755fb commit 32e5082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -5,8 +5,8 @@ Vagrant.configure("2") do |config|
config.vm.box_check_update = false
config.vm.provider 'virtualbox' do |vb|
vb.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 1000 ]
end
config.vm.synced_folder ".", "/vagrant", type: "nfs"
end
config.vm.synced_folder ".", "/vagrant", type: "nfs", nfs_udp: false
$num_instances = 3
# curl https://discovery.etcd.io/new?size=3
$etcd_cluster = "node1=http://172.17.8.101:2380"
Expand Down

0 comments on commit 32e5082

Please sign in to comment.