我正在尝试在我的本地计算机上设置云代工厂,当我尝试安装bosh-lite时出现以下错误:
$ git clone https://github.com/cloudfoundry/bosh-lite
$ cd bosh-lite
$ vagrant up --provider=virtualbox
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
vm:
* The following settings shouldn't exist: box_version
* The box 'cloudfoundry/bosh-lite' could not be found.
我试图在Vagrant文件中评论override.vm.box_version
,但只是第一个错误消失,它仍然无法找到'cloudfoundry / bosh-lite'框!
以下是我的机器设置信息:
$ uname -a
Linux ubuntu-server 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
$ vagrant -v
Vagrant 1.4.3
$ VBoxManage -v
4.3.10_Ubuntur93012
答案 0 :(得分:2)
您必须在计算机上升级Vagrant。 box_version feature在1.5中引入。众所周知,波什精简版与Vagrant 1.6.3合作(正如Bosh Lite Readme中所述)。