[Murano Docs] Review an environment

* Adds a HowTo instruction into the "Review an environment"
section of the End User Guide.

Change-Id: I32d1c3fcf9565dbb404caf6c2fc603a823c7a9d6
This commit is contained in:
Maria Zlatkova
2015-11-23 20:07:15 +02:00
parent ebcafb80f3
commit 1f912ef1fd
3 changed files with 49 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View File

@@ -393,6 +393,8 @@ following one of the options below:
change from `Deploying` to `Ready`. You can check the status either on the
Environments page or on the Environment Components page.
.. _application-topology:
Application topology
--------------------

View File

@@ -54,5 +54,52 @@ You can edit the name of an environment. For this, perform the following steps:
Review an environment
~~~~~~~~~~~~~~~~~~~~~
This section provides a general overview of an environment, its structure,
possible statuses, and actions. An environment groups applications together.
An application that is added to an environment is called a component.
To see an environment status, navigate to :menuselection:`Murano > Application Catalog > Environments`.
Environments may have one of the following statuses:
* **Ready to configure**. When the environment is new and contains no
components.
* **Ready to deploy**. When the environment contains a component or multiple
components and is ready for deployment.
* **Ready**. When the environment has been successfully deployed.
* **Deploying**. When the deploying is in progress.
* **Deploy FAILURE**. When the deployment finished with errors.
* **Deleting**. When deleting of an environment is in progress.
* **Delete FAILURE**. You can abandon the environment in this case.
Currently, the component status corresponds to the environment status.
To review an environment and its components, or reconfigure the environment,
click the name of an environment or simply click the rightmost
:guilabel:`Manage Components` button.
* On the :guilabel:`Components` tab you can:
* Add or delete a component from an environment
* Send an environment to deploy
* Track a component status
* Call murano actions of a particular application in a deployed environment:
.. figure:: figures/murano_actions.png
:width: 100%
For more information on murano actions, see:
:ref:`Murano actions <actions>`.
* On the :guilabel:`Topology`, :guilabel:`Deployment History`, and
:guilabel:`Latest Deployment Log` tabs of the environment page you can view
the following:
* The application topology of an environment. For more information, see:
:ref:`Application topology <application-topology>`.
* The log of a particular deployment. For more information, see:
:ref:`Deployment history <depl-history>`.
* The information on the latest deployment of an environment. For more
information, see: :ref:`Latest deployment log <latest-log>`.
Analyze logs
~~~~~~~~~~~~