Add deployment info download instrutcions of Fuel UG

Change-Id: Ib84bbf67e480ade2cf56f8652d7caec4ed0ddecc
This commit is contained in:
Evgeny Konstantinov
2016-04-18 13:11:52 -07:00
parent 1a71690368
commit f4e2afbc7a

View File

@@ -0,0 +1,31 @@
.. _deployment-information:
Download deployment information
===============================
Fuel stores detailed information about deployments in its database.
You can download cluster settings, network configuration, and serialized
cluster data, such as ``astute.yaml`` for all nodes used for a specific
deployment.
**To download the deployment information:**
#. Log in to the Fuel Master node.
#. Get the ID of the deployment task:
.. code-block:: console
fuel task
fuel2 task list
#. Download the deployment information:
.. code-block:: console
fuel2 task deployment-info download <task-id> --file deployment-info.yaml
fuel2 task settings download <task-id> --file settings.yaml
fuel2 task network-configuration download <task-id> --file networks.yaml
The ``<task-id>`` value is the ID of the deployment task.