OpenStack Orchestration (Heat)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Zane Bitter f45f677a5f
Handle missing config file
11 years ago
bin Put cfn-tools into the cfntool image 11 years ago
docs/man/man1 Removing some of the cargo cult copy paste shrapnel 11 years ago
etc Adding the sqlalchemy db implmentation 11 years ago
heat Handle missing config file 11 years ago
templates Rename cftools to cfntools in the wordpress single instance template 11 years ago
tools Fix path to keystonerc 11 years ago
var Install /var/lib/heat directory 11 years ago
.gitignore Removed the *.log from the .gitignore so I can add the dummy files 11 years ago
HACKING.rst Directives to not use variable names that conflict with pdb 11 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
MANIFEST.in Renamed all occurrances of cftools to cfntools to be more consistent 11 years ago
Makefile Adding rpm packaging for heat packages 11 years ago
README.rst Updating the README to point to the Getting Started Wiki 11 years ago
babel.cfg Add setup.py and friends 11 years ago
heat.spec Pre-bake cftools into an image 11 years ago
openstack-common.conf Add utils & exception from openstack-common 11 years ago
pylintrc Directives to not use variable names that conflict with pdb 11 years ago
run_tests.py Removing OpenStack LLC copyright 11 years ago
run_tests.sh Start separating the api and the implementation. 11 years ago
setup.cfg Add setup.py and friends 11 years ago
setup.py Add a heat database to store templates, state, and events 11 years ago

README.rst

HEAT

This is an OpenStack style project that provides a REST API to orchestrate multiple cloud applications implementing well-known standards such as AWS CloudFormation and TOSCA.

Currently the developers are focusing on AWS CloudFormations but are watching the development of the TOSCA specification.

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

Getting Started -----------

If you'd like to run from the master branch, you can clone the git repo:

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

Follow the steps: https://github.com/heat-api/heat/wiki/HeatGettingStarted

References