Skip to content

Commit e69e443

Browse files
authored
Merge pull request #91426 from openshift-cherrypick-robot/cherry-pick-89042-to-enterprise-4.18
[enterprise-4.18] OADP-3215: Implement suggestions related to MCG
2 parents 706a24b + edb439b commit e69e443

8 files changed

+23
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You install the {oadp-first} with {aws-first} by installing the OADP Operator. T
1010

1111
include::snippets/oadp-mtc-operator.adoc[]
1212

13-
You configure {aws-short} for Velero, create a default `Secret`, and then install the Data Protection Application. For more details, see xref:../../..//backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
13+
You configure {aws-short} for Velero, create a default `Secret`, and then install the Data Protection Application. For more details, see xref:../../../backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
1414

1515
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:../../../disconnected/using-olm.adoc#olm-restricted-networks[Using Operator Lifecycle Manager in disconnected environments] for details.
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You install the OpenShift API for Data Protection (OADP) with Amazon Web Service
1313

1414
include::snippets/oadp-mtc-operator.adoc[]
1515

16-
You configure AWS for Velero, create a default `Secret`, and then install the Data Protection Application. For more details, see xref:../../..//backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
16+
You configure AWS for Velero, create a default `Secret`, and then install the Data Protection Application. For more details, see xref:../../../backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
1717

1818
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:../../../disconnected/using-olm.adoc#olm-restricted-networks[Using Operator Lifecycle Manager in disconnected environments] for details.
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You install the OpenShift API for Data Protection (OADP) with Microsoft Azure by
1313

1414
include::snippets/oadp-mtc-operator.adoc[]
1515

16-
You configure Azure for Velero, create a default `Secret`, and then install the Data Protection Application. For more details, see xref:../../..//backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
16+
You configure Azure for Velero, create a default `Secret`, and then install the Data Protection Application. For more details, see xref:../../../backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
1717

1818
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:../../../disconnected/using-olm.adoc#olm-restricted-networks[Using Operator Lifecycle Manager in disconnected environments] for details.
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You install the OpenShift API for Data Protection (OADP) with Google Cloud Platf
1313

1414
include::snippets/oadp-mtc-operator.adoc[]
1515

16-
You configure GCP for Velero, create a default `Secret`, and then install the Data Protection Application. For more details, see xref:../../..//backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
16+
You configure GCP for Velero, create a default `Secret`, and then install the Data Protection Application. For more details, see xref:../../../backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
1717

1818
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:../../../disconnected/using-olm.adoc#olm-restricted-networks[Using Operator Lifecycle Manager in disconnected environments] for details.
1919

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ include::_attributes/attributes-openshift-dedicated.adoc[]
1010

1111
toc::[]
1212

13-
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}].
13+
Multicloud Object Gateway (MCG) is a component of {rh-storage}, and you can configure it as a backup location in the `DataProtectionApplication` custom resource (CR).
14+
You can install the {oadp-first} with MCG by installing the OADP Operator. The Operator installs link:https://{velero-domain}/docs/v{velero-version}/[Velero {velero-version}].
1415

1516
include::snippets/oadp-mtc-operator.adoc[]
1617

17-
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.
18-
MCG is a component of {rh-storage}. You configure MCG as a backup location in the `DataProtectionApplication` custom resource (CR).
19-
2018
:FeatureName: The `CloudStorage` API, which automates the creation of a bucket for object storage,
2119
include::snippets/technology-preview.adoc[]
2220

23-
You create a `Secret` for the backup location and then you install the Data Protection Application. For more details, see xref:../../..//backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
21+
You can create a `Secret` CR for the backup location and install the Data Protection Application. For more details, see xref:../../../backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
2422

2523
To install the OADP Operator in a restricted network environment, you must first disable the default OperatorHub sources and mirror the Operator catalog. For details, see xref:../../../disconnected/using-olm.adoc#olm-restricted-networks[Using Operator Lifecycle Manager in disconnected environments].
2624

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can configure xref:../../../backup_and_restore/application_backup_and_restor
1818
:FeatureName: The `CloudStorage` API, which automates the creation of a bucket for object storage,
1919
include::snippets/technology-preview.adoc[]
2020

21-
You create a `Secret` for the backup location and then you install the Data Protection Application. For more details, see xref:../../..//backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
21+
You can create a `Secret` CR for the backup location and install the Data Protection Application. For more details, see xref:../../../backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
2222

2323
To install the OADP Operator in a restricted network environment, you must first disable the default OperatorHub sources and mirror the Operator catalog. For details, see xref:../../../disconnected/using-olm.adoc#olm-restricted-networks[Using Operator Lifecycle Manager in disconnected environments].
2424

modules/migration-configuring-mcg.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You must retrieve the Multicloud Object Gateway (MCG) credentials, which you nee
1717
endif::[]
1818

1919
ifdef::installing-oadp-mcg[]
20-
You must retrieve the Multicloud Object Gateway (MCG) credentials, which you need to create a `Secret` custom resource (CR) for the OpenShift API for Data Protection (OADP).
20+
You must retrieve the Multicloud Object Gateway (MCG) bucket credentials to create a `Secret` custom resource (CR) for {oadp-first}.
2121
endif::[]
2222
//ifdef::installing-oadp-mcg[]
2323
//endif::[]
@@ -37,12 +37,15 @@ endif::[]
3737

3838
.Procedure
3939
ifdef::installing-3-4,installing-mtc[]
40-
* Obtain the S3 endpoint, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY` by running the link:https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.15/html/managing_hybrid_and_multicloud_resources/accessing-the-multicloud-object-gateway-with-your-applications_rhodf#accessing-the-Multicloud-object-gateway-from-the-terminal_rhodf[`describe` command] on the `NooBaa` custom resource.
40+
* Obtain the S3 endpoint, `AWS_ACCESS_KEY_ID`, and the `AWS_SECRET_ACCESS_KEY` value by running the `oc describe` command for the `NooBaa` CR.
4141
+
4242
You use these credentials to add MCG as a replication repository.
4343
endif::[]
4444
ifdef::installing-oadp-mcg[]
45-
. Obtain the S3 endpoint, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY` by running the link:https://docs.redhat.com/en/documentation//red_hat_openshift_data_foundation/4.15/html/managing_hybrid_and_multicloud_resources/accessing-the-multicloud-object-gateway-with-your-applications_rhodf#accessing-the-Multicloud-object-gateway-from-the-terminal_rhodf[`describe` command] on the `NooBaa` custom resource.
45+
. Create an MCG bucket. For more information, see link:https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html-single/managing_hybrid_and_multicloud_resources/index[Managing hybrid and multicloud resources].
46+
47+
. Obtain the S3 endpoint, `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and the bucket name by running the `oc describe` command on the bucket resource.
48+
4649
. Create a `credentials-velero` file:
4750
+
4851
[source,terminal]
@@ -54,5 +57,5 @@ aws_secret_access_key=<AWS_SECRET_ACCESS_KEY>
5457
EOF
5558
----
5659
+
57-
You use the `credentials-velero` file to create a `Secret` object when you install the Data Protection Application.
58-
endif::[]
60+
You can use the `credentials-velero` file to create a `Secret` object when you install the Data Protection Application.
61+
endif::[]

modules/oadp-about-backup-snapshot-locations-secrets.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ You specify backup and snapshot locations and their secrets in the `DataProtecti
1616
[discrete]
1717
== Backup locations
1818

19-
You specify AWS S3-compatible object storage as a backup location, such as Multicloud Object Gateway; Red Hat Container Storage; Ceph RADOS Gateway, also known as Ceph Object Gateway; {odf-full}; or MinIO.
19+
You can specify one of the following AWS S3-compatible object storage solutions as a backup location:
20+
21+
* Multicloud Object Gateway (MCG)
22+
* Red{nbsp}Hat Container Storage
23+
* Ceph RADOS Gateway; also known as Ceph Object Gateway
24+
* {odf-full}
25+
* MinIO
2026

2127
Velero backs up {product-title} resources, Kubernetes objects, and internal images as an archive file on object storage.
2228

0 commit comments

Comments
 (0)