From 59be77c1709a1303053205865e45aa7dbdfb23eb 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 9db979a9fd84..a86507c237be 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -43,6 +43,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 458bc19a1eef..0832b482c8fd 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 cb225b2181b0..fbd4c7a5c7a2 100644 --- a/modules/oadp-setting-resource-limits-and-requests.adoc +++ b/modules/oadp-setting-resource-limits-and-requests.adoc @@ -45,7 +45,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