commit | 750bc6b32533dfdc04e3143738dc7ed1a28542a5 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Thu Dec 01 06:53:57 2016 -0500 |
committer | Andy Bavier <andy@onlab.us> | Thu Dec 01 06:53:57 2016 -0500 |
tree | 7e0decfa187bb9c0b2d09e45c701344ebddfd131 | |
parent | 2505f59f2d208de0361a83cab2f40a1fb15b2c47 [diff] |
Use NFS for folder sync Change-Id: I8919f7329abe2cd70bf78649ec2e713f8584fca1
diff --git a/Vagrantfile b/Vagrantfile index 691c3a1..a01b8f2 100644 --- a/Vagrantfile +++ b/Vagrantfile
@@ -62,6 +62,7 @@ v.memory = 16384 v.cpus = 8 v.storage :file, :size => '100G', :type => 'qcow2' + override.vm.synced_folder "..", "/cord", type: "nfs" override.vm.provision :shell, inline: "PYTHONUNBUFFERED=1 ansible-playbook /cord/build/ansible/add-extra-drive.yml -c local" end end