From: Dimitri Savineau Date: Fri, 31 May 2019 14:22:15 +0000 (-0400) Subject: vagrant: Default box to centos/7 X-Git-Tag: v4.0.0rc9~24 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=69835e85e7129955d45b3642e44661e4b89fbefa;p=ceph-ansible.git vagrant: Default box to centos/7 We don't use ceph/ubuntu-xenial anymore but only centos/7 and centos/atomic-host. Changing the default to centos/7. Resolves: #4036 Signed-off-by: Dimitri Savineau (cherry picked from commit 24d0fd70030e3014405bf3bf2d628ede4cee6466) --- diff --git a/vagrant_variables.yml.sample b/vagrant_variables.yml.sample index be6818832..ea156a0b7 100644 --- a/vagrant_variables.yml.sample +++ b/vagrant_variables.yml.sample @@ -47,7 +47,7 @@ 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: ceph/ubuntu-xenial +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