Changes between Version 15 and Version 16 of ChefonDETER
- Timestamp:
- Jul 15, 2014 3:48:06 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChefonDETER
v15 v16 152 152 153 153 {{{ 154 > cd /local/chef-repo 155 > knife client list 154 [workstation:/local/chef-repo]$ knife client list 156 155 chef-validator 157 156 chef-webui 158 157 pc33.isi.deterlab.net 159 ># show the node information:160 >knife node show pc33.isi.deterlab.net158 [workstation:/local/chef-repo]$ # show the node information: 159 [workstation:/local/chef-repo]$ knife node show pc33.isi.deterlab.net 161 160 Node Name: pc33.isi.deterlab.net 162 161 Environment: _default … … 170 169 }}} 171 170 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 .171 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, but if we'd done that the bootstrap would've failed as the recipes as written fail on DETER.) 173 172 174 173 {{{