]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: disable sync folder when testing
authorAlfredo Deza <adeza@redhat.com>
Mon, 14 Nov 2016 18:24:25 +0000 (13:24 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 15 Nov 2016 12:53:02 +0000 (07:53 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
tests/functional/ubuntu/16.04/mon/vagrant_variables.yml

index e8d025c3933bc0cd96904271d67370bab7d875be..8d3fb6e7d595ddf7d388f6ffd8bc96dfa6535f30 100644 (file)
@@ -38,7 +38,13 @@ eth: 'eth1'
 disks: "[ '/dev/sdb', '/dev/sdc' ]"
 
 # VAGRANT BOX
-# Ubuntu: bento/ubuntu-16.04 or ubuntu/trusty64 or ubuntu/wily64
+# Ceph boxes are *strongly* suggested. They are under better control and will
+# not get updated frequently unless required for build systems. These are (for
+# now):
+#
+# * ceph/ubuntu-xenial
+#
+# Ubuntu: ceph/ubuntu-xenial bento/ubuntu-16.04 or ubuntu/trusty64 or ubuntu/wily64
 # CentOS: bento/centos-7.1 or puppetlabs/centos-7.0-64-puppet
 # libvirt CentOS: centos/7
 # parallels Ubuntu: parallels/ubuntu-14.04
@@ -46,12 +52,15 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # For more boxes have a look at:
 #   - https://atlas.hashicorp.com/boxes/search?utf8=✓&sort=&provider=virtualbox&q=
 #   - https://download.gluster.org/pub/gluster/purpleidea/vagrant/
-vagrant_box: yk0/ubuntu-xenial
+vagrant_box: ceph/ubuntu-xenial
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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: /
+# 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.