diff options
author | andreasgeissler <andreas-geissler@telekom.de> | 2021-03-16 12:10:55 +0100 |
---|---|---|
committer | andreasgeissler <andreas-geissler@telekom.de> | 2021-03-18 15:03:49 +0100 |
commit | b620d675152ed844cae68c62140d010470ca9d39 (patch) | |
tree | a9f8f581f82c33d856a920fb5fda8e631994f6a8 /docs/guides/onap-operator | |
parent | 1faf293e87a8c7d39ca12621d371f1f6f757da1c (diff) |
Added a warning about the scope of the B&R description
Issue-ID: DOC-718
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I26322041651995b7f649abd38664e8f42adffb27
Diffstat (limited to 'docs/guides/onap-operator')
-rw-r--r-- | docs/guides/onap-operator/onap_backup_restore.rst | 11 | ||||
-rw-r--r-- | docs/guides/onap-operator/platformoperations.rst | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/docs/guides/onap-operator/onap_backup_restore.rst b/docs/guides/onap-operator/onap_backup_restore.rst index bffd16c12..a564d6a1e 100644 --- a/docs/guides/onap-operator/onap_backup_restore.rst +++ b/docs/guides/onap-operator/onap_backup_restore.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 .. International License. http://creativecommons.org/licenses/by/4.0 -.. Copyright © 2017-2020 Aarna Networks, Inc. +.. Copyright 2017-2020 Aarna Networks, Inc. .. Links .. Github web page to download the latest version of velero open source tool @@ -11,6 +11,13 @@ Backup and Restore Solution ########################### +.. warning:: + This description is not covering the Backup & Restore procedure of the full + ONAP platform, but gives examples for the usage of Velero. + The ONAP community will focus on Disaster Recovery including B&R + in the coming releases. + + Problem Statement and Requirement (User Story) ============================================== @@ -855,7 +862,7 @@ Disaster recovery Using Schedules and Restore-Only Mode -If you periodically back up your cluster’s resources, you are able to return to a previous state in case of some unexpected mishap, such as a service outage. +If you periodically back up your cluster resources, you are able to return to a previous state in case of some unexpected mishap, such as a service outage. Cluster migration ~~~~~~~~~~~~~~~~~ diff --git a/docs/guides/onap-operator/platformoperations.rst b/docs/guides/onap-operator/platformoperations.rst index 3d4f8a614..cb989c73d 100644 --- a/docs/guides/onap-operator/platformoperations.rst +++ b/docs/guides/onap-operator/platformoperations.rst @@ -83,10 +83,6 @@ To backup and restore ONAP component specific databases you can follow the below onap_backup_restore.rst -.. note:: - Refer to the wiki page for further details: - `Legacy Backup and Restore Solution <https://wiki.onap.org/display/DW/Backup+and+Restore+Solution%3A+ONAP-OOM>`_ - ONAP Multisite Deployment ------------------------- |