Created
June 25, 2015 17:55
-
-
Save juliandunn/fc7d701c099b90a4d9c6 to your computer and use it in GitHub Desktop.
This file contains 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
~$ knife bootstrap 172.29.150.106 -t /Users/juliandunn/devel/gh/juliandunn/chef/lib/chef/knife/bootstrap/templates/chef-full.erb -x u0015280 --sudo -N l5a1vp008_pub | |
Please report a bug if this causes problems. | |
Creating new client for l5a1vp008_pub | |
Creating new node for l5a1vp008_pub | |
Connecting to 172.29.150.106 | |
[email protected]'s password: | |
172.29.150.106 -----> Installing Chef Omnibus (-v 12) | |
172.29.150.106 downloading https://www.opscode.com/chef/install.sh | |
172.29.150.106 to file /tmp/install.sh.11599984/install.sh | |
172.29.150.106 trying perl... | |
172.29.150.106 Downloading Chef 12 for aix... | |
172.29.150.106 downloading https://www.opscode.com/chef/metadata?v=12&prerelease=false&nightlies=false&p=aix&pv=7.1&m=powerpc | |
172.29.150.106 to file /tmp/install.sh.5767390/metadata.txt | |
172.29.150.106 trying perl... | |
172.29.150.106 url https://opscode-omnibus-packages.s3.amazonaws.com/aix/6.1/powerpc/chef-12.3.0-1.powerpc.bff | |
172.29.150.106 md5 c389ada16bc67d8717116254c14a780e | |
172.29.150.106 sha256 d7e183770ae9dd1356eb30a3b1e7689c24c9af8c089f8a1a7f9b22e97950a4fb | |
172.29.150.106 downloaded metadata file looks valid... | |
172.29.150.106 downloading https://opscode-omnibus-packages.s3.amazonaws.com/aix/6.1/powerpc/chef-12.3.0-1.powerpc.bff | |
172.29.150.106 to file /tmp/install.sh.5767390/chef-12.3.0-1.powerpc.bff | |
172.29.150.106 trying perl... | |
172.29.150.106 Comparing checksum with shasum... | |
172.29.150.106 Installing Chef 12 | |
172.29.150.106 installing with installp... | |
172.29.150.106 +-----------------------------------------------------------------------------+ | |
172.29.150.106 Pre-installation Verification... | |
172.29.150.106 +-----------------------------------------------------------------------------+ | |
172.29.150.106 Verifying selections...done | |
172.29.150.106 Verifying requisites...done | |
172.29.150.106 Results... | |
172.29.150.106 | |
172.29.150.106 SUCCESSES | |
172.29.150.106 --------- | |
172.29.150.106 Filesets listed in this section passed pre-installation verification | |
172.29.150.106 and will be installed. | |
172.29.150.106 | |
172.29.150.106 Selected Filesets | |
172.29.150.106 ----------------- | |
172.29.150.106 chef 12.3.0.1 # The full stack of chef | |
172.29.150.106 | |
172.29.150.106 << End of Success Section >> | |
172.29.150.106 | |
172.29.150.106 +-----------------------------------------------------------------------------+ | |
172.29.150.106 BUILDDATE Verification ... | |
172.29.150.106 +-----------------------------------------------------------------------------+ | |
172.29.150.106 Verifying build dates...done | |
172.29.150.106 FILESET STATISTICS | |
172.29.150.106 ------------------ | |
172.29.150.106 1 Selected to be installed, of which: | |
172.29.150.106 1 Passed pre-installation verification | |
172.29.150.106 ---- | |
172.29.150.106 1 Total to be installed | |
172.29.150.106 | |
172.29.150.106 +-----------------------------------------------------------------------------+ | |
172.29.150.106 Installing Software... | |
172.29.150.106 +-----------------------------------------------------------------------------+ | |
172.29.150.106 | |
172.29.150.106 installp: APPLYING software for: | |
172.29.150.106 chef 12.3.0.1 | |
172.29.150.106 | |
172.29.150.106 Restoring files, please wait. | |
172.29.150.106 12711 files restored. | |
172.29.150.106 Thank you for installing Chef! | |
172.29.150.106 Finished processing all filesets. (Total time: 2 mins 10 secs). | |
172.29.150.106 | |
172.29.150.106 +-----------------------------------------------------------------------------+ | |
172.29.150.106 Summaries: | |
172.29.150.106 +-----------------------------------------------------------------------------+ | |
172.29.150.106 | |
172.29.150.106 Installation Summary | |
172.29.150.106 -------------------- | |
172.29.150.106 Name Level Part Event Result | |
172.29.150.106 ------------------------------------------------------------------------------- | |
172.29.150.106 chef 12.3.0.1 USR APPLY SUCCESS | |
172.29.150.106 chef 12.3.0.1 ROOT APPLY SUCCESS | |
172.29.150.106 Starting first Chef Client run... | |
172.29.150.106 [2015-06-25T12:50:04-05:00] WARN: Please install an English UTF-8 locale for Chef to use, falling back to C locale and disabling UTF-8 support. | |
172.29.150.106 Starting Chef Client, version 12.3.0 | |
172.29.150.106 resolving cookbooks for run list: [] | |
172.29.150.106 Synchronizing Cookbooks: | |
172.29.150.106 Compiling Cookbooks... | |
172.29.150.106 [2015-06-25T12:50:15-05:00] WARN: Node l5a1vp008_pub has an empty run list. | |
172.29.150.106 Converging 0 resources | |
172.29.150.106 | |
172.29.150.106 Running handlers: | |
172.29.150.106 Running handlers complete | |
172.29.150.106 Chef Client finished, 0/0 resources updated in 10.909949 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment