heat/heat/cfntools
Angus Salkeld fe8a57c9cf Handle cfn-hup non-value parameters
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-04-27 00:05:59 +10:00
..
README renaming CloudFormations to CloudFormation 2012-04-13 15:01:41 -04:00
__init__.py Move common cfn code into cfn_helper.py 2012-04-23 13:08:32 +10:00
cfn-hup Handle cfn-hup non-value parameters 2012-04-27 00:05:59 +10:00
cfn-init Fix the cfn logging 2012-04-26 23:15:39 +10:00
cfn-signal Resolving rpmlint errors and adding man pages. 2012-04-16 13:46:58 -04:00
cfn_helper.py Add file support to cfn-init 2012-04-26 14:07:39 +10:00

README

There are several bootstrap methods for cloudformations:
1. Create image with application ready to go
2. Use cloud-init to run a startup script passed as userdata to the nova
   server create
3. Use the CloudFormation instance helper scripts

This directory contains files required for choice #3.

cfn-init   - Reads the AWS::CloudFormation::Init for the instance resource,
             installs packages, and starts services
cfn-signal - Waits for an application to be ready before continuing, ie:
             supporting the WaitCondition feature
cfn-hup    - Handle updates from the UpdateStack CloudFormation API call