deb-heat/doc/source/index.rst
zhangchunlong1@huawei.com 1e49aad113 Introduce Guru Meditation Reports into Heat
This commit integrates functionality from the `openstack.common.report`
module into Heat. This enables Heat services to receive SIGUSR1 and
print a Guru Meditation Report to stderr or file. The required modules
were added to 'openstack-common.conf' as well.

Change-Id: I36af98590e5556f012b0e9f79e21585e216b7280
Blueprint: guru-meditation-report
Co-Authored-By: huangtianhua <huangtianhua@huawei.com>
2015-07-02 16:55:25 +08:00

2.7 KiB

Welcome to the Heat developer documentation!

Heat is a service to orchestrate multiple composite cloud applications using the AWS CloudFormation template format, through both an OpenStack-native REST API and a CloudFormation-compatible Query API.

What is the purpose of the project and vision for it?

  • Heat provides a template based orchestration for describing a cloud application by executing appropriate OpenStack API calls to generate running cloud applications.
  • The software integrates other core components of OpenStack into a one-file template system. The templates allow creation of most OpenStack resource types (such as instances, floating ips, volumes, security groups, users, etc), as well as some more advanced functionality such as instance high availability, instance autoscaling, and nested stacks. By providing very tight integration with other OpenStack core projects, all OpenStack core projects could receive a larger user base.
  • Allow deployers to integrate with Heat directly or by adding custom plugins.

This documentation offers information on how heat works and how to contribute to the project.

Getting Started

getting_started/index templates/index template_guide/index glossary

Man Pages

man/index

Developers Documentation

architecture pluginguide schedulerhints gmr

API Documentation

  • Heat REST API Reference (OpenStack API Complete Reference - Orchestration)

Operations Documentation

scale_deployment

Code Documentation

api/autoindex

Indices and tables

  • genindex
  • modindex
  • search