mirror of https://github.com/ceph/ceph-ansible.git
tests: change the xenial box to yk0/ubuntu-xenial
This box supports both virtualbox and libvirt. Eventually we want to be building our own vagrant boxes, but this might work for now. Signed-off-by: Andrew Schoen <aschoen@redhat.com> Resolves: vagrant#boxespull/1087/head
parent
da7dd92e95
commit
95bce703f1
|
@ -46,7 +46,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: geerlingguy/ubuntu1604
|
vagrant_box: yk0/ubuntu-xenial
|
||||||
#ssh_private_key_path: "~/.ssh/id_rsa"
|
#ssh_private_key_path: "~/.ssh/id_rsa"
|
||||||
# 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
|
||||||
|
|
|
@ -46,7 +46,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: geerlingguy/ubuntu1604
|
vagrant_box: yk0/ubuntu-xenial
|
||||||
#ssh_private_key_path: "~/.ssh/id_rsa"
|
#ssh_private_key_path: "~/.ssh/id_rsa"
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue