]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Upgrade to Trusty box 188/head
authorSébastien Han <sebastien.han@enovance.com>
Mon, 19 Jan 2015 16:41:19 +0000 (17:41 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Mon, 19 Jan 2015 16:41:19 +0000 (17:41 +0100)
Use a Trusty box instead of Precise.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
Vagrantfile

index 7f82debff570fa1f8743a32f526670085ae60735..33089212f7ba825377471043d9fe74621555133f 100644 (file)
@@ -38,7 +38,7 @@ def create_vmdk(name, size)
 end
 
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
-  config.vm.box = 'hashicorp/precise64'
+  config.vm.box = 'ubuntu/trusty64'
   config.ssh.insert_key = false # workaround for https://github.com/mitchellh/vagrant/issues/5048
 
   (0..CLIENTS - 1).each do |i|