OpenStack Orchestration (Heat)
Go to file
Steven Dake a7025cdeb5 Remove erroneous setup operation
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-19 17:10:58 -07:00
bin Remove erroneous setup operation 2012-03-19 17:10:58 -07:00
etc Rename the etc/ files to what they need to be. 2012-03-19 22:53:06 +11:00
heat Add MANIFEST.in and add a oz tdl for a F16 jeos 2012-03-18 20:20:41 -07:00
templates Fix the systemd service section in the template. 2012-03-15 16:49:10 +11:00
.gitignore Add setup.py and friends 2012-03-14 09:25:54 +11:00
HACKING.rst Sync cfg from openstack-common 2012-03-16 11:49:46 -04:00
LICENSE Initial commit (basics copied from glance) 2012-03-13 21:48:07 +11:00
MANIFEST.in Add etc to the manifest 2012-03-19 22:50:06 +11:00
README.rst Remove erroneous setup operation 2012-03-19 17:10:58 -07:00
babel.cfg Add setup.py and friends 2012-03-14 09:25:54 +11:00
openstack-common.conf Sync cfg from openstack-common 2012-03-16 11:49:46 -04:00
pylintrc Initial commit (basics copied from glance) 2012-03-13 21:48:07 +11:00
setup.cfg Add setup.py and friends 2012-03-14 09:25:54 +11:00
setup.py Install config files properly. 2012-03-20 11:09:14 +11:00

README.rst

HEAT

This is the beginings of a AWS Cloudformation API written in the style of an openstack project.

Why heat? It makes the clouds raise and keeps them there.

Quick Start

If you'd like to run trunk, you can clone the git repo:

git clone git@github.com:heat-api/heat.git

Install Heat by running:

sudo python setup.py install

try: shell1:

heat-api

shell2:

sudo heat-engine

shell3:

heat create my_stack --template-url=https://github.com/heat-api/heat/blob/master/templates/WordPress_Single_Instance.template

References: http://docs.amazonwebservices.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/create-stack.html