RTS

Resource Template Service (RTS) helps you simplify cloud computing resource management and automate O&M. You can compile a template file and define a collection of cloud computing resources, dependencies between resources, and resource configurations based on the template specifications defined in the RTS service. Then you can automatically create and configure all resources in the template using the orchestration engine to simplify deployment and O&M. The RTS service supports most APIs of the native OpenStack Heat component and templates in the HOT (Heat Orchestration Template) format.

Figure 1 Resource template

You can use the RTS service with methods in Table 1.

Table 1 Methods of using RTS

Method

Description

Management console

The management console is a web-based visualized user interface, which is helpful for beginners to learn.

Heat client

The Heat client is a subproject of OpenStack Client, functioning as a command line client targeted for Heat. You can use this client to access cloud services by running commands.

For details, see Heat Client.

API

The API (Application Programming Interface) management mode is based on HTTPS requests. If you need to integrate RTS into a third-party system for secondary development, use APIs to access the RTS service.

For details, see the Resource Template Service API Reference.

Basic Concepts

Product Functions