Figure 1 understand the internal call logic of openstack heat

Source: Internet
Author: User

Openstack heat is a promising project, mainly responsible for using templates in the data center to automate resource management.

That is, the user defines a resource template with good readability (JSON or yaml). Heat is responsible for deploying these resources in openstack.

It consists of three layers: heatclient, heatapi, and heatengine. The call logic is shown in.




Heat-ClientTo receive input commands, parameters, and templates (URL, File path or data ).Rest APIRequest sentHeat-APIService.

Heat-APIThe Service accepts the request, reads the template information, and usesRPCRequest sentHeat-engine.

Heat-engineParse template data and call various resource plug-ins.

Resource-Plugins, Various resource plug-ins throughOpenstackOfClientsSend commandOpenstackService.


The specific code analysis can refer to the https://github.com/yeasy/tech_writing/blob/master/OpenStack/OpenStack%20Heat%E4%BB%A3%E7%A0%81%E5%88%86%E6%9E%90.pdf.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.