Skip to content

Commit 020c809

Browse files
authored
Merge pull request #50032 from RichardHoch/mtc_lim
OADP-742: Add documentation regarding OADP-MTC support versions
2 parents e30cfdf + 1fa4de2 commit 020c809

File tree

7 files changed

+27
-0
lines changed

7 files changed

+27
-0
lines changed

backup_and_restore/application_backup_and_restore/installing/about-installing-oadp.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ toc::[]
88

99
As a cluster administrator, you install the OpenShift API for Data Protection (OADP) by installing the OADP Operator. The OADP Operator installs link:https://{velero-domain}/docs/v{velero-version}/[Velero {velero-version}].
1010

11+
include::snippets/oadp-mtc-operator.adoc[]
12+
1113
To back up Kubernetes resources and internal images, you must have object storage as a backup location, such as one of the following storage types:
1214

1315
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-aws.adoc#installing-oadp-aws[Amazon Web Services]

backup_and_restore/application_backup_and_restore/installing/installing-oadp-aws.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ toc::[]
1111

1212
You install the OpenShift API for Data Protection (OADP) with Amazon Web Services (AWS) by installing the OADP Operator. The Operator installs link:https://{velero-domain}/docs/v{velero-version}/[Velero {velero-version}].
1313

14+
include::snippets/oadp-mtc-operator.adoc[]
15+
1416
You configure AWS for Velero, create a default `Secret`, and then install the Data Protection Application.
1517

1618
To install the OADP Operator in a restricted network environment, you must first disable the default OperatorHub sources and mirror the Operator catalog. See xref:../../../operators/admin/olm-restricted-networks.adoc#olm-restricted-networks[Using Operator Lifecycle Manager on restricted networks] for details.

backup_and_restore/application_backup_and_restore/installing/installing-oadp-azure.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ toc::[]
1111

1212
You install the OpenShift API for Data Protection (OADP) with Microsoft Azure by installing the OADP Operator. The Operator installs link:https://{velero-domain}/docs/v{velero-version}/[Velero {velero-version}].
1313

14+
include::snippets/oadp-mtc-operator.adoc[]
15+
1416
You configure Azure for Velero, create a default `Secret`, and then install the Data Protection Application.
1517

1618
To install the OADP Operator in a restricted network environment, you must first disable the default OperatorHub sources and mirror the Operator catalog. See xref:../../../operators/admin/olm-restricted-networks.adoc#olm-restricted-networks[Using Operator Lifecycle Manager on restricted networks] for details.

backup_and_restore/application_backup_and_restore/installing/installing-oadp-gcp.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ toc::[]
1111

1212
You install the OpenShift API for Data Protection (OADP) with Google Cloud Platform (GCP) by installing the OADP Operator. The Operator installs link:https://{velero-domain}/docs/v{velero-version}/[Velero {velero-version}].
1313

14+
include::snippets/oadp-mtc-operator.adoc[]
15+
1416
You configure GCP for Velero, create a default `Secret`, and then install the Data Protection Application.
1517

1618
To install the OADP Operator in a restricted network environment, you must first disable the default OperatorHub sources and mirror the Operator catalog. See xref:../../../operators/admin/olm-restricted-networks.adoc#olm-restricted-networks[Using Operator Lifecycle Manager on restricted networks] for details.

backup_and_restore/application_backup_and_restore/installing/installing-oadp-mcg.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ toc::[]
1111

1212
You install the OpenShift API for Data Protection (OADP) with Multicloud Object Gateway (MCG) by installing the OADP Operator. The Operator installs link:https://{velero-domain}/docs/v{velero-version}/[Velero {velero-version}].
1313

14+
include::snippets/oadp-mtc-operator.adoc[]
15+
1416
You configure xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-mcg.adoc#installing-oadp-mcg[Multicloud Object Gateway] as a backup location.
1517
MCG is a component of {rh-storage}. You configure MCG as a backup location in the `DataProtectionApplication` custom resource (CR).
1618

backup_and_restore/application_backup_and_restore/installing/installing-oadp-ocs.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ toc::[]
1111

1212
You install the OpenShift API for Data Protection (OADP) with {rh-storage} by installing the OADP Operator and configuring a backup location and a snapshot location. Then, you install the Data Protection Application.
1313

14+
include::snippets/oadp-mtc-operator.adoc[]
15+
1416
You can configure xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-mcg.adoc#installing-oadp-mcg[Multicloud Object Gateway] or any S3-compatible object storage as a backup location.
1517

1618
:FeatureName: The `CloudStorage` API, which automates the creation of a bucket for object storage,

snippets/oadp-mtc-operator.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
//This snippet appears in the following assemblies:
3+
//
4+
// * .../backup_and_restore/backing_up_and_restoring/installing/about-installing-oadp.adoc
5+
// * .../backup_and_restore/backing_up_and_restoring/installing/installing-oadp-aws.adoc
6+
// * .../backup_and_restore/backing_up_and_restoring/installing/installing-oadp-azure.adoc
7+
// * .../backup_and_restore/backing_up_and_restoring/installing/installing-oadp-gcp.adoc
8+
// * .../backup_and_restore/backing_up_and_restoring/installing/installing-oadp-mcg.adoc
9+
// * .../backup_and_restore/backing_up_and_restoring/installing/installing-oadp-ocs.adoc
10+
11+
:_content-type: SNIPPET
12+
[NOTE]
13+
====
14+
Starting from OADP 1.0.4, all OADP 1.0._z_ versions can only be used as a dependency of the MTC Operator and are not available as a standalone Operator.
15+
====

0 commit comments

Comments
 (0)