From f4e2afbc7a32ae137f8456a2a17306a02e2f4d32 Mon Sep 17 00:00:00 2001 From: Evgeny Konstantinov Date: Mon, 18 Apr 2016 13:11:52 -0700 Subject: [PATCH] Add deployment info download instrutcions of Fuel UG Change-Id: Ib84bbf67e480ade2cf56f8652d7caec4ed0ddecc --- .../deployment-information.rst | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 userdocs/fuel-user-guide/maintain-environment/deployment-information.rst diff --git a/userdocs/fuel-user-guide/maintain-environment/deployment-information.rst b/userdocs/fuel-user-guide/maintain-environment/deployment-information.rst new file mode 100644 index 000000000..3b3718dd3 --- /dev/null +++ b/userdocs/fuel-user-guide/maintain-environment/deployment-information.rst @@ -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 --file deployment-info.yaml + fuel2 task settings download --file settings.yaml + fuel2 task network-configuration download --file networks.yaml + + The ```` value is the ID of the deployment task. \ No newline at end of file