Created
November 5, 2014 20:36
-
-
Save stephenlauck/d1e1b1254d26ae077d12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/dev/chef-solutions/orchestrate(master) > kitchen converge standalone-centos-6 | |
-----> Starting Kitchen (v1.2.1) | |
-----> Creating <standalone-centos-65>... | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Importing base box 'opscode-centos-6.5'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Setting the name of the VM: standalone-centos-65_default_1415219658591_76192 | |
Skipping Berkshelf with --no-provision | |
==> default: Fixed port collision for 22 => 2222. Now on port 2202. | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
default: Adapter 2: hostonly | |
==> default: Forwarding ports... | |
default: 8080 => 8082 (adapter 1) | |
default: 22 => 2202 (adapter 1) | |
==> default: Running 'pre-boot' VM customizations... | |
==> default: Booting VM... | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: SSH address: 127.0.0.1:2202 | |
default: SSH username: vagrant | |
default: SSH auth method: private key | |
default: Warning: Connection timeout. Retrying... | |
default: Warning: Remote connection disconnect. Retrying... | |
==> default: Machine booted and ready! | |
==> default: Checking for guest additions in VM... | |
==> default: Setting hostname... | |
==> default: Configuring and enabling network interfaces... | |
==> default: Machine not provisioning because `--no-provision` is specified. | |
Vagrant instance <standalone-centos-65> created. | |
Finished creating <standalone-centos-65> (0m55.54s). | |
-----> Converging <standalone-centos-65>... | |
Preparing files for transfer | |
Resolving cookbook dependencies with Berkshelf 3.1.5... | |
Removing non-cookbook files before transfer | |
-----> Installing Chef Omnibus (true) | |
downloading https://www.getchef.com/chef/install.sh | |
to file /tmp/install.sh | |
trying wget... | |
trying curl... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 | |
100 16472 100 16472 0 0 3044 0 0:00:05 0:00:05 --:--:-- 165k | |
Downloading Chef for el... | |
downloading https://www.getchef.com/chef/metadata?v=&prerelease=false&nightlies=false&p=el&pv=6&m=x86_64 | |
to file /tmp/install.sh.6554/metadata.txt | |
trying wget... | |
trying curl... | |
url https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-11.16.4-1.el6.x86_64.rpm | |
md5 2355a7a93bc4cc353bee6de9e3bcb7ba | |
sha256 278599ff185b680703e7a779db8674eeba843e9fe42a0ae06e01a9dfa9ac4d0e | |
downloaded metadata file looks valid... | |
downloading https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-11.16.4-1.el6.x86_64.rpm | |
to file /tmp/install.sh.6554/chef-11.16.4-1.el6.x86_64.rpm | |
trying wget... | |
Comparing checksum with sha256sum... | |
Installing Chef | |
installing with rpm... | |
warning: /tmp/install.sh.6554/chef-11.16.4-1.el6.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 83ef826a: NOKEY | |
Preparing... ##### ########################################### [100%] | |
1:chef ########################################### [100%] | |
Thank you for installing Chef! | |
Transfering files to <standalone-centos-65> | |
[2014-11-05T20:35:30+00:00] INFO: Starting chef-zero on host localhost, port 8889 with repository at repository at /tmp/kitchen | |
One version per cookbook | |
[2014-11-05T20:35:30+00:00] INFO: Forking chef instance to converge... | |
Starting Chef Client, version 11.16.4 | |
[2014-11-05T20:35:30+00:00] INFO: *** Chef 11.16.4 *** | |
[2014-11-05T20:35:30+00:00] INFO: Chef-client pid: 6673 | |
^[ Creating a new client identity for standalone-centos-65 using the validator key. | |
[2014-11-05T20:35:36+00:00] INFO: Client key /tmp/kitchen/client.pem is not present - registering | |
[2014-11-05T20:35:37+00:00] INFO: HTTP Request Returned 404 Not Found : Object not found: http://localhost:8889/nodes/standalone-centos-65 | |
[2014-11-05T20:35:37+00:00] INFO: Setting the run_list to [] from CLI options | |
[2014-11-05T20:35:37+00:00] INFO: Run List is [] | |
[2014-11-05T20:35:37+00:00] INFO: Run List expands to [] | |
[2014-11-05T20:35:37+00:00] INFO: Starting Chef Run for standalone-centos-65 | |
[2014-11-05T20:35:37+00:00] INFO: Running start handlers | |
[2014-11-05T20:35:37+00:00] INFO: Start handlers complete. | |
[2014-11-05T20:35:37+00:00] INFO: HTTP Request Returned 404 Not Found : Object not found: /reports/nodes/standalone-centos-65/runs | |
resolving cookbooks for run list: [] | |
[2014-11-05T20:35:37+00:00] INFO: Loading cookbooks [] | |
Synchronizing Cookbooks: | |
Compiling Cookbooks... | |
[2014-11-05T20:35:37+00:00] WARN: Node standalone-centos-65 has an empty run list. | |
Converging 0 resources | |
[2014-11-05T20:35:37+00:00] INFO: Chef Run complete in 0.065820994 seconds | |
Running handlers: | |
[2014-11-05T20:35:37+00:00] INFO: Running report handlers | |
Running handlers complete | |
[2014-11-05T20:35:37+00:00] INFO: Report handlers complete | |
Chef Client finished, 0/0 resources updated in 6.17659703 seconds | |
Finished converging <standalone-centos-65> (0m44.07s). | |
-----> Kitchen is finished. (1m40.25s) | |
~/dev/chef-solutions/orchestrate(master) > kitchenn converge standalone-centos-6 | |
-bash: kitchenn: command not found | |
~/dev/chef-solutions/orchestrate(master) > kitchen converge standalone-centos-6 | |
-----> Starting Kitchen (v1.2.1) | |
-----> Converging <standalone-centos-65>... | |
Preparing files for transfer | |
Resolving cookbook dependencies with Berkshelf 3.1.5... | |
Removing non-cookbook files before transfer | |
Transfering files to <standalone-centos-65> | |
[2014-11-05T20:35:52+00:00] INFO: Starting chef-zero on host localhost, port 8889 with repository at repository at /tmp/kitchen | |
One version per cookbook | |
[2014-11-05T20:35:52+00:00] INFO: Forking chef instance to converge... | |
Starting Chef Client, version 11.16.4 | |
[2014-11-05T20:35:52+00:00] INFO: *** Chef 11.16.4 *** | |
[2014-11-05T20:35:52+00:00] INFO: Chef-client pid: 6905 | |
[2014-11-05T20:35:58+00:00] INFO: Setting the run_list to [] from CLI options | |
[2014-11-05T20:35:58+00:00] INFO: Run List is [] | |
[2014-11-05T20:35:58+00:00] INFO: Run List expands to [] | |
[2014-11-05T20:35:58+00:00] INFO: Starting Chef Run for standalone-centos-65 | |
[2014-11-05T20:35:58+00:00] INFO: Running start handlers | |
[2014-11-05T20:35:58+00:00] INFO: Start handlers complete. | |
[2014-11-05T20:35:58+00:00] INFO: HTTP Request Returned 404 Not Found : Object not found: /reports/nodes/standalone-centos-65/runs | |
resolving cookbooks for run list: [] | |
[2014-11-05T20:35:58+00:00] INFO: Loading cookbooks [] | |
Synchronizing Cookbooks: | |
Compiling Cookbooks... | |
[2014-11-05T20:35:58+00:00] WARN: Node standalone-centos-65 has an empty run list. | |
Converging 0 resources | |
[2014-11-05T20:35:58+00:00] INFO: Chef Run complete in 0.067926893 seconds | |
Running handlers: | |
[2014-11-05T20:35:58+00:00] INFO: Running report handlers | |
Running handlers complete | |
[2014-11-05T20:35:58+00:00] INFO: Report handlers complete | |
Chef Client finished, 0/0 resources updated in 5.99886154 seconds | |
Finished converging <standalone-centos-65> (0m9.56s). | |
-----> Kitchen is finished. (0m10.32s) | |
~/dev/chef-solutions/orchestrate(master) > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment