Skip to content

Instantly share code, notes, and snippets.

@diegoparrilla
Created August 12, 2014 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegoparrilla/e5968c964b3d8f39a529 to your computer and use it in GitHub Desktop.
Save diegoparrilla/e5968c964b3d8f39a529 to your computer and use it in GitHub Desktop.
MacBook-Air-de-Diego:bosh-bootstrap diego$ ./bin/bosh-bootstrap deploy
Using provider OpenStack
Confirming: Using OpenStack (user: XXXXXXXX)
Confirming: Using address 10.0.61.66
Reusing security group ssh
-> no additional ports opened
Reusing security group dns_server
-> no additional ports opened
Reusing security group bosh
-> no additional ports opened
Confirming: Using key pair firstbosh
Determining stemcell image/file to use... /Users/diego/.microbosh/deployments/firstbosh/bosh-stemcell-latest-openstack-kvm-ubuntu.tgz
bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies..........
Using httpclient 2.4.0
Using yajl-ruby 1.1.0
Using agent_client 1.2685.0
Using json 1.8.1
Using nokogiri 1.5.11
Using aws-sdk 1.44.0
Using semi_semantic 1.1.0
Using bosh_common 1.2685.0
Using builder 3.1.4
Using excon 0.25.3
Using formatador 0.2.5
Using mime-types 2.3
Using multi_json 1.10.1
Using net-ssh 2.9.1
Using net-scp 1.1.2
Using ruby-hmac 0.4.0
Using fog 1.14.0
Using log4r 1.1.10
Using ruby-atmos-pure 1.0.5
Using blobstore_client 1.2685.0
Using highline 1.6.21
Using readwritesettings 3.0.1
Using cyoi 0.10.1
Using trollop 2.0
Using rbvmomi 1.8.1
Using redcard 1.1.0
Using thor 0.19.1
Using bosh-bootstrap 0.13.2 from source at /Users/diego/bosh-bootstrap
Using bosh-template 1.2685.0
Using bosh-director-core 1.2685.0
Using sequel 3.43.0
Using rack 1.5.2
Using rack-protection 1.5.3
Using tilt 1.4.1
Using sinatra 1.4.5
Using daemons 1.1.9
Using eventmachine 1.0.3
Using thin 1.5.1
Using bosh-registry 1.2685.0
Using bosh_cpi 1.2685.0
Using bosh_aws_cpi 1.2685.0
Using bosh-stemcell 1.2685.0
Using json_pure 1.8.1
Using minitar 0.5.4
Using net-ssh-gateway 1.2.0
Using netaddr 1.5.0
Using progressbar 0.9.2
Using terminal-table 1.4.5
Using bosh_cli 1.2685.0
Using bosh_openstack_cpi 1.2685.0
Using membrane 0.0.5
Using rest-client 1.6.7
Using bosh_vcloud_cpi 0.5.5
Using mysql2 0.3.16
Using pg 0.15.1
Using bosh_vsphere_cpi 1.2685.0
Using sqlite3 1.3.9
Using bosh_cli_plugin_micro 1.2685.0
Using bundler 1.6.5
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
bundle exec bosh micro deployment firstbosh
WARNING! Your target has been changed to `https://185.45.72.187:25555'!
Deployment set to '/Users/diego/.microbosh/deployments/firstbosh/micro_bosh.yml'
bundle exec bosh -n micro deploy --update-if-exists /Users/diego/.microbosh/deployments/firstbosh/bosh-stemcell-latest-openstack-kvm-ubuntu.tgz
Verifying stemcell...
File exists and readable OK
Verifying tarball...
Read tarball OK
Manifest exists OK
Stemcell image file OK
Stemcell properties OK
Stemcell info
-------------
Name: bosh-openstack-kvm-ubuntu
Version: 2427
Will deploy due to stemcell changes
Started prepare for update
Started prepare for update > Stopping agent services. Done (00:00:03)log writing failed. can't be called from trap context
Error: nil value given for persistent disk id
/Library/Ruby/Gems/2.0.0/gems/rake-10.3.2/lib/rake/file_utils.rb:54:in `block in create_shell_runner': Command failed with status (1): [bundle exec bosh -n micro deploy --update-...] (RuntimeError)
from /Library/Ruby/Gems/2.0.0/gems/rake-10.3.2/lib/rake/file_utils.rb:45:in `call'
from /Library/Ruby/Gems/2.0.0/gems/rake-10.3.2/lib/rake/file_utils.rb:45:in `sh'
from /Users/diego/bosh-bootstrap/lib/bosh-bootstrap/cli/helpers/bundle.rb:11:in `block in bundle'
from /Library/Ruby/Gems/2.0.0/gems/bundler-1.6.5/lib/bundler.rb:235:in `block in with_clean_env'
from /Library/Ruby/Gems/2.0.0/gems/bundler-1.6.5/lib/bundler.rb:222:in `with_original_env'
from /Library/Ruby/Gems/2.0.0/gems/bundler-1.6.5/lib/bundler.rb:228:in `with_clean_env'
from /Users/diego/bosh-bootstrap/lib/bosh-bootstrap/cli/helpers/bundle.rb:9:in `bundle'
from /Users/diego/bosh-bootstrap/lib/bosh-bootstrap/microbosh.rb:70:in `block in deploy_or_update'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:125:in `chdir'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:125:in `cd'
from /Users/diego/bosh-bootstrap/lib/bosh-bootstrap/microbosh.rb:68:in `deploy_or_update'
from /Users/diego/bosh-bootstrap/lib/bosh-bootstrap/microbosh.rb:43:in `block in deploy'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:125:in `chdir'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:125:in `cd'
from /Users/diego/bosh-bootstrap/lib/bosh-bootstrap/microbosh.rb:40:in `deploy'
from /Users/diego/bosh-bootstrap/lib/bosh-bootstrap/cli/commands/deploy.rb:75:in `perform_microbosh_deploy'
from /Users/diego/bosh-bootstrap/lib/bosh-bootstrap/cli/commands/deploy.rb:24:in `perform'
from /Users/diego/bosh-bootstrap/lib/bosh-bootstrap/thor_cli.rb:11:in `deploy'
from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
from ./bin/bosh-bootstrap:13:in `<main>'
MacBook-Air-de-Diego:bosh-bootstrap diego$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment