Skip to content

Commit

Permalink
FAB-16530 configure agent forwarding in vagrant
Browse files Browse the repository at this point in the history
This makes it easier to interact with gerrit and github from within the
virtual machine.

Change-Id: I8d1cf197aeee1bedcd91bf4c1ea5525cc44087c1
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm committed Sep 6, 2019
1 parent 4e5c20f commit c7ea7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Vagrant.require_version ">= 1.7.4"
Vagrant.configure('2') do |config|
config.vm.box = "bento/ubuntu-16.04"
config.vm.synced_folder "..", "/home/vagrant/go/src/github.com/hyperledger/fabric"
config.ssh.forward_agent = true

config.vm.provider :virtualbox do |vb|
vb.name = "hyperledger"
Expand Down

0 comments on commit c7ea7ba

Please sign in to comment.