Changes between Version 16 and Version 17 of ChefonDETER


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ChefonDETER

    v16 v17  
    189189 * {{{binaries}}}: copy (via wget) platform specific binaries and start them running. This recipe currently start {{{ipodd}}} and {{{slothd}}}. This recipe could be expanded to build the binaries, create /etc/init.d/ scripts, then start the daemons. Etc.
    190190 
    191 === Chef Client(s) Installation/Configuration ===
    192 
    193 These machines should be different than the server and workstation. There are three ways to install chef on a client. 1) simply use whatever package system exists for the client OS and install the chef software. 2) Use a chef workstation to push platform specific chef software to the client that installs and configures it. 3) Use the chef supplied script that reaches out to the internet and executes arbitrary commands on the machine as root. We will use method 2) to give a flavor of installing chef by force on unsuspecting nodes on DETER (as this is the most flexible and useful installation method in the DETER context).
    194 
    195 {{{
    196 > # already installed via knife bootstrap!
    197 }}}
    198 
    199191=== Database Configuration Modification ===
    200192