figarcia@corelia:~/src/chef-server$ vagrant up
[default] Box opscode-ubuntu-12.04 was not found. Fetching box from specified URL...
[vagrant] Downloading with Vagrant::Downloaders::HTTP...
[vagrant] Downloading box: https://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-ubuntu-12.04.box
[vagrant] Extracting box...
[vagrant] Verifying box...
[vagrant] Cleaning up downloaded box...
[default] Importing base box 'opscode-ubuntu-12.04'...
[default] The guest additions on this VM do not match the install version of
VirtualBox! This may cause things such as forwarded ports, shared
folders, and more to not work properly. If any of those things fail on
this machine, please update the guest additions and repackage the box.
Guest Additions Version: 4.1.22
VirtualBox Version: 4.2.6
[default] Matching MAC address for NAT networking...
[default] Clearing any previously set forwarded ports...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[Berkshelf] installing cookbooks...
[Berkshelf] Using chef-server (2.0.0) at path: '/home/figarcia/src/chef-server'
[Berkshelf] Installing git (2.2.0) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks'
[Berkshelf] Installing dmg (1.1.0) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks'
[Berkshelf] Installing build-essential (1.3.4) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks'
[Berkshelf] Installing yum (2.1.0) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks'
[Berkshelf] Installing windows (1.8.2) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks'
[Berkshelf] Installing chef_handler (1.1.4) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks'
[Berkshelf] Installing runit (0.16.2) from site: 'http://cookbooks.opscode.com/api/v1/cookbooks'
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Running any VM customizations...
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] Configuring and enabling network interfaces...
[default] Setting host name...
[default] Mounting shared folders...
[default] -- v-root: /vagrant
[default] -- cache: /tmp/vagrant-cache
[default] -- v-csc-1: /tmp/vagrant-cache/chef-solo-1/cookbooks
[default] Running provisioner: Vagrant::Provisioners::ChefSolo...
[default] Generating chef JSON and uploading...
[default] Running chef-solo...
stdin: is not a tty
[2013-02-05T10:43:43+00:00] INFO: *** Chef 10.14.4 ***
[2013-02-05T10:43:44+00:00] INFO: Setting the run_list to ["recipe[chef-server::default]"] from JSON
[2013-02-05T10:43:44+00:00] INFO: Run List is [recipe[chef-server::default]]
[2013-02-05T10:43:44+00:00] INFO: Run List expands to [chef-server::default]
[2013-02-05T10:43:44+00:00] INFO: Starting Chef Run for chef-server-berkshelf
[2013-02-05T10:43:44+00:00] INFO: Running start handlers
[2013-02-05T10:43:44+00:00] INFO: Start handlers complete.
[2013-02-05T10:43:46+00:00] INFO: Omnitruck download-server request: http://www.opscode.com/chef/download-server?p=ubuntu&pv=12.04&m=x86_64&v=latest&prerelease=false&nightlies=false
[2013-02-05T10:43:46+00:00] INFO: Downloading chef-server package from: http://opscode-omnitruck-release.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.0.4-1.ubuntu.12.04_amd64.deb
[2013-02-05T10:43:46+00:00] INFO: Processing remote_file[/tmp/vagrant-cache/chef-server_11.0.4-1.ubuntu.12.04_amd64.deb] action create (chef-server::default line 40)
[2013-02-05T10:46:13+00:00] INFO: remote_file[/tmp/vagrant-cache/chef-server_11.0.4-1.ubuntu.12.04_amd64.deb] updated
[2013-02-05T10:46:13+00:00] INFO: Processing package[chef-server_11.0.4-1.ubuntu.12.04_amd64.deb] action install (chef-server::default line 51)
[2013-02-05T10:47:20+00:00] INFO: Processing directory[/etc/chef-server] action create (chef-server::default line 63)
[2013-02-05T10:47:20+00:00] INFO: directory[/etc/chef-server] created directory /etc/chef-server
[2013-02-05T10:47:20+00:00] INFO: directory[/etc/chef-server] owner changed to 0
[2013-02-05T10:47:20+00:00] INFO: directory[/etc/chef-server] group changed to 0
[2013-02-05T10:47:20+00:00] INFO: Processing template[/etc/chef-server/chef-server.rb] action create (chef-server::default line 71)
[2013-02-05T10:47:23+00:00] INFO: template[/etc/chef-server/chef-server.rb] updated content
[2013-02-05T10:47:23+00:00] INFO: template[/etc/chef-server/chef-server.rb] owner changed to 0
[2013-02-05T10:47:23+00:00] INFO: template[/etc/chef-server/chef-server.rb] group changed to 0
[2013-02-05T10:47:23+00:00] INFO: template[/etc/chef-server/chef-server.rb] sending run action to execute[reconfigure-chef-server] (immediate)
[2013-02-05T10:47:23+00:00] INFO: Processing execute[reconfigure-chef-server] action run (chef-server::default line 80)
[2013-02-05T10:48:37+00:00] INFO: execute[reconfigure-chef-server] ran successfully
[2013-02-05T10:48:37+00:00] INFO: Processing execute[reconfigure-chef-server] action nothing (chef-server::default line 80)
[2013-02-05T10:48:37+00:00] INFO: Processing ruby_block[ensure node can resolve API FQDN] action create (chef-server::default line 85)
[2013-02-05T10:48:37+00:00] INFO: Chef Run complete in 292.646946138 seconds
[2013-02-05T10:48:37+00:00] INFO: Running report handlers
[2013-02-05T10:48:37+00:00] INFO: Report handlers complete