From 69835e85e7129955d45b3642e44661e4b89fbefa Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Fri, 31 May 2019 10:22:15 -0400 Subject: [PATCH] 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) --- vagrant_variables.yml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5