-
Notifications
You must be signed in to change notification settings - Fork 46
bosh-bootstrap fails on kernal_require.rb #321
Comments
Sorry, try "gem install bundler" first On Fri, Nov 20, 2015 at 3:44 PM, HifzaK [email protected] wrote:
|
Thanks, it worked. |
Is there a way to resolve the following issue without running stack.sh again
Neither changing the openstack password helps nor editing the api_key in micro_bosh.yml. |
Perhaps can you create a new issue for this so it doesn't get lost? On Fri, Nov 20, 2015 at 7:58 PM, HifzaK [email protected] wrote:
|
Sure. |
Hi,
I am trying to deploy cloud foundry on openstack using travelling bosh. When I enter the command "bosh-bootstrap deploy", it fails at
'/home/..../.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require': cannot load such file -- bundler (LoadError)from /home/.../.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require' from /home/..../.rvm/gems/ruby-2.2.1/gems/bosh-bootstrap-0.16.2/lib/bosh-bootstrap/cli/helpers/bundle.rb:5:in
<top (required)>'from /home/.../.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require' from /home/.../.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require'from /home/..../.rvm/gems/ruby-2.2.1/gems/bosh-bootstrap-0.16.2/lib/bosh-bootstrap/cli/helpers.rb:3:in
<top (required)>' from /home/..../.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require'from /home/.../.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require' from /home/.../.rvm/gems/ruby-2.2.1/gems/bosh-bootstrap-0.16.2/lib/bosh-bootstrap/microbosh.rb:2:in
<top (required)>'from /home/.../.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require' from /home/.../.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require'from /home/.../.rvm/gems/ruby-2.2.1/gems/bosh-bootstrap-0.16.2/lib/bosh-bootstrap.rb:20:in
<top (required)>' from /home/.../.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require'from /home/.../.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require' from /home/.../.rvm/gems/ruby-2.2.1/gems/bosh-bootstrap-0.16.2/bin/bosh-bootstrap:6:in
<top (required)>'from /home/.../.rvm/gems/ruby-2.2.1/bin/bosh-bootstrap:23:in
load' from /home/..../.rvm/gems/ruby-2.2.1/bin/bosh-bootstrap:23:in
from /home/.../.rvm/gems/ruby-2.2.1/bin/ruby_executable_hooks:15:in
eval' from /home/.../.rvm/gems/ruby-2.2.1/bin/ruby_executable_hooks:15:in
`Does anyone have any ideas?
The text was updated successfully, but these errors were encountered: