Skip to content

Instantly share code, notes, and snippets.

@webframp
Created January 30, 2013 04:41
Show Gist options
  • Save webframp/4670687 to your computer and use it in GitHub Desktop.
Save webframp/4670687 to your computer and use it in GitHub Desktop.
[Berkshelf] uploading cookbooks to 'https://chef-server-berkshelf'
[Berkshelf] ssl setting is 'false'
[Berkshelf] other settings: '#<Berkshelf::Config:0x007fccc15bac80 @path="/Users/sme/.berkshelf/config.json", @attributes=#<Hashie::Mash chef=#<Hashie::Mash chef_server_url="https://localhost:4443" client_
key="/Users/sme/src/chef-server-playground/.chef/../cache/root.pem" node_name="root" validation_client_name="chef-validator" validation_key_path="/Users/sme/src/chef-server-playground/.chef/../cache/chef-
validator.pem"> ssl=#<Hashie::Mash verify=false> vagrant=#<Hashie::Mash vm=#<Hashie::Mash box="Berkshelf-CentOS-6.3-x86_64-minimal" box_url="https://dl.dropbox.com/u/31081437/Berkshelf-CentOS-6.3-x86_64-m
inimal.box" forward_port=#<Hashie::Mash> network=#<Hashie::Mash bridged=false hostonly="33.33.33.10"> provision="chef_solo">>>>'
[Berkshelf] Installing chef-server (2.0.0) from git: 'git://github.com/opscode-cookbooks/chef-server.git' with branch: 'f5f9600c07533593de29a0d00eebdcf990194609'
[Berkshelf] Uploading chef-server (2.0.0) to: 'https://chef-server-berkshelf'
[test_server] Running provisioner: Vagrant::Provisioners::Shell...
stdin: is not a tty
[test_server] Running provisioner: Vagrant::Provisioners::ChefClient...
[test_server] Creating folder to hold client key...
[test_server] Uploading chef client validation key...
[test_server] Generating chef JSON and uploading...
[test_server] Running chef-client...
stdin: is not a tty
[2013-01-30T04:39:57+00:00] INFO: *** Chef 10.18.2 ***
[2013-01-30T04:39:57+00:00] INFO: [inet6] no default interface, picking the first ipaddress
[2013-01-30T04:39:57+00:00] INFO: Client key /etc/chef/client.pem is not present - registering
[2013-01-30T04:39:58+00:00] INFO: Run List is []
[2013-01-30T04:39:58+00:00] INFO: Run List expands to []
[2013-01-30T04:39:58+00:00] INFO: Starting Chef Run for test-server
[2013-01-30T04:39:58+00:00] INFO: Running start handlers
[2013-01-30T04:39:58+00:00] INFO: Start handlers complete.
[2013-01-30T04:39:58+00:00] INFO: Loading cookbooks []
[2013-01-30T04:39:58+00:00] WARN: Node test-server has an empty run list.
[2013-01-30T04:39:58+00:00] INFO: Chef Run complete in 0.115677795 seconds
[2013-01-30T04:39:58+00:00] INFO: Running report handlers
[2013-01-30T04:39:58+00:00] INFO: Report handlers complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment