From: Andrew Schoen Date: Tue, 8 Nov 2016 21:48:16 +0000 (-0600) Subject: tests: change the xenial box to yk0/ubuntu-xenial X-Git-Tag: v2.0~8^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=95bce703f14b026244f40c5fd6f3592b9707fd96;p=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 Resolves: vagrant#boxes --- diff --git a/tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml b/tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml index 9619a7c76..4f1c131af 100644 --- a/tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml +++ b/tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml @@ -46,7 +46,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: geerlingguy/ubuntu1604 +vagrant_box: yk0/ubuntu-xenial #ssh_private_key_path: "~/.ssh/id_rsa" # 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 diff --git a/tests/functional/ubuntu/16.04/mon/vagrant_variables.yml b/tests/functional/ubuntu/16.04/mon/vagrant_variables.yml index 7c2e248f4..e8d025c39 100644 --- a/tests/functional/ubuntu/16.04/mon/vagrant_variables.yml +++ b/tests/functional/ubuntu/16.04/mon/vagrant_variables.yml @@ -46,7 +46,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: geerlingguy/ubuntu1604 +vagrant_box: yk0/ubuntu-xenial #ssh_private_key_path: "~/.ssh/id_rsa" # 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