murano/install-guide/source/get_started.rst
Felipe Monteiro f72d767a93 Create official murano install guide.
Currently, murano does not have an official murano install guide
located at [0], which affects murano maturity at [1].

This patch creates the official murano install guide following
the tutorial here: [2].

Also adds tox entry for generating the install guide.

[0] https://docs.openstack.org/project-install-guide/ocata/ubuntu-services.html
[1] https://www.openstack.org/software/releases/ocata/components/murano
[2] https://docs.openstack.org/contributor-guide/project-install-guide.html

Change-Id: I98052b646f3b1e97915aa7382dd2e60eaa4a6137
2017-03-17 16:45:17 +00:00

24 lines
840 B
ReStructuredText

====================================
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.