[Murano Docs] Add Deploy an env HowTo

Adds a HowTo instruction into the Deploy an environment
section of the End User Guide.

Change-Id: I3881d6ade74069afd2860ac7a9c29fd1291edddc
This commit is contained in:
Maria Zlatkova 2015-09-23 16:44:19 +03:00 committed by Stan Lagun
parent e383b12b6c
commit 474edbd7f5
3 changed files with 41 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -350,9 +350,49 @@ automatically created ``quick-env-1`` environment.
:alt: Configure Application dialog: Add more applications
:width: 630 px
Deploy an application
Deploy an environment
~~~~~~~~~~~~~~~~~~~~~
Make sure to add necessary applications to your environment, then deploy it
following one of the options below:
* Deploy an environment from the Environments page
#. In OpenStack dashboard, navigate to :menuselection:`Murano >
Application Catalog > Environments`.
#. Select :guilabel:`Deploy Environment` from the Actions drop-down list
next to the environment you want to deploy.
.. image:: figures/deploy_env_2.png
:width: 630 px
:alt: Environments page
It may take some time for the environment to deploy. Wait for the status to
change from `Deploying` to `Ready`.
* Deploy an environment from the Environment Components page
#. In OpenStack dashboard, navigate to :menuselection:`Murano >
Application Catalog > Environments`.
#. Click the name of the environment you want to deploy.
.. image:: figures/environments.png
:width: 630 px
:alt: Environments page
#. On the Environment Components page, click :guilabel:`Deploy This Environment`
to start the deployment.
.. image:: figures/deploy_env.png
:width: 630 px
:alt: Environment Components page
It may take some time for the environment to deploy. Wait for the status to
change from `Deploying` to `Ready`. You can check the status either on the
Environments page or on the Environment Components page.
Show an application topology
----------------------------