]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
vagrant: Default box to centos/7
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 31 May 2019 14:22:15 +0000 (10:22 -0400)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 31 May 2019 15:34:38 +0000 (15:34 +0000)
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 <dsavinea@redhat.com>
(cherry picked from commit 24d0fd70030e3014405bf3bf2d628ede4cee6466)

vagrant_variables.yml.sample

index be6818832947d885a488dcfee65c0b3a78b9b846..ea156a0b7d342b6fec6382d89bd3bf7d1502a28c 100644 (file)
@@ -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