diff --git a/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-backup-using-odf.adoc b/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-backup-using-odf.adoc index d3b2823f470b..f2063d57d853 100644 --- a/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-backup-using-odf.adoc +++ b/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-backup-using-odf.adoc @@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[] toc::[] +[role="_abstract"] Following is a use case for using {oadp-short} and {odf-short} to back up an application. //backup diff --git a/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-enable-ca-cert.adoc b/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-enable-ca-cert.adoc index 4c9a4a55403c..f6197337a4ca 100644 --- a/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-enable-ca-cert.adoc +++ b/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-enable-ca-cert.adoc @@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[] toc::[] +[role="_abstract"] You can include a self-signed Certificate Authority (CA) certificate in the Data Protection Application (DPA) and then back up an application. You store the backup in a NooBaa bucket provided by {odf-first}. // include a CA cert and run a backup diff --git a/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-legacy-aws-plugin.adoc b/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-legacy-aws-plugin.adoc index 1a89916742d6..f8a2fa76dd9a 100644 --- a/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-legacy-aws-plugin.adoc +++ b/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-legacy-aws-plugin.adoc @@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[] toc::[] +[role="_abstract"] If you are using an {aws-short} S3-compatible backup storage location, you might get a `SignatureDoesNotMatch` error while backing up your application. This error occurs because some backup storage locations still use the older versions of the S3 APIs, which are incompatible with the newer AWS SDK for Go V2. To resolve this issue, you can use the `legacy-aws` Velero plugin in the `DataProtectionApplication` custom resource (CR). The `legacy-aws` Velero plugin uses the older AWS SDK for Go V1, which is compatible with the legacy S3 APIs, ensuring successful backups. // using legacy-aws velero plugin diff --git a/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-restore-different-namespace.adoc b/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-restore-different-namespace.adoc index 8c6c682c10f9..e41f0c5d5cf0 100644 --- a/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-restore-different-namespace.adoc +++ b/backup_and_restore/application_backup_and_restore/oadp-use-cases/oadp-usecase-restore-different-namespace.adoc @@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[] toc::[] +[role="_abstract"] Following is a use case for using {oadp-short} to restore a backup to a different namespace. //restore diff --git a/modules/oadp-usecase-backup-odf.adoc b/modules/oadp-usecase-backup-odf.adoc index bde27c572519..939ea5da35e6 100644 --- a/modules/oadp-usecase-backup-odf.adoc +++ b/modules/oadp-usecase-backup-odf.adoc @@ -6,6 +6,7 @@ [id="oadp-usecase-backup-odf_{context}"] = Backing up an application using {oadp-short} and {odf-short} +[role="_abstract"] In this use case, you back up an application by using {oadp-short} and store the backup in an object storage provided by {odf-first}. * You create an object bucket claim (OBC) to configure the backup storage location. You use {odf-short} to configure an Amazon S3-compatible object storage bucket. {odf-short} provides MultiCloud Object Gateway (NooBaa MCG) and Ceph Object Gateway, also known as RADOS Gateway (RGW), object storage service. In this use case, you use NooBaa MCG as the backup storage location. diff --git a/modules/oadp-usecase-include-ca-cert-backup.adoc b/modules/oadp-usecase-include-ca-cert-backup.adoc index 8e0c39139e39..c16e8f23a766 100644 --- a/modules/oadp-usecase-include-ca-cert-backup.adoc +++ b/modules/oadp-usecase-include-ca-cert-backup.adoc @@ -6,6 +6,7 @@ [id="oadp-usecase-include-ca-cert-backup_{context}"] = Backing up an application and its self-signed CA certificate +[role="_abstract"] The `s3.openshift-storage.svc` service, provided by {odf-short}, uses a Transport Layer Security protocol (TLS) certificate that is signed with the self-signed service CA. To prevent a `certificate signed by unknown authority` error, you must include a self-signed CA certificate in the backup storage location (BSL) section of `DataProtectionApplication` custom resource (CR). For this situation, you must complete the following tasks: diff --git a/modules/oadp-usecase-restore.adoc b/modules/oadp-usecase-restore.adoc index c02b57a1b774..c0da475fb985 100644 --- a/modules/oadp-usecase-restore.adoc +++ b/modules/oadp-usecase-restore.adoc @@ -6,6 +6,7 @@ [id="oadp-usecase-restore_{context}"] = Restoring an application to a different namespace using {oadp-short} +[role="_abstract"] Restore a backup of an application by using {oadp-short} to a new target namespace, `test-restore-application`. To restore a backup, you create a restore custom resource (CR) as shown in the following example. In the restore CR, the source namespace refers to the application namespace that you included in the backup. You then verify the restore by changing your project to the new restored namespace and verifying the resources. .Prerequisites diff --git a/modules/oadp-using-legacy-aws-plugin.adoc b/modules/oadp-using-legacy-aws-plugin.adoc index 86f96ce50833..40cbcc222789 100644 --- a/modules/oadp-using-legacy-aws-plugin.adoc +++ b/modules/oadp-using-legacy-aws-plugin.adoc @@ -7,6 +7,7 @@ [id="oadp-using-legacy-aws-plugin_{context}"] = Using the legacy-aws Velero plugin in the DataProtectionApplication CR +[role="_abstract"] In the following use case, you configure the `DataProtectionApplication` CR with the `legacy-aws` Velero plugin and then back up an application. [NOTE]