File: get_started.rst

package info (click to toggle)
murano 1%3A6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,644 kB
  • sloc: python: 34,127; sh: 717; pascal: 269; makefile: 83
file content (23 lines) | stat: -rw-r--r-- 840 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
====================================
Application Catalog service overview
====================================
The Application Catalog service consists of the following components:

``murano`` command-line client
  A CLI that communicates with the ``murano-api`` to publish various
  cloud-ready applications on new virtual machines.

``murano-api`` service
  An OpenStack-native REST API that processes API requests by sending
  them to the ``murano-engine`` service via AMQP.

``murano-agent`` service
  The agent that runs on guest VMs and executes the deployment plan,
  a combination of execution plan templates and scripts.

``murano-engine`` service
  The workflow component of Murano, responsible for the deployment of an
  environment.

``murano-dashboard`` service
  Murano UI implemented as a plugin for the OpenStack Dashboard.