Information Technology Reference
In-Depth Information
Figure A-7. Node is registered with Chef Server
If you click on the link to the node, you should see that Chef Server displays information
about the node as shown in Figure A-8 . The values you see under attributes should look fa-
miliar—these are the attributes generated automatically by ohai . They are stored on Chef
Server for each node, and the data is searchable by all clients.
We are now done with both our Chef Server and node. Go ahead and kitchen destroy both
of them:
$ cd ~/chef-repo/cookbooks/chef-server
$ kitchen destroy
$ cd ~/chef-repo/cookbooks/node
$ kitchen destroy
NOTE
Don't forget to remove the entries for default-centos65.vagrantup.com and node-
centos65.vagrantup.com from /etc/hosts on Linux/Mac OS X or
%WINDIR%\system32\drivers\etc\hosts on Windows.
Search WWH ::




Custom Search