UsefulLinks
Computer Science
Other Tools and Technologies
OpenStack
1. Introduction to Cloud Computing and OpenStack
2. Identity Service: Keystone
3. Compute Service: Nova
4. Image Service: Glance
5. Block Storage Service: Cinder
6. Object Storage Service: Swift
7. Networking Service: Neutron
8. Dashboard: Horizon
9. Orchestration Service: Heat
10. Telemetry and Monitoring
11. Deployment and Configuration
12. Operations and Management
13. Advanced Topics
9.
Orchestration Service: Heat
9.1.
Core Functionality
9.1.1.
Template-Based Orchestration
9.1.2.
Automated Resource Provisioning
9.1.3.
Stack Lifecycle Management
9.1.4.
Infrastructure as Code
9.2.
Key Concepts
9.2.1.
Stacks
9.2.1.1.
Stack Creation
9.2.1.2.
Stack Update
9.2.1.3.
Stack Deletion
9.2.1.4.
Stack Events
9.2.2.
Templates
9.2.2.1.
Heat Orchestration Template
9.2.2.2.
AWS CloudFormation Template Compatibility
9.2.2.3.
Template Validation
9.2.3.
Resources
9.2.3.1.
Resource Types
9.2.3.2.
Resource Dependencies
9.2.3.3.
Resource Properties
9.2.4.
Parameters
9.2.4.1.
Parameter Definition
9.2.4.2.
Parameter Validation
9.2.4.3.
Parameter Groups
9.2.5.
Outputs
9.2.5.1.
Output Definition
9.2.5.2.
Output Retrieval
9.2.6.
Autoscaling
9.2.6.1.
Scaling Policies
9.2.6.2.
Scaling Groups
9.2.6.3.
Alarm-Based Scaling
9.2.7.
Nested Stacks
9.2.8.
Stack Adoption
9.3.
Heat Architecture
9.3.1.
heat-api
9.3.1.1.
API Endpoints
9.3.2.
heat-api-cfn
9.3.2.1.
CloudFormation-Compatible API
9.3.3.
heat-engine
9.3.3.1.
Template Parsing
9.3.3.2.
Resource Management
9.3.3.3.
Stack Operations
9.3.4.
heat-api-cloudwatch
9.3.4.1.
CloudWatch-Compatible API
9.4.
Template Development
9.4.1.
Template Structure
9.4.2.
Resource Definitions
9.4.3.
Intrinsic Functions
9.4.4.
Conditions
9.4.5.
Template Composition
Previous
8. Dashboard: Horizon
Go to top
Next
10. Telemetry and Monitoring