Changes between Initial Version and Version 1 of CloudPlugin


Ignore:
Timestamp:
Jan 27, 2011, 3:46:24 AM (13 years ago)
Author:
Rob Guttman
Comment:

New hack CloudPlugin, created by robguttman

Legend:

Unmodified
Added
Removed
Modified
  • CloudPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Manages cloud (aws) resources using boto and pychef =
     4
     5== Description ==
     6
     7This plugin helps you manage cloud (aws) resources through chef including:
     8
     9 * Launch an ec2 instance and apply one or more chef roles
     10 * Edit the chef run_list (and other attributes) of existing ec2 instances
     11 * Terminate ec2 instances and delete its chef node
     12
     13This plugin relies heavily upon boto and PyChef.
     14
     15== Bugs/Feature Requests ==
     16
     17Existing bugs and feature requests for CloudPlugin are
     18[report:9?COMPONENT=CloudPlugin here].
     19
     20If you have any issues, create a
     21[http://trac-hacks.org/newticket?component=CloudPlugin&owner=robguttman new ticket].
     22
     23== Download ==
     24
     25Download the zipped source from [download:cloudplugin here].
     26
     27== Source ==
     28
     29You can check out CloudPlugin from [http://trac-hacks.org/svn/cloudplugin here] using Subversion, or [source:cloudplugin browse the source] with Trac.
     30
     31== Example ==
     32
     33trac.ini config ...
     34
     35[cloud]
     36...
     37
     38== Recent Changes ==
     39
     40[[ChangeLog(cloudplugin, 3)]]
     41
     42== Author/Contributors ==
     43
     44'''Author:''' [wiki:robguttman] [[BR]]
     45'''Maintainer:''' [wiki:robguttman] [[BR]]
     46'''Contributors:'''