]> git-server-git.apps.pok.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)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 31 May 2019 17:57:55 +0000 (13:57 -0400)
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 b9d01331c9cbc49d1a79e99aca69e8940355d865..8125a8d317b2a9416dba4333aa22bad7c0375cb5 100644 (file)
@@ -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