From: Alfredo Deza Date: Mon, 14 Nov 2016 19:45:57 +0000 (-0500) Subject: testing: disable vagrant sync folder add on xenial mon osd scenario X-Git-Tag: v2.0~1^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ecb5d5b35d9e9b13395936bc95db9d8a058c222a;p=ceph-ansible.git testing: disable vagrant sync folder add on xenial mon osd scenario Signed-off-by: Alfredo Deza --- diff --git a/tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml b/tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml index 5bce2e9a4..75870de85 100644 --- a/tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml +++ b/tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml @@ -58,6 +58,9 @@ vagrant_box: ceph/ubuntu-xenial # Set to /home/vagrant/sync for Centos/7, /home/{ user }/vagrant for openstack and defaults to /vagrant #vagrant_sync_dir: /home/vagrant/sync #vagrant_sync_dir: / +# Disables synced folder creation. Not needed for testing, will skip mounting +# the vagrant directory on the remote box regardless of the provider. +vagrant_disable_synced_folder: true # VAGRANT URL # This is a URL to download an image from an alternate location. vagrant_box # above should be set to the filename of the image.