-
Notifications
You must be signed in to change notification settings - Fork 662
Description
Hi,
I'm following the guide lines from http://docs.cloudfoundry.com/docs/running/deploying-cf/vsphere/deploying_micro_bosh.html to deploy Micro Bosh on vSphere 5 environment.The bosh version i'm using is BOSH 1.1868.0 and ruby 1.9.3.
On running "bosh micro deployment micro01" I'm getting the following error.
/usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli_plugin_micro-1.1868.0/lib/bosh/deployer/configuration.rb:52:in configure': undefined method[]' for nil:NilClass (NoMethodError)
from /usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli_plugin_micro-1.1868.0/lib/bosh/deployer/instance_manager.rb:42:in initialize' from /usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli_plugin_micro-1.1868.0/lib/bosh/deployer/instance_manager.rb:38:innew'
from /usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli_plugin_micro-1.1868.0/lib/bosh/deployer/instance_manager.rb:38:in create' from /usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli_plugin_micro-1.1868.0/lib/bosh/cli/commands/micro.rb:326:indeployer'
from /usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli_plugin_micro-1.1868.0/lib/bosh/cli/commands/micro.rb:55:in set_current' from /usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli_plugin_micro-1.1868.0/lib/bosh/cli/commands/micro.rb:32:inmicro_deployment'
from /usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli-1.1868.0/lib/cli/command_handler.rb:57:in run' from /usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli-1.1868.0/lib/cli/runner.rb:56:inrun'
from /usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli-1.1868.0/lib/cli/runner.rb:16:in run' from /usr/local/rvm/gems/ruby-1.9.3-p484/gems/bosh_cli-1.1868.0/bin/bosh:7:in<top (required)>'
from /usr/local/rvm/gems/ruby-1.9.3-p484/bin/bosh:23:in load' from /usr/local/rvm/gems/ruby-1.9.3-p484/bin/bosh:23:in
Please let me know where things are going wrong.