renaming CloudFormations to CloudFormation

This commit is contained in:
Chris Alfonso 2012-04-13 15:01:41 -04:00
parent 4b04ffd16a
commit f0862d8b88
7 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@ This is an OpenStack style project that provides a REST API to orchestrate
multiple cloud applications implementing well-known standards such as AWS multiple cloud applications implementing well-known standards such as AWS
CloudFormation and TOSCA. CloudFormation and TOSCA.
Currently the developers are focusing on AWS CloudFormations but are watching Currently the developers are focusing on AWS CloudFormation but are watching
the development of the TOSCA specification. the development of the TOSCA specification.
Why heat? It makes the clouds rise and keeps them there. Why heat? It makes the clouds rise and keeps them there.

View File

@ -243,7 +243,7 @@ def jeos_create(options, arguments):
print ' heat jeos_create <distro> <arch> <instancetype>' print ' heat jeos_create <distro> <arch> <instancetype>'
print ' instance type can be:' print ' instance type can be:'
print ' gold builds a base image where userdata is used to initialize the instance' print ' gold builds a base image where userdata is used to initialize the instance'
print ' cfntools builds a base image where AWS CloudFormations tools are present' print ' cfntools builds a base image where AWS CloudFormation tools are present'
sys.exit(1) sys.exit(1)
distro = arguments.pop(0) distro = arguments.pop(0)

View File

@ -3,7 +3,7 @@
""" """
Heat API Server. This implements an approximation of the Amazon Heat API Server. This implements an approximation of the Amazon
CloudFormations API and translates it into a native representation. It then CloudFormation API and translates it into a native representation. It then
calls the heat-engine via REST to implement them. calls the heat-engine via REST to implement them.
""" """

View File

@ -2,7 +2,7 @@ There are several bootstrap methods for cloudformations:
1. Create image with application ready to go 1. Create image with application ready to go
2. Use cloud-init to run a startup script passed as userdata to the nova 2. Use cloud-init to run a startup script passed as userdata to the nova
server create server create
3. Use the CloudFormations instance helper scripts 3. Use the CloudFormation instance helper scripts
This directory contains files required for choice #3. This directory contains files required for choice #3.
@ -10,4 +10,4 @@ cfn-init - Reads the AWS::CloudFormation::Init for the instance resource,
installs packages, and starts services installs packages, and starts services
cfn-signal - Waits for an application to be ready before continuing, ie: cfn-signal - Waits for an application to be ready before continuing, ie:
supporting the WaitCondition feature supporting the WaitCondition feature
cfn-hup - Handle updates from the UpdateStack CloudFormations API call cfn-hup - Handle updates from the UpdateStack CloudFormation API call

View File

@ -12,5 +12,5 @@
# under the License. # under the License.
""" """
Implements cfn-hup CloudFormations functionality Implements cfn-hup CloudFormation functionality
""" """

View File

@ -13,7 +13,7 @@
# under the License. # under the License.
""" """
Implements cfn-init CloudFormations functionality Implements cfn-init CloudFormation functionality
Resource metadata currently implemented: Resource metadata currently implemented:
* config/packages * config/packages

View File

@ -12,5 +12,5 @@
# under the License. # under the License.
""" """
Implements cfn-signal CloudFormations functionality Implements cfn-signal CloudFormation functionality
""" """