From c13b28b379b5be0164b769539f36df0c16427a4c Mon Sep 17 00:00:00 2001 From: Shruti Deshpande Date: Tue, 12 Aug 2025 12:07:40 +0530 Subject: [PATCH] Dita vale fixes for OADP and AWS STS Signed-off-by: Shruti Deshpande --- _attributes/common-attributes.adoc | 1 + .../application_backup_and_restore/aws-sts/oadp-aws-sts.adoc | 3 ++- modules/installing-oadp-aws-sts.adoc | 1 + modules/oadp-setting-resource-limits-and-requests.adoc | 2 +- modules/preparing-aws-sts-credentials-for-oadp.adoc | 1 + 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index 9404c73eb097..67fff5a6ddb8 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -44,6 +44,7 @@ endif::[] :oadp-version-1-3: 1.3.6 :oadp-version-1-4: 1.4.6 :oadp-bsl-api: backupstoragelocations.velero.io +:velero-link: link:https://{velero-domain}/docs/v{velero-version}/[Velero {velero-version}] :oc-first: pass:quotes[OpenShift CLI (`oc`)] :product-registry: OpenShift image registry :product-mirror-registry: Mirror registry for Red Hat OpenShift diff --git a/backup_and_restore/application_backup_and_restore/aws-sts/oadp-aws-sts.adoc b/backup_and_restore/application_backup_and_restore/aws-sts/oadp-aws-sts.adoc index 3c8c5576e426..6eaf5b949d0d 100644 --- a/backup_and_restore/application_backup_and_restore/aws-sts/oadp-aws-sts.adoc +++ b/backup_and_restore/application_backup_and_restore/aws-sts/oadp-aws-sts.adoc @@ -6,7 +6,8 @@ include::_attributes/common-attributes.adoc[] toc::[] -You install the {oadp-first} with {aws-first} by installing the OADP Operator. The Operator installs link:https://{velero-domain}/docs/v{velero-version}/[Velero {velero-version}]. +[role="_abstract"] +You install the {oadp-first} with {aws-first} by installing the OADP Operator. The Operator installs {velero-link}. include::snippets/oadp-mtc-operator.adoc[] diff --git a/modules/installing-oadp-aws-sts.adoc b/modules/installing-oadp-aws-sts.adoc index 4617d39e67e9..a89408fe26f3 100644 --- a/modules/installing-oadp-aws-sts.adoc +++ b/modules/installing-oadp-aws-sts.adoc @@ -6,6 +6,7 @@ [id="installing-oadp-aws-sts_{context}"] = Installing the OADP Operator and providing the IAM role +[role="_abstract"] AWS Security Token Service (AWS STS) is a global web service that provides short-term credentials for IAM or federated users. This document describes how to install {oadp-first} on an {aws-short} {sts-short} cluster manually. [IMPORTANT] diff --git a/modules/oadp-setting-resource-limits-and-requests.adoc b/modules/oadp-setting-resource-limits-and-requests.adoc index fc903b1bf46e..01004b187755 100644 --- a/modules/oadp-setting-resource-limits-and-requests.adoc +++ b/modules/oadp-setting-resource-limits-and-requests.adoc @@ -44,7 +44,7 @@ spec: ---- <1> Specify the node selector to be supplied to Velero podSpec. <2> The `resourceAllocations` listed are for average usage. - ++ [NOTE] ==== Kopia is an option in OADP 1.3 and later releases. You can use Kopia for file system backups, and Kopia is your only option for Data Mover cases with the built-in Data Mover. diff --git a/modules/preparing-aws-sts-credentials-for-oadp.adoc b/modules/preparing-aws-sts-credentials-for-oadp.adoc index c976fe36b557..be4d0c38d049 100644 --- a/modules/preparing-aws-sts-credentials-for-oadp.adoc +++ b/modules/preparing-aws-sts-credentials-for-oadp.adoc @@ -6,6 +6,7 @@ [id="preparing-aws-sts-credentials-for-oadp_{context}"] = Preparing AWS STS credentials for OADP +[role="_abstract"] An {aws-full} account must be prepared and configured to accept an {oadp-first} installation. Prepare the {aws-short} credentials by using the following procedure. .Procedure