OpenStack Orchestration (Heat) CFN Tools
d6f8cda665
We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: Ic4a3b28cb670c71fb205640a9a9338bbcf9bc9bf |
||
---|---|---|
bin | ||
doc | ||
heat_cfntools | ||
tools | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
.zuul.yaml | ||
CONTRIBUTING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Heat CloudFormation Tools
There are several bootstrap methods for cloudformations:
- Create image with application ready to go
- Use cloud-init to run a startup script passed as userdata to the nova server create
- 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
- Free software: Apache license
- Source: http://git.openstack.org/cgit/openstack/heat-cfntools
- Bugs: http://bugs.launchpad.net/heat-cfntools