]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: disable shared folder
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 4 Oct 2017 12:32:34 +0000 (14:32 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 5 Oct 2017 13:07:38 +0000 (15:07 +0200)
Shared folder is not required for tests.
We should avoid hitting the error :
```
uninitialized constant VagrantPlugins::ProviderLibvirt::Action::ShareFolders
```
Also, disabling it might reduce the needed time in certains cases for the VMs
to be started.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
17 files changed:
tests/functional/centos/7/bluestore/vagrant_variables.yml
tests/functional/centos/7/bs-crypt-ded-jrn/vagrant_variables.yml
tests/functional/centos/7/bs-crypt-jrn-col/vagrant_variables.yml
tests/functional/centos/7/bs-dock-crypt-jrn-col/vagrant_variables.yml
tests/functional/centos/7/bs-dock-ded-jrn/vagrant_variables.yml
tests/functional/centos/7/bs-jrn-col/vagrant_variables.yml
tests/functional/centos/7/cluster/vagrant_variables.yml
tests/functional/centos/7/crypt-ded-jrn/vagrant_variables.yml
tests/functional/centos/7/crypt-jrn-col/vagrant_variables.yml
tests/functional/centos/7/docker-crypt-jrn-col/vagrant_variables.yml
tests/functional/centos/7/docker-ded-jrn/vagrant_variables.yml
tests/functional/centos/7/docker/vagrant_variables.yml
tests/functional/centos/7/jrn-col-auto-dm/vagrant_variables.yml
tests/functional/centos/7/jrn-col-auto/vagrant_variables.yml
tests/functional/centos/7/jrn-col/vagrant_variables.yml
tests/functional/centos/7/lvm-osds/vagrant_variables.yml
tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml

index d8a8e5655727534c4b8d83e4f1a8384c4c46235f..dc2eadd17de0c8b9520f894e56f670de0a227e69 100644 (file)
@@ -58,7 +58,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 8a8fb891d5bb44d7d3ad9a0e08e72eb40393f8f8..92033704d466b8e344aad1fe3a26a881cb94f0a3 100644 (file)
@@ -58,7 +58,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 33ff53f7a677af225645cb6690c7155b23f5b05a..15d86d438e2ae9adbec6aae2b7d6ae9f2e150af9 100644 (file)
@@ -58,7 +58,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 6e03fab97ba527e482c223646fa740f6464ff3a4..9ab8fb5fc596a50657d1d74485b43780dcb52398 100644 (file)
@@ -58,7 +58,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index aa03b197cad40677c6bdd4d5c27d2cb3299e3f73..729ab7986eb6d8ed006914bdd353e05934c87ab0 100644 (file)
@@ -46,7 +46,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 625cbe8caeacc49ef187047ae2e01721115b6cde..2b0132eed2d2df45a520387dbd6b690c86ea981b 100644 (file)
@@ -61,7 +61,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 9462f75ae0eeaea5ec51704e63c657deb3f03d95..4a73aec712b211cfd1669ddbd18da5168e68c791 100644 (file)
@@ -58,7 +58,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 554de97f1aa29b73ef284253e318d07def1179b1..a443987657b19e23fc1666dda0688aa23f8b9696 100644 (file)
@@ -58,7 +58,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 7ed20ed22e6da0d5b4b5dad607538b994ef05be8..422f4c2a4c6d801acb64b49dd602bee5c4ecb458 100644 (file)
@@ -58,7 +58,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index cb84f4552573c6da48450010ad123e7e94177973..461ff3e263b2fbe8b6328c5bc259b7344b5103fe 100644 (file)
@@ -46,7 +46,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 4d66c187306da0435af8966ff5955b3d371f0f7e..bd952de8bbe8a057aaf7a32c37dcf15ec09b9f9e 100644 (file)
@@ -46,7 +46,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 34b4d8311714c98cd88b69243e62855f4669fa97..b7ae798c251f3e52c76e6b7838c8641fe5119a91 100644 (file)
@@ -51,7 +51,7 @@ client_vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 44ab483974773d8e46999cbb000b297348a0e04a..9256414666d2b6cdf814106e5389a52c03bbccc8 100644 (file)
@@ -53,7 +53,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 4b2f98358fdc30117453840b3c10caaf1f289ec5..050c44f254cceb0d9bc4fa16e6ea2da8139ea956 100644 (file)
@@ -53,7 +53,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 09ee1fc34c2bb86fdd33bca622d618207dd5aaac..60881d380efe66ca510e917a3f245224917d248e 100644 (file)
@@ -58,7 +58,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index 7ed9176e47ed81dfe1616a80c7ad244ac92fe18b..a23491cbb9e0b34aaca0f8b6139196666591d5bd 100644 (file)
@@ -58,7 +58,7 @@ vagrant_box: centos/7
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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
index ff51b872d58ef18e5aa0d0b491890dcb0b1402a8..3a5f401b0a986666dcf51640388952cc7f51447b 100644 (file)
@@ -58,7 +58,7 @@ vagrant_box: ceph/ubuntu-xenial
 # The sync directory changes based on vagrant box
 # 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: /
+vagrant_sync_dir: /vagrant
 # 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