From 1f34b248a343c5d8cd1ade96ba74ed8324d44b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 8 Mar 2016 16:06:05 +0100 Subject: [PATCH] vagrant: add other boxes for centos and ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- vagrant_variables.yml.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant_variables.yml.sample b/vagrant_variables.yml.sample index 7a161b89e..a9dd9d181 100644 --- a/vagrant_variables.yml.sample +++ b/vagrant_variables.yml.sample @@ -31,8 +31,8 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]" # VAGRANT BOX # Fedora: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-22-20150521.x86_64.vagrant-virtualbox.box -# Ubuntu: ubuntu/trusty64 -# CentOS: bento/centos-7.1 +# Ubuntu: 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 # Debian: deb/jessie-amd64 - be careful the storage controller is named 'SATA Controller'