From ad3452a2a8c6b62ca09c286c3639c425d7a29f14 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 14 Nov 2016 14:43:02 -0500 Subject: [PATCH] testing: use ceph vagrant box on ubuntu xenial mon osd scenario Signed-off-by: Alfredo Deza --- .../ubuntu/16.04/mon-osd/vagrant_variables.yml | 10 ++++++++-- 1 file changed, 8 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 4f1c131af..5bce2e9a4 100644 --- a/tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml +++ b/tests/functional/ubuntu/16.04/mon-osd/vagrant_variables.yml @@ -38,7 +38,13 @@ eth: 'eth1' disks: "[ '/dev/sdb', '/dev/sdc' ]" # VAGRANT BOX -# Ubuntu: bento/ubuntu-16.04 or ubuntu/trusty64 or ubuntu/wily64 +# Ceph boxes are *strongly* suggested. They are under better control and will +# not get updated frequently unless required for build systems. These are (for +# now): +# +# * ceph/ubuntu-xenial +# +# Ubuntu: ceph/ubuntu-xenial bento/ubuntu-16.04 or ubuntu/trusty64 or ubuntu/wily64 # CentOS: bento/centos-7.1 or puppetlabs/centos-7.0-64-puppet # libvirt CentOS: centos/7 # parallels Ubuntu: parallels/ubuntu-14.04 @@ -46,7 +52,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: yk0/ubuntu-xenial +vagrant_box: ceph/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