From 95bce703f14b026244f40c5fd6f3592b9707fd96 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 8 Nov 2016 15:48:16 -0600 Subject: [PATCH] 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 --- tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml | 2 +- tests/functional/ubuntu/16.04/mon/vagrant_variables.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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