Changes between Version 15 and Version 16 of ChefonDETER


Ignore:
Timestamp:
Jul 15, 2014 3:48:06 PM (10 years ago)
Author:
Geoff Lawler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChefonDETER

    v15 v16  
    152152
    153153{{{
    154 > cd /local/chef-repo
    155 > knife client list
     154[workstation:/local/chef-repo]$ knife client list
    156155chef-validator
    157156chef-webui
    158157pc33.isi.deterlab.net
    159 > # show the node information:
    160 > knife node show pc33.isi.deterlab.net
     158[workstation:/local/chef-repo]$ # show the node information:
     159[workstation:/local/chef-repo]$ knife node show pc33.isi.deterlab.net
    161160Node Name:   pc33.isi.deterlab.net
    162161Environment: _default             
     
    170169}}}
    171170
    172 Now we assign recipes or a role to the client node and tell it to configure itself. (Note this could've been done during the bootstrap via the {{{-r}}} argument.
     171Now we assign recipes or a role to the client node and tell it to configure itself. (Note this could've been done during the bootstrap via the {{{-r}}} argument, but if we'd done that the bootstrap would've failed as the recipes as written fail on DETER.)
    173172
    174173{{{