]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
testing: disable vagrant sync folder add on xenial mon osd mds rgw scenario
authorAlfredo Deza <adeza@redhat.com>
Mon, 14 Nov 2016 19:45:43 +0000 (14:45 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 15 Nov 2016 12:53:24 +0000 (07:53 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
tests/functional/ubuntu/16.04/mon-osd-mds-rgw/vagrant_variables.yml

index c68e3a19f6922098587200d64d7abf378394cee7..2d6ec10399aec9c166ecf9591150df59a03875a1 100644 (file)
@@ -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.