========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/heat.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
====
Heat
====
Heat is a service to orchestrate multiple composite cloud applications using
templates, through both an OpenStack-native REST API and a
CloudFormation-compatible Query API.
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 https://opendev.org/openstack/heat
* Documentation: https://docs.openstack.org/heat/latest
* Template samples: https://opendev.org/openstack/heat-templates
* Agents: https://opendev.org/openstack/heat-agents
* Release Notes: https://docs.openstack.org/releasenotes/heat/
Python client
-------------
* Documentation: https://docs.openstack.org/python-heatclient/latest
* Source: https://opendev.org/openstack/python-heatclient
Report a Story (a bug/blueprint)
--------------------------------
If you'd like to report a Story (we used to call a bug/blueprint), you can
report it under Report a story in
`Heat's StoryBoard <https://storyboard.openstack.org/#!/project/989>`_.
If you must report the story under other sub-project of heat, you can find
them all in `Heat StoryBoard Group <https://storyboard.openstack.org/#!/project_group/82>`_.
if you encounter any issue.
References
----------
* https://docs.amazonwebservices.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html
* https://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/create-stack.html
* https://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
* https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=tosca
We have integration with
------------------------
* https://opendev.org/openstack/python-novaclient (instance)
* https://opendev.org/openstack/python-keystoneclient (auth)
* https://opendev.org/openstack/python-swiftclient (object storage)
* https://opendev.org/openstack/python-neutronclient (networking)
* https://opendev.org/openstack/python-aodhclient (alarming service)
* https://opendev.org/openstack/python-cinderclient (block storage)
* https://opendev.org/openstack/python-glanceclient (image service)
* https://opendev.org/openstack/python-troveclient (database as a Service)
* https://opendev.org/openstack/python-barbicanclient (key management service)
* https://opendev.org/openstack/python-designateclient (DNS service)
* https://opendev.org/openstack/python-magnumclient (container service)
* https://opendev.org/openstack/python-manilaclient (shared file system service)
* https://opendev.org/openstack/python-mistralclient (workflow service)
* https://opendev.org/openstack/python-zaqarclient (messaging service)
* https://opendev.org/openstack/python-monascaclient (monitoring service)
* https://opendev.org/openstack/python-zunclient (container management service)
* https://opendev.org/openstack/python-blazarclient (reservation service)
* https://opendev.org/openstack/python-octaviaclient.git (Load-balancer service)
* https://opendev.org/openstack/python-vitrageclient.git (RCA service)
* https://opendev.org/openstack/python-ironicclient (baremetal provisioning service)
Raw data
{
"_id": null,
"home_page": "https://docs.openstack.org/heat/latest/",
"name": "openstack-heat",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "OpenStack",
"author_email": "openstack-discuss@lists.openstack.org",
"download_url": "https://files.pythonhosted.org/packages/78/6e/e67f7078bb7d5d2e9530a95ef7a7751034fdeb9201b8fd077ee3c5f610e2/openstack-heat-23.0.0.tar.gz",
"platform": null,
"description": "========================\nTeam and repository tags\n========================\n\n.. image:: https://governance.openstack.org/tc/badges/heat.svg\n :target: https://governance.openstack.org/tc/reference/tags/index.html\n\n.. Change things from this point on\n\n====\nHeat\n====\n\nHeat is a service to orchestrate multiple composite cloud applications using\ntemplates, through both an OpenStack-native REST API and a\nCloudFormation-compatible Query API.\n\nWhy heat? It makes the clouds rise and keeps them there.\n\nGetting Started\n---------------\n\nIf you'd like to run from the master branch, you can clone the git repo:\n\n git clone https://opendev.org/openstack/heat\n\n\n* Documentation: https://docs.openstack.org/heat/latest\n* Template samples: https://opendev.org/openstack/heat-templates\n* Agents: https://opendev.org/openstack/heat-agents\n* Release Notes: https://docs.openstack.org/releasenotes/heat/\n\nPython client\n-------------\n\n* Documentation: https://docs.openstack.org/python-heatclient/latest\n* Source: https://opendev.org/openstack/python-heatclient\n\nReport a Story (a bug/blueprint)\n--------------------------------\n\nIf you'd like to report a Story (we used to call a bug/blueprint), you can\nreport it under Report a story in\n`Heat's StoryBoard <https://storyboard.openstack.org/#!/project/989>`_.\nIf you must report the story under other sub-project of heat, you can find\nthem all in `Heat StoryBoard Group <https://storyboard.openstack.org/#!/project_group/82>`_.\nif you encounter any issue.\n\nReferences\n----------\n* https://docs.amazonwebservices.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html\n* https://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/create-stack.html\n* https://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\n* https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=tosca\n\nWe have integration with\n------------------------\n* https://opendev.org/openstack/python-novaclient (instance)\n* https://opendev.org/openstack/python-keystoneclient (auth)\n* https://opendev.org/openstack/python-swiftclient (object storage)\n* https://opendev.org/openstack/python-neutronclient (networking)\n* https://opendev.org/openstack/python-aodhclient (alarming service)\n* https://opendev.org/openstack/python-cinderclient (block storage)\n* https://opendev.org/openstack/python-glanceclient (image service)\n* https://opendev.org/openstack/python-troveclient (database as a Service)\n* https://opendev.org/openstack/python-barbicanclient (key management service)\n* https://opendev.org/openstack/python-designateclient (DNS service)\n* https://opendev.org/openstack/python-magnumclient (container service)\n* https://opendev.org/openstack/python-manilaclient (shared file system service)\n* https://opendev.org/openstack/python-mistralclient (workflow service)\n* https://opendev.org/openstack/python-zaqarclient (messaging service)\n* https://opendev.org/openstack/python-monascaclient (monitoring service)\n* https://opendev.org/openstack/python-zunclient (container management service)\n* https://opendev.org/openstack/python-blazarclient (reservation service)\n* https://opendev.org/openstack/python-octaviaclient.git (Load-balancer service)\n* https://opendev.org/openstack/python-vitrageclient.git (RCA service)\n* https://opendev.org/openstack/python-ironicclient (baremetal provisioning service)\n\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "OpenStack Orchestration",
"version": "23.0.0",
"project_urls": {
"Homepage": "https://docs.openstack.org/heat/latest/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "95413ea4185217e77671a42ff326431f49e7f5915fa2c71d391bc66a618f4a47",
"md5": "2ee760220e003215b70ba2fd889dca66",
"sha256": "a2134d98a6541872b89105f256281220d26a353592f004a286fa22c746950016"
},
"downloads": -1,
"filename": "openstack_heat-23.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2ee760220e003215b70ba2fd889dca66",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 2576174,
"upload_time": "2024-10-02T11:08:41",
"upload_time_iso_8601": "2024-10-02T11:08:41.394736Z",
"url": "https://files.pythonhosted.org/packages/95/41/3ea4185217e77671a42ff326431f49e7f5915fa2c71d391bc66a618f4a47/openstack_heat-23.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "786ee67f7078bb7d5d2e9530a95ef7a7751034fdeb9201b8fd077ee3c5f610e2",
"md5": "841abd006e4111a46576973459743ce6",
"sha256": "21207f890251dcabcf87b1cb313410632ac612fdfa5878a0fe247f7638121b53"
},
"downloads": -1,
"filename": "openstack-heat-23.0.0.tar.gz",
"has_sig": false,
"md5_digest": "841abd006e4111a46576973459743ce6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 2358085,
"upload_time": "2024-10-02T11:08:43",
"upload_time_iso_8601": "2024-10-02T11:08:43.882029Z",
"url": "https://files.pythonhosted.org/packages/78/6e/e67f7078bb7d5d2e9530a95ef7a7751034fdeb9201b8fd077ee3c5f610e2/openstack-heat-23.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-02 11:08:43",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "openstack-heat"
}