Changes between Version 52 and Version 53 of CloudPlugin


Ignore:
Timestamp:
Jun 9, 2011, 3:43:06 PM (13 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudPlugin

    v52 v53  
    214214
    215215==== Deploy and Audit ====
    216 There are two special commands that can be defined: "deploy" and "audit".  A command with a "deploy" ID will cause a "Deploy" button to appear in an environment's View along with widgets to select which role(s) should be used to identify the instances to which to deploy.  The 'deploy' script itself is left for you to define as such scripts often require significant logic specific to your environments.
    217 
    218 Similarly, if a command with an "audit" ID will cause an "Audit" button to appear in an environment's View along with widgets to select which role(s) should be used to identify the instances of which to audit.  The 'audit' script itself is left for you to define as such scripts often require significant logic specific to your environments.
    219 
     216There are two special commands that can be defined: "deploy" and "audit".  A command with a "deploy" ID will cause a "Deploy" button to appear in an environment's View along with widgets to select which role(s) should be used to identify the instances to which to deploy.  The 'deploy' script itself is left for you to define as such scripts often require significant logic specific to your system.
     217
     218Similarly, if a command with an "audit" ID will cause an "Audit" button to appear in an environment's View along with widgets to select which role(s) should be used to identify the instances of which to audit.  The 'audit' script itself is left for you to define as such scripts often require significant logic specific to your system.  If a JSON list of HTML strings is returned, then these HTML snippets are concatenated at the end of each listed node in the progress view (see below) thus providing the audit details.  For example, you can return links to the diffs between the target repo changeset and the node's current repo changeset (which is how we use this audit feature).
    220219
    221220=== Progress views ===