OpenStack Orchestration (Heat) CFN Tools
Go to file
2013-03-08 10:47:18 +00:00
bin cfn-push-stats : Add --haproxy-latency option 2013-03-07 11:01:49 +00:00
heat_cfntools Test coverage for ServicesHandler 2013-03-08 16:43:38 +13:00
tools Re-enable pep8 tests, with a minor pep8 fix 2013-03-08 16:42:38 +13:00
.gitignore Use testr to run the unit tests. 2013-02-21 11:13:43 +13: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 prepare for next release 2013-02-21 11:13:43 +13:00
README.rst Reorganise project to contain stand-alone heat-cfntools 2012-12-21 09:20:49 +13:00
setup.py Add tox, pep8, pyflakes, testr support 2013-03-07 12:28:29 +13:00
tox.ini Add tox, pep8, pyflakes, testr support 2013-03-07 12:28:29 +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