Octohost刀独奏裸机? (UserError:未安装Vagrant)

我想要在裸机服务器上部署八主机。 据我了解,目前为止刀独奏是打算使用ssh直接在服务器上进行大厨configuration?

但是,当我按照第二步 ,我得到:

~/octohost-cookbook$ sudo rake knife_solo user=root ip=172.16.90.151 rake aborted! Kitchen::UserError: Vagrant 1.1.0 or higher is not installed. Please download a package from http://downloads.vagrantup.com/. 

是否真的没有办法使用刀独奏在没有能力运行虚拟机的机器上安装八主机?

发生这个错误是因为rake命令使用bundle exec来执行。 捆绑包括testing厨房和厨房vagrant ,需要运行的stream浪汉的存在。

您可以通过运行以下命令禁用它

 bundle install --without integration 

或从您的Gemfile删除它们。