From: Alfredo Deza Date: Mon, 14 Nov 2016 19:44:49 +0000 (-0500) Subject: testing: disable vagrant sync folder add on centos 7 mon osd scenario X-Git-Tag: v2.0~1^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=193d61f90a034cf7dc73220a3140b8a1a56cc7da;p=ceph-ansible.git testing: disable vagrant sync folder add on centos 7 mon osd scenario Signed-off-by: Alfredo Deza --- diff --git a/tests/functional/centos/7/mon-osd/vagrant_variables.yml b/tests/functional/centos/7/mon-osd/vagrant_variables.yml index 03c410298..37b06c609 100644 --- a/tests/functional/centos/7/mon-osd/vagrant_variables.yml +++ b/tests/functional/centos/7/mon-osd/vagrant_variables.yml @@ -58,6 +58,9 @@ vagrant_box: centos/7 # 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.