From a046cc707f09d30b5a100948b50977df40ade2e9 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Fri, 4 Nov 2022 13:43:51 +0100 Subject: [PATCH] Removing irrelavant references to 'plan-environment.yaml' The file and associated CLI commands were removed in wallaby and are therefore no longer relevant for more recent releases. Information about the file for FFU between older releases was kept, as it is presumably still relevant. Closes-Bug: lp#1995702 Signed-off-by: Jiri Podivin Change-Id: Ib508e98c35c83e295324a5900cf2325427d8158a --- .../install/advanced_deployment/custom.rst | 4 +- .../advanced_deployment/plan_export.rst | 40 ------------------- 2 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 doc/source/install/advanced_deployment/plan_export.rst diff --git a/doc/source/install/advanced_deployment/custom.rst b/doc/source/install/advanced_deployment/custom.rst index c3d24972..bda8855a 100644 --- a/doc/source/install/advanced_deployment/custom.rst +++ b/doc/source/install/advanced_deployment/custom.rst @@ -5,5 +5,5 @@ Documentation on how to deploy custom configurations with |project|. .. toctree:: - - plan_export + deploy_openshift + features diff --git a/doc/source/install/advanced_deployment/plan_export.rst b/doc/source/install/advanced_deployment/plan_export.rst deleted file mode 100644 index 03646a35..00000000 --- a/doc/source/install/advanced_deployment/plan_export.rst +++ /dev/null @@ -1,40 +0,0 @@ -Exporting Deployment Plans -========================== - -Exporting a deployment plan enables you to quickly retrieve the contents of an -existing deployment plan. A deployment plan consists of the heat templates and -the environment files used to deploy an overcloud, as well as the -`plan-environment.yaml`_ file which holds the plan metadata. Exporting a plan -can be useful if you want to use an existing plan as a starting point for -further customizations (instead of starting from scratch with a fresh copy of -`tripleo-heat-templates`_). - -Exporting a plan using the CLI ------------------------------- - -To export a plan using the CLI, use the following command:: - - $ openstack overcloud plan export - -E.g:: - - $ openstack overcloud plan export overcloud - -will export the default plan called ``overcloud``. By default, a tarball named -``overcloud.tar.gz`` containing the plan files will be created in the current -directory. If you would like to use a custom file name, you can specify it -using the ``--output-file`` option. - -Exporting a plan using the UI ------------------------------ - -To export a plan using the UI, navigate to the ``Plans`` page using the -``All Plans`` link from the ``Plans`` tab. Then open the kebab menu of the -plan you want to export and click the ``Export`` link. This will trigger the -plan export workflow and after the plan export completes you will be presented -with a link to download the plan tarball. - - - -.. _`plan-environment.yaml`: https://github.com/openstack/tripleo-heat-templates/blob/master/plan-environment.yaml -.. _`tripleo-heat-templates`: https://github.com/openstack/tripleo-heat-templates