mirror of https://github.com/ceph/ceph-ansible.git
testing: disable vagrant sync folder add on xenial mon osd mds rgw scenario
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/1092/head
parent
3c990d15c3
commit
9419c4cc97
|
@ -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
|
# 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: /home/vagrant/sync
|
||||||
#vagrant_sync_dir: /
|
#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
|
# VAGRANT URL
|
||||||
# This is a URL to download an image from an alternate location. vagrant_box
|
# This is a URL to download an image from an alternate location. vagrant_box
|
||||||
# above should be set to the filename of the image.
|
# above should be set to the filename of the image.
|
||||||
|
|
Loading…
Reference in New Issue