OpenStack Orchestration (Heat) CFN Tools
Go to file
Clint Byrum 9dc3b02bee Remove reference to heat-api.org
Change-Id: Ida3d3f96bdbca0bf7ca81e2fb34052e7ac45598e
2013-04-10 18:24:59 -07:00
bin Make help for --force more accurate 2013-03-18 15:17:11 +13:00
doc Man page for cfn-signal 2013-03-18 15:17:11 +13:00
heat_cfntools Cache metadata in /var/cache instead of /tmp 2013-04-10 15:13:48 -07:00
tools Re-enable pep8 tests, with a minor pep8 fix 2013-03-08 16:42:38 +13:00
.gitignore Add .tox directory to .gitignore 2013-03-19 11:39:28 -07:00
.gitreview Add tox, pep8, pyflakes, testr support 2013-03-07 12:28:29 +13:00
.testr.conf Use testr to run the unit tests. 2013-02-21 11:13:43 +13:00
LICENSE Initial commit (basics copied from glance) 2012-03-13 21:48:07 +11:00
MANIFEST.in Config and scripts for building man pages 2013-03-18 15:15:07 +13:00
README.rst Remove reference to heat-api.org 2013-04-10 18:24:59 -07:00
setup.py Prep for release 1.2.1 2013-03-19 10:56:38 +13:00
tox.ini Add tox, pep8, pyflakes, testr support 2013-03-07 12:28:29 +13:00

README.rst

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