2016-11-25 10:57:18 +01:00
|
|
|
========================
|
|
|
|
Team and repository tags
|
|
|
|
========================
|
|
|
|
|
|
|
|
.. image:: http://governance.openstack.org/badges/heat.svg
|
|
|
|
:target: http://governance.openstack.org/reference/tags/index.html
|
|
|
|
|
|
|
|
.. Change things from this point on
|
|
|
|
|
2012-03-19 22:51:55 +11:00
|
|
|
====
|
2015-04-24 22:03:07 -04:00
|
|
|
Heat
|
2012-03-19 22:51:55 +11:00
|
|
|
====
|
|
|
|
|
2012-12-03 10:08:29 +11:00
|
|
|
Heat is a service to orchestrate multiple composite cloud applications using
|
2015-08-21 03:45:30 +00:00
|
|
|
templates, through both an OpenStack-native REST API and a
|
2013-01-14 09:33:20 +13:00
|
|
|
CloudFormation-compatible Query API.
|
2012-03-19 22:51:55 +11:00
|
|
|
|
2012-03-28 10:52:54 -07:00
|
|
|
Why heat? It makes the clouds rise and keeps them there.
|
2012-03-19 22:51:55 +11:00
|
|
|
|
2012-04-02 16:17:06 -04:00
|
|
|
Getting Started
|
2013-04-10 19:14:31 +10:00
|
|
|
---------------
|
2012-03-19 22:51:55 +11:00
|
|
|
|
2012-03-20 07:26:40 -04:00
|
|
|
If you'd like to run from the master branch, you can clone the git repo:
|
2012-03-19 22:51:55 +11:00
|
|
|
|
2015-10-21 15:17:24 +08:00
|
|
|
git clone https://git.openstack.org/openstack/heat
|
2012-12-03 10:08:29 +11:00
|
|
|
|
2013-04-10 19:14:31 +10:00
|
|
|
|
|
|
|
* Wiki: http://wiki.openstack.org/Heat
|
2017-08-08 12:30:10 +05:30
|
|
|
* Developer docs: http://docs.openstack.org/heat/latest
|
2015-10-20 22:52:38 +08:00
|
|
|
* Template samples: https://git.openstack.org/cgit/openstack/heat-templates
|
2017-01-09 16:33:07 +08:00
|
|
|
* Agents: https://git.openstack.org/cgit/openstack/heat-agents
|
2012-03-19 22:51:55 +11:00
|
|
|
|
2012-12-03 10:08:29 +11:00
|
|
|
Python client
|
|
|
|
-------------
|
2015-10-20 22:52:38 +08:00
|
|
|
https://git.openstack.org/cgit/openstack/python-heatclient
|
2012-03-28 10:52:54 -07:00
|
|
|
|
2012-03-20 13:14:02 +11:00
|
|
|
References
|
|
|
|
----------
|
2012-03-20 13:17:17 +11:00
|
|
|
* 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
|
2012-03-20 13:11:53 +11:00
|
|
|
|
2012-12-03 10:08:29 +11:00
|
|
|
We have integration with
|
|
|
|
------------------------
|
2015-10-20 22:52:38 +08:00
|
|
|
* https://git.openstack.org/cgit/openstack/python-novaclient (instance)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-keystoneclient (auth)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-swiftclient (s3)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-neutronclient (networking)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-ceilometerclient (metering)
|
2016-06-03 12:53:09 +08:00
|
|
|
* https://git.openstack.org/cgit/openstack/python-aodhclient (alarming service)
|
2015-10-20 22:52:38 +08:00
|
|
|
* https://git.openstack.org/cgit/openstack/python-cinderclient (storage service)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-glanceclient (image service)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-troveclient (database as a Service)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-saharaclient (hadoop cluster)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-barbicanclient (key management service)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-designateclient (DNS service)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-magnumclient (container service)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-manilaclient (shared file system service)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-mistralclient (workflow service)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-zaqarclient (messaging service)
|
|
|
|
* https://git.openstack.org/cgit/openstack/python-monascaclient (monitoring service)
|