You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() Remove logic where the heat-metadata server registers a URL on startup with the engine. The instance metadata is now served via the CFN api, so we just have a config-file option specifying the URL of the CFN API. We don't want to preserve the "register on startup" logic, because we need the engine to have access to this information even if it is restarted independent of some other service (avoid reliance on services coming up in a particular order) Change-Id: I690170977227ec96451d2a2fd25f7e507370b604 Signed-off-by: Steven Hardy <shardy@redhat.com> |
11 years ago | |
---|---|---|
bin | 11 years ago | |
contrib | 11 years ago | |
docs | 11 years ago | |
etc | 11 years ago | |
heat | 11 years ago | |
templates | 11 years ago | |
tools | 11 years ago | |
.gitignore | 11 years ago | |
.gitreview | 11 years ago | |
HACKING.rst | 11 years ago | |
LICENSE | 11 years ago | |
MANIFEST.in | 11 years ago | |
README.rst | 11 years ago | |
babel.cfg | 11 years ago | |
install.sh | 11 years ago | |
openstack-common.conf | 11 years ago | |
pylintrc | 11 years ago | |
run_tests.sh | 11 years ago | |
setup.cfg | 11 years ago | |
setup.py | 11 years ago | |
tox.ini | 11 years ago | |
uninstall.sh | 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 CloudFormation 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
- http://docs.amazonwebservices.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html
- http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/create-stack.html
- http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
- http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=tosca
Related projects
- http://wiki.openstack.org/Donabe
- http://wiki.openstack.org/DatabaseAsAService (could be used to provide AWS::RDS::DBInstance)
- http://wiki.openstack.org/QueueService (could be used to provide AWS::SQS::Queue)