mirror of https://github.com/ceph/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 <dsavinea@redhat.com>
(cherry picked from commit 24d0fd7003
)
pull/4043/head
parent
8b8546a46b
commit
69835e85e7
|
@ -47,7 +47,7 @@ disks: [ '/dev/sdb', '/dev/sdc' ]
|
||||||
# For more boxes have a look at:
|
# For more boxes have a look at:
|
||||||
# - https://atlas.hashicorp.com/boxes/search?utf8=✓&sort=&provider=virtualbox&q=
|
# - https://atlas.hashicorp.com/boxes/search?utf8=✓&sort=&provider=virtualbox&q=
|
||||||
# - https://download.gluster.org/pub/gluster/purpleidea/vagrant/
|
# - 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
|
# 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
|
# Set to /home/vagrant/sync for Centos/7, /home/{ user }/vagrant for openstack and defaults to /vagrant
|
||||||
vagrant_sync_dir: /home/vagrant/sync
|
vagrant_sync_dir: /home/vagrant/sync
|
||||||
|
|
Loading…
Reference in New Issue