diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index 1e6b468f0eb8..614bc1d1fb17 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -48,6 +48,7 @@ endif::[] :oadp-version-1-3: 1.3.6 :oadp-version-1-4: 1.4.5 :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 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