From 206b301489c365b935ec96651534a35cd7c407cc Mon Sep 17 00:00:00 2001 From: Juanita-Balaraj Date: Tue, 27 Jul 2021 12:37:27 -0400 Subject: [PATCH] Updated "Uninstall StarlingX OpenStack" topics in r5/r6 Updated Patchset 1 comments Signed-off-by: Juanita-Balaraj Change-Id: I427dd6190ea24be5425d27fb3bf7d6382575d3ae Signed-off-by: Juanita-Balaraj --- .../r5_release/openstack/uninstall_delete.rst | 26 ++++++++++++++----- .../r6_release/openstack/uninstall_delete.rst | 25 ++++++++++++++---- 2 files changed, 40 insertions(+), 11 deletions(-) diff --git a/doc/source/deploy_install_guides/r5_release/openstack/uninstall_delete.rst b/doc/source/deploy_install_guides/r5_release/openstack/uninstall_delete.rst index 9578ceb4e..5dead91b8 100644 --- a/doc/source/deploy_install_guides/r5_release/openstack/uninstall_delete.rst +++ b/doc/source/deploy_install_guides/r5_release/openstack/uninstall_delete.rst @@ -1,14 +1,29 @@ -============================= -Uninstall StarlingX OpenStack -============================= -This section provides additional commands for uninstalling and deleting the -StarlingX OpenStack application. +.. _uninstall_delete-r5: + +=================== +Uninstall OpenStack +=================== + +This section provides commands for uninstalling and deleting the +|prod| OpenStack application. .. warning:: Uninstalling the OpenStack application will terminate all OpenStack services. +------------------------------ +Remove all OpenStack resources +------------------------------ + +In order to ensure that all resources are properly released, use the OpenStack +|CLI| to remove all resources created in the OpenStack environment. This +includes: + +- Terminating/Deleting all servers/instances/|VMs| +- Removing all volumes, volume backups, volume snapshots +- Removing all Glance images + ----------------------------- Bring down OpenStack services ----------------------------- @@ -30,4 +45,3 @@ Use the system CLI to delete the OpenStack application definition: system application-delete stx-openstack system application-list - diff --git a/doc/source/deploy_install_guides/r6_release/openstack/uninstall_delete.rst b/doc/source/deploy_install_guides/r6_release/openstack/uninstall_delete.rst index 9578ceb4e..9d82ea74e 100644 --- a/doc/source/deploy_install_guides/r6_release/openstack/uninstall_delete.rst +++ b/doc/source/deploy_install_guides/r6_release/openstack/uninstall_delete.rst @@ -1,14 +1,29 @@ -============================= -Uninstall StarlingX OpenStack -============================= -This section provides additional commands for uninstalling and deleting the -StarlingX OpenStack application. +.. _uninstall_delete-r6: + +=================== +Uninstall OpenStack +=================== + +This section provides commands for uninstalling and deleting the +|prod| OpenStack application. .. warning:: Uninstalling the OpenStack application will terminate all OpenStack services. +------------------------------ +Remove all OpenStack resources +------------------------------ + +In order to ensure that all resources are properly released, use the OpenStack +|CLI| to remove all resources created in the OpenStack environment. This +includes: + +- Terminating/Deleting all servers/instances/|VMs| +- Removing all volumes, volume backups, volume snapshots +- Removing all Glance images + ----------------------------- Bring down OpenStack services -----------------------------