OpenStack Orchestration (Heat) CFN Tools
Go to file
2012-12-24 17:07:35 +13:00
bin rename python package heat_jeos to heat_cfntools 2012-12-24 17:07:35 +13:00
heat_cfntools rename python package heat_jeos to heat_cfntools 2012-12-24 17:07:35 +13:00
.gitignore Ignores 2012-12-24 16:58:27 +13:00
.gitreview Reorganise project to contain stand-alone heat-cfntools 2012-12-21 09:20:49 +13:00
LICENSE Initial commit (basics copied from glance) 2012-03-13 21:48:07 +11:00
README.rst Reorganise project to contain stand-alone heat-cfntools 2012-12-21 09:20:49 +13:00
setup.py Reorganise project to contain stand-alone heat-cfntools 2012-12-21 09:20:49 +13:00

Heat CloudFormation Tools

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 package 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