From b5fdf5fdcbe7ffbd8624972a50bc7ee13f1a6ca4 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 b9d01331c..8125a8d31 100644 --- a/vagrant_variables.yml.sample +++ b/vagrant_variables.yml.sample @@ -50,7 +50,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.47.3