commit | 43fdf21697c276cdab6160c39b2bb6520a7d9b94 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Wed Dec 13 17:20:02 2017 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Fri Dec 15 18:08:04 2017 +0000 |
tree | 8fe008cadb85d05a6f17228601702044853aee84 | |
parent | 7f751c99006d392a5bc37ec934b4f1f0a9b8be8e [diff] |
CORD-2435: Force NFS mount of CiaB-specific dir on head node Change-Id: Ie9272d04d6a41f32b4653b061cecfe4b34b65c2c
diff --git a/scenarios/cord/Vagrantfile b/scenarios/cord/Vagrantfile index 6dc016b..5af4ba5 100644 --- a/scenarios/cord/Vagrantfile +++ b/scenarios/cord/Vagrantfile
@@ -68,6 +68,7 @@ override.vm.provision :ansible do |ansible| ansible.playbook = $cordpath + "/build/ansible/add-extra-drive.yml" # Needs testing end + override.vm.synced_folder $cordpath, $ciab_dir, type: "nfs" end end