Merge "[common] Change modules to services"
This commit is contained in:
commit
fc51ea2d3b
@ -1,8 +1,8 @@
|
||||
==============================
|
||||
OpenStack Orchestration module
|
||||
==============================
|
||||
===============================
|
||||
OpenStack Orchestration service
|
||||
===============================
|
||||
|
||||
The Orchestration module provides a template-based orchestration for
|
||||
The Orchestration service provides a template-based orchestration for
|
||||
describing a cloud application by running OpenStack API calls to
|
||||
generate running cloud applications. The software integrates other core
|
||||
components of OpenStack into a one-file template system. The templates
|
||||
@ -12,10 +12,10 @@ advanced functionality, such as instance high availability, instance
|
||||
auto-scaling, and nested stacks. This enables OpenStack core projects to
|
||||
receive a larger user base.
|
||||
|
||||
The service enables deployers to integrate with the Orchestration module
|
||||
The service enables deployers to integrate with the Orchestration service
|
||||
directly or through custom plug-ins.
|
||||
|
||||
The Orchestration module consists of the following components:
|
||||
The Orchestration service consists of the following components:
|
||||
|
||||
``heat`` command-line client
|
||||
A CLI that communicates with the heat-api to run AWS CloudFormation
|
||||
|
@ -1,8 +1,8 @@
|
||||
==========================
|
||||
OpenStack Telemetry module
|
||||
==========================
|
||||
===========================
|
||||
OpenStack Telemetry service
|
||||
===========================
|
||||
|
||||
The Telemetry module performs the following functions:
|
||||
The Telemetry service performs the following functions:
|
||||
|
||||
- Efficiently polls metering data related to OpenStack services.
|
||||
|
||||
@ -14,7 +14,7 @@ The Telemetry module performs the following functions:
|
||||
|
||||
- Creates alarms when collected data breaks defined rules.
|
||||
|
||||
The Telemetry module consists of the following components:
|
||||
The Telemetry service consists of the following components:
|
||||
|
||||
A compute agent (``ceilometer-agent-compute``)
|
||||
Runs on each compute node and polls for resource utilization
|
||||
|
@ -874,7 +874,7 @@
|
||||
<glossdef>
|
||||
<para>
|
||||
AWS CloudFormation allows AWS users to create and manage a
|
||||
collection of related resources. The Orchestration module
|
||||
collection of related resources. The Orchestration service
|
||||
supports a CloudFormation-compatible format (CFN).
|
||||
</para>
|
||||
</glossdef>
|
||||
@ -2163,8 +2163,8 @@
|
||||
<para>An official OpenStack project. Currently consists of Compute
|
||||
(nova), Object Storage (swift), Image service (glance), Identity
|
||||
(keystone), Dashboard (horizon), Networking (neutron), and Block
|
||||
Storage (cinder), the Telemetry module (ceilometer), Orchestration
|
||||
module (heat), Database service (trove), Bare Metal service (ironic),
|
||||
Storage (cinder), Telemetry (ceilometer), Orchestration (heat),
|
||||
Database service (trove), Bare Metal service (ironic),
|
||||
Data processing service (sahara). However, this
|
||||
definition is changing based on
|
||||
community discussions about the "Big Tent".
|
||||
|
Loading…
Reference in New Issue
Block a user