chef-openstack icon indicating copy to clipboard operation
chef-openstack copied to clipboard

Vagrantfile doesn't work with Vagrant 1.5.4

Open MayamaTakeshi opened this issue 11 years ago • 0 comments

I am getting these errors:

softlayer$ vagrant up There were warnings and/or errors while loading your Vagrantfile for the machine 'openstack'.

Your Vagrantfile was written for an earlier version of Vagrant, and while Vagrant does the best it can to remain backwards compatible, there are some cases where things have changed significantly enough to warrant a message. These messages are shown below.

Warnings:

  • config.vm.customize calls are VirtualBox-specific. If you're using any other provider, you'll have to use config.vm.provider in a v2 configuration block.

There were warnings and/or errors while loading your Vagrantfile for the machine 'chef-server'.

Your Vagrantfile was written for an earlier version of Vagrant, and while Vagrant does the best it can to remain backwards compatible, there are some cases where things have changed significantly enough to warrant a message. These messages are shown below.

Warnings:

  • config.vm.customize calls are VirtualBox-specific. If you're using any other provider, you'll have to use config.vm.provider in a v2 configuration block.

Bringing machine 'openstack' up with 'virtualbox' provider... Bringing machine 'chef-server' up with 'virtualbox' provider... ==> openstack: Importing base box 'vagrant_ubuntu_12.04.3_amd64_virtualbox.box'... There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["import", "/home/takeshi/.vagrant.d/boxes/vagrant_ubuntu_12.04.3_amd64_virtualbox.box/0/virtualbox/box.ovf"]

Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% Interpreting /home/takeshi/.vagrant.d/boxes/vagrant_ubuntu_12.04.3_amd64_virtualbox.box/0/virtualbox/box.ovf... OK. 0%... Progress state: VBOX_E_IPRT_ERROR VBoxManage: error: Could not create the directory '/backup/VMs/packer-virtualbox' (VERR_ACCESS_DENIED) VBoxManage: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component Appliance, interface IAppliance, callee Context: "ImportAppliance" at line 793 of file VBoxManageAppliance.cpp

Could someone update this to latest Vagrant version? Or at least indicate the Vagrant version that worked with it?

MayamaTakeshi avatar May 23 '14 06:05 MayamaTakeshi