From: Alfredo Deza Date: Mon, 14 Nov 2016 19:45:43 +0000 (-0500) Subject: testing: disable vagrant sync folder add on xenial mon osd mds rgw scenario X-Git-Tag: v2.0~1^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9419c4cc973159e7347e049ce23a561524589f4e;p=ceph-ansible.git testing: disable vagrant sync folder add on xenial mon osd mds rgw scenario Signed-off-by: Alfredo Deza --- diff --git a/tests/functional/ubuntu/16.04/mon-osd-mds-rgw/vagrant_variables.yml b/tests/functional/ubuntu/16.04/mon-osd-mds-rgw/vagrant_variables.yml index c68e3a19f..2d6ec1039 100644 --- a/tests/functional/ubuntu/16.04/mon-osd-mds-rgw/vagrant_variables.yml +++ b/tests/functional/ubuntu/16.04/mon-osd-mds-rgw/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.