Expose Quorum to host machine for testing

* Use well known IP address
* Enable RPC with all APIs for all nodes
This commit is contained in:
Chetan Sarva
2016-12-05 18:40:51 -05:00
parent 9eed976633
commit 147b861de8
2 changed files with 9 additions and 8 deletions

1
Vagrantfile vendored
View File

@@ -1,6 +1,7 @@
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.provision :shell, path: "vagrant/bootstrap.sh"
config.vm.network :private_network, ip: "192.168.44.9"
config.vm.provider "virtualbox" do |v|
v.memory = 4096
end