Skip to content

Instantly share code, notes, and snippets.

/README.rst Secret

Created November 25, 2016 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d71e2eaf72170035e6d10135f9c04a02 to your computer and use it in GitHub Desktop.
Save anonymous/d71e2eaf72170035e6d10135f9c04a02 to your computer and use it in GitHub Desktop.
heat-cfntools

Team and repository tags

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment