Changes between Version 56 and Version 57 of CloudPlugin


Ignore:
Timestamp:
Oct 2, 2011, 4:51:39 PM (12 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudPlugin

    v56 v57  
    211211
    212212=== Environments ===
    213 With Chef 0.10 comes support for environments.  This plugin builds on this support by allowing (read: presuming) that AWS resources belong to one and only one environment.  For example, there's a default {{{environment}}} field that can get set when creating a new ec2 or rds instance.  The environment resource type also allows you to define and set attributes per environment via the plugin's webui.  For example, you can set different version control repo branch names and/or changesets per environment so that the right source code gets deployed to each environment.
     213With Chef 0.10 comes support for environments.  This plugin ~~builds on~~ complements this support by allowing AWS resources belong to one and only one environment.  For example, there's a default {{{env}}} field (which is currently distinct from the {{{chef_environment}}} built-in field in chef 10.x) that can get set when creating a new ec2 or rds instance.  The environment resource type also allows you to define and set attributes per environment via the plugin's webui.  For example, you can set different version control repo branch names and/or changesets per environment so that the right source code gets deployed to each environment.
    214214
    215215==== Deploy and Audit ====