Skip to content

Commit

Permalink
Blue Box Blocks boostrapping works. Kickstarting works using the Opsc…
Browse files Browse the repository at this point in the history
…ode scripts on Ubuntu 10.04.
  • Loading branch information
Jesse Proudman authored and danielsdeleo committed Nov 8, 2010
1 parent dc31612 commit bcc0100
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
7 changes: 0 additions & 7 deletions chef/lib/chef/knife/bluebox_server_create.rb
Expand Up @@ -120,12 +120,6 @@ def run
# Bootstrap away!
print "\n\n#{h.color("Starting bootstrapping process...", :green)}\n"

# Define the boostrap script URL.
# This can be defined in your Knife configuration, or pulls the default Blue Box bootstrap
# scripts coming from the Blue Box managed GitHub repo.
bootstrap_script = Chef::Config[:knife][:bluebox_bootstrap_url]
bootstrap_script ||= "https://BlueBoxGroup@github.com/BlueBoxGroup/ChefBootstrapScripts.git"

# Connect via SSH and make this all happen.
begin
bootstrap = Chef::Knife::Bootstrap.new
Expand All @@ -138,7 +132,6 @@ def run
bootstrap.config[:identity_file] = config[:identity_file]
bootstrap.config[:chef_node_name] = config[:chef_node_name] || server.hostname
bootstrap.config[:use_sudo] = true
bootstrap.config[:bootstrap_template] = config[:bootstrap_template] || 'bluebox-bootstrap-init.erb'
bootstrap.run
rescue Errno::ECONNREFUSED
puts h.color("Connection refused on SSH, retrying - CTRL-C to abort")
Expand Down
49 changes: 0 additions & 49 deletions chef/lib/chef/knife/bootstrap/bluebox-bootstrap-init.erb

This file was deleted.

0 comments on commit bcc0100

Please sign in to comment.