openstack-heat


Nameopenstack-heat JSON
Version 22.0.1 PyPI version JSON
download
home_pagehttps://docs.openstack.org/heat/latest/
SummaryOpenStack Orchestration
upload_time2024-06-03 11:25:06
maintainerNone
docs_urlNone
authorOpenStack
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
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-saharaclient (hadoop cluster)
* 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-senlinclient (Clustering 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.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/01/d7/8bb5df2a7c44c00b32aadc172607d3fa479e12d1cadc084fe5aa20532f89/openstack-heat-22.0.1.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-saharaclient (hadoop cluster)\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-senlinclient (Clustering 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": "22.0.1",
    "project_urls": {
        "Homepage": "https://docs.openstack.org/heat/latest/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09c44955b837e37f2ba58797d5924223b66e642834c8c5f8a30c7247ef2a0153",
                "md5": "20188b450df27780df35469a19adf2f9",
                "sha256": "151fa483d4610a0315aa55df0bfa3137e2698411d3562c77208f5423c77a9b66"
            },
            "downloads": -1,
            "filename": "openstack_heat-22.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "20188b450df27780df35469a19adf2f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2668128,
            "upload_time": "2024-06-03T11:25:03",
            "upload_time_iso_8601": "2024-06-03T11:25:03.189873Z",
            "url": "https://files.pythonhosted.org/packages/09/c4/4955b837e37f2ba58797d5924223b66e642834c8c5f8a30c7247ef2a0153/openstack_heat-22.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01d78bb5df2a7c44c00b32aadc172607d3fa479e12d1cadc084fe5aa20532f89",
                "md5": "52d37310aa11ad24940dd54f66e0d19d",
                "sha256": "6f498ca0a38b08a4a12000afc2b68608e926b2cbb80b3fbb4a1abc017b2cb292"
            },
            "downloads": -1,
            "filename": "openstack-heat-22.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "52d37310aa11ad24940dd54f66e0d19d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2428273,
            "upload_time": "2024-06-03T11:25:06",
            "upload_time_iso_8601": "2024-06-03T11:25:06.322020Z",
            "url": "https://files.pythonhosted.org/packages/01/d7/8bb5df2a7c44c00b32aadc172607d3fa479e12d1cadc084fe5aa20532f89/openstack-heat-22.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-03 11:25:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "openstack-heat"
}
        
Elapsed time: 0.35051s