OpenStack Orchestration (Heat) CFN Tools
Go to file
Steve Baker dfd24046c8 Prepare for release 1.2.3
Change-Id: I7a7d36b13c5b7b2683fe283f81ab2b21e4ff2359
2013-04-11 13:34:34 +12: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 Reorganise project to contain stand-alone heat-cfntools 2012-12-21 09:20:49 +13:00
setup.py Prepare for release 1.2.3 2013-04-11 13:34:34 +12: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