deb-murano/doc/source/draft/enduser-guide/quickstart.rst
Tetiana Lashchova 928ee3fcc9 [Docs] Replace names and images
After commit I49999d702f403d946084c5c4312d367404127b47
some names in dashboard were changed.
This patch replaces these names and related images in the docs.

Closes-Bug: #1583579

Depends-On: I8dea2cdf682ddd615a8dcc37154fc3d90df5c12b
Depends-On: I709308cf34dd8982e73422c26aad487a6068e24c

Change-Id: I3f0719e34c94594555cd5924f5ffd87692053b0a
2016-05-26 14:09:00 +00:00

4.0 KiB

Quickstart

This is a brief walkthrough to quickly get you familiar with the basic operations you can perform when using the Application catalog directly from the dashboard.

For the detailed instructions on how to manage your environments <manage-environments> and applications <manage_applications>, please proceed with dedicated sections.

Upload an application

To upload an application to the catalog:

  1. Log in to the OpenStack dashboard.

  2. Navigate to Applications > Manage > Packages.

  3. Click on the Import Package button:

    Packages page

  4. In the Import Package dialog:

    Import Package dialog 1

  5. View the package details in the new dialog, click Next to continue:

    Import Package dialog 2

  6. Select the Application Servers from the application category list, click Create to import the application package:

    Import Package dialog 3

  7. Now your application is available from Applications > Catalog > Browse page.

Deploy an application

To add an application to an environment's component list and deploy the environment:

  1. Log in to the OpenStack dashboard.

  2. Navigate to Applications > Catalog > Browse.

  3. Click on the Quick Deploy button from the required application from the list. Lets deploy Apache HTTP Server, for example:

    Applications page

  4. Check Assign Floating IP and click Next to proceed:

    Configure Application dialog 1

  5. Select the Instance Image from the drop-down list and click Create:

    Configure Application dialog 2

  6. Now the Apache HTTP Server application is successfully added to the newly created quick-env-4 environment. Click the Deploy This Environment button to start the deployment:

    Environment "quick-env-1" page

    It may take some time for the environment to deploy. Wait until the status is changed from Deploying to Ready.

  7. Navigate to Applications > Catalog > Environments to view the details.

Delete an application

To delete an application that belongs to the environment:

  1. Log in to the OpenStack dashboard.
  2. Navigate to Applications > Catalog > Environments.
  3. Click on the name of the environment to view its details, which include components, topology, and deployment history.
  4. In the Component List section, click on the Delete Component button next to the application to be deleted. Confirm the deletion.

Note

If an application that you are deleting has already been deployed, you should redeploy it to apply the recent changes. If the environment has not been deployed with this component, the changes are applied immediately on receiving the confirmation.

Warning

Due to a known bug in Murano Kilo, resources allocated by a deleted application might not be reclaimed until the deletion of an environment. See LP1417136 for the details.