Skip to content

Commit bae0eae

Browse files
authored
Merge pull request #84493 from openshift-cherrypick-robot/cherry-pick-82722-to-enterprise-4.16
[enterprise-4.16] OADP-4941: Removing OADP 1.2 references from docs
2 parents c64a10a + 4da5797 commit bae0eae

11 files changed

+116
-36
lines changed

_topic_maps/_topic_map.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3349,20 +3349,11 @@ Topics:
33493349
Topics:
33503350
- Name: Backing up applications on AWS STS using OADP
33513351
File: oadp-aws-sts
3352-
- Name: OADP 1.2 Data Mover
3352+
- Name: OADP Data Mover
33533353
Dir: installing
33543354
Topics:
3355-
- Name: Introduction to OADP Data Mover
3356-
File: data-mover-intro
3357-
- Name: Using Data Mover for CSI snapshots
3358-
File: oadp-using-data-mover-for-csi-snapshots-doc
3359-
- Name: Using OADP 1.2 Data Mover with Ceph storage
3360-
File: oadp-12-data-mover-ceph-doc
3361-
- Name: OADP 1.3 Data Mover and later
3362-
Dir: installing
3363-
Topics:
3364-
- Name: About the OADP 1.3 Data Mover
3365-
File: about-oadp-1-3-data-mover
3355+
- Name: About the OADP Data Mover
3356+
File: about-oadp-data-mover
33663357
- Name: Backing up and restoring volumes by using CSI snapshots data movement
33673358
File: oadp-backup-restore-csi-snapshots
33683359
- Name: Overriding Kopia algorithms

backup_and_restore/application_backup_and_restore/installing/about-oadp-1-3-data-mover.adoc renamed to backup_and_restore/application_backup_and_restore/installing/about-oadp-data-mover.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="about-oadp-1-3-data-mover"]
3-
= About the OADP 1.3 Data Mover
2+
[id="about-oadp-data-mover"]
3+
= About the {oadp-short} Data Mover
44
include::_attributes/common-attributes.adoc[]
5-
:context: about-oadp-1-3-data-mover
5+
:context: about-oadp-data-mover
66

77
toc::[]
88

9-
OADP 1.3 includes a built-in Data Mover that you can use to move Container Storage Interface (CSI) volume snapshots to a remote object store. The built-in Data Mover allows you to restore stateful applications from the remote object store if a failure, accidental deletion, or corruption of the cluster occurs. It uses xref:../../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-about-kopia.adoc#oadp-about-kopia[Kopia] as the uploader mechanism to read the snapshot data and write to the unified repository.
9+
{oadp-short} includes a built-in Data Mover that you can use to move Container Storage Interface (CSI) volume snapshots to a remote object store. The built-in Data Mover allows you to restore stateful applications from the remote object store if a failure, accidental deletion, or corruption of the cluster occurs. It uses xref:../../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-about-kopia.adoc#oadp-about-kopia[Kopia] as the uploader mechanism to read the snapshot data and write to the unified repository.
1010

11-
OADP supports CSI snapshots on the following:
11+
{oadp-short} supports CSI snapshots on the following:
1212

13-
* Red Hat OpenShift Data Foundation
13+
* {odf-full}
1414
* Any other cloud storage provider with the Container Storage Interface (CSI) driver that supports the Kubernetes Volume Snapshot API
1515
1616
[IMPORTANT]
1717
====
18-
The OADP built-in Data Mover, which was introduced in OADP 1.3 as a Technology Preview, is now fully supported for both containerized and virtual machine workloads.
18+
The {oadp-short} built-in Data Mover, which was introduced in {oadp-short} 1.3 as a Technology Preview, is now fully supported for both containerized and virtual machine workloads.
1919
====
2020

21-
[id="enabling-oadp-1-3-data-mover"]
21+
[id="enabling-oadp-data-mover"]
2222
== Enabling the built-in Data Mover
2323

24-
To enable the built-in Data Mover, you must include the CSI plugin and enable the node agent in the `DataProtectionApplication` custom resource (CR). The node agent is a Kubernetes daemonset that hosts data movement modules. These include the Data Mover controller, uploader, and the repository.
24+
To enable the built-in Data Mover, you must include the CSI plugin and enable the node agent in the `DataProtectionApplication` custom resource (CR). The node agent is a Kubernetes daemonset that hosts data movement modules. These include the Data Mover controller, uploader, and the repository.
2525

2626
.Example `DataProtectionApplication` manifest
2727
[source,yaml]
@@ -49,7 +49,7 @@ spec:
4949
<1> The flag to enable the node agent.
5050
<2> The type of uploader. The possible values are `restic` or `kopia`. The built-in Data Mover uses Kopia as the default uploader mechanism regardless of the value of the `uploaderType` field.
5151
<3> The CSI plugin included in the list of default plugins.
52-
<4> In OADP 1.3.1 and later, set to `true` if you use Data Mover only for volumes that opt out of `fs-backup`. Set to `false` if you use Data Mover by default for volumes.
52+
<4> In {oadp-short} 1.3.1 and later, set to `true` if you use Data Mover only for volumes that opt out of `fs-backup`. Set to `false` if you use Data Mover by default for volumes.
5353

5454
[id="built-in-data-mover-crs"]
5555
== Built-in Data Mover controller and custom resource definitions (CRDs)
@@ -60,7 +60,7 @@ The built-in Data Mover feature introduces three new API objects defined as CRDs
6060

6161
* `DataUpload`: Represents a data upload of a volume snapshot. The CSI plugin creates one `DataUpload` object per CSI snapshot. The `DataUpload` CR includes information about the specified snapshot, the specified Data Mover, the specified backup repository, the progress of the current data upload, and the result of the current data upload after the process is complete.
6262

63-
* `BackupRepository`: Represents and manages the lifecycle of the backup repositories. OADP creates a backup repository per namespace when the first CSI snapshot backup or restore for a namespace is requested.
63+
* `BackupRepository`: Represents and manages the lifecycle of the backup repositories. {oadp-short} creates a backup repository per namespace when the first CSI snapshot backup or restore for a namespace is requested.
6464

6565
include::modules/oadp-incremental-backup-support.adoc[leveloffset=+1]
6666

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For more details, see xref:../../../backup_and_restore/application_backup_and_re
4848

4949
include::modules/oadp-self-signed-certificate.adoc[leveloffset=+2]
5050

51-
include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
51+
// include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
5252
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
5353
include::modules/oadp-configuring-node-agents.adoc[leveloffset=+2]
5454
include::modules/oadp-configuring-aws-md5sum.adoc[leveloffset=+1]
@@ -60,7 +60,7 @@ include::modules/oadp-about-disable-node-agent-dpa.adoc[leveloffset=+2]
6060
[role="_additional-resources_2"]
6161
.Additional resources
6262

63-
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc#oadp-installing-dpa-1-3_installing-oadp-kubevirt[Installing the Data Protection Application with the `kubevirt` and `openshift` plugins]
63+
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc#oadp-installing-dpa_installing-oadp-kubevirt[Installing the Data Protection Application with the `kubevirt` and `openshift` plugins]
6464
* xref:../../../nodes/jobs/nodes-nodes-jobs.adoc#nodes-nodes-jobs[Running tasks in pods using jobs].
6565

6666
:!installing-oadp-aws:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more details, see xref:../../../backup_and_restore/application_backup_and_re
3636

3737
include::modules/oadp-self-signed-certificate.adoc[leveloffset=+2]
3838

39-
include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
39+
// include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
4040
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
4141
include::modules/oadp-configuring-client-burst-qps.adoc[leveloffset=+1]
4242
include::modules/oadp-configuring-node-agents.adoc[leveloffset=+2]
@@ -46,7 +46,7 @@ include::modules/oadp-about-disable-node-agent-dpa.adoc[leveloffset=+2]
4646
[role="_additional-resources"]
4747
.Additional resources
4848

49-
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc#oadp-installing-dpa-1-3_installing-oadp-kubevirt[Installing the Data Protection Application with the `kubevirt` and `openshift` plugins]
49+
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc#oadp-installing-dpa_installing-oadp-kubevirt[Installing the Data Protection Application with the `kubevirt` and `openshift` plugins]
5050
* xref:../../../nodes/jobs/nodes-nodes-jobs.adoc#nodes-nodes-jobs[Running tasks in pods using jobs].
5151

5252
* xref:../../../backup_and_restore/application_backup_and_restore/installing/configuring-oadp-multiple-bsl.adoc#configuring-oadp-multiple-bsl[Configuring the {oadp-first} with multiple backup storage locations]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more details, see xref:../../../backup_and_restore/application_backup_and_re
3636

3737
include::modules/oadp-self-signed-certificate.adoc[leveloffset=+2]
3838

39-
include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
39+
// include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
4040
include::modules/oadp-gcp-wif-cloud-authentication.adoc[leveloffset=+1]
4141
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
4242
include::modules/oadp-configuring-client-burst-qps.adoc[leveloffset=+1]
@@ -47,7 +47,7 @@ include::modules/oadp-about-disable-node-agent-dpa.adoc[leveloffset=+2]
4747
[role="_additional-resources"]
4848
.Additional resources
4949

50-
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc#oadp-installing-dpa-1-3_installing-oadp-kubevirt[Installing the Data Protection Application with the `kubevirt` and `openshift` plugins]
50+
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc#oadp-installing-dpa_installing-oadp-kubevirt[Installing the Data Protection Application with the `kubevirt` and `openshift` plugins]
5151
* xref:../../../nodes/jobs/nodes-nodes-jobs.adoc#nodes-nodes-jobs[Running tasks in pods using jobs].
5252

5353
* xref:../../../backup_and_restore/application_backup_and_restore/installing/configuring-oadp-multiple-bsl.adoc#configuring-oadp-multiple-bsl[Configuring the {oadp-first} with multiple backup storage locations]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For more details, see xref:../../../backup_and_restore/application_backup_and_re
4343

4444
include::modules/oadp-self-signed-certificate.adoc[leveloffset=+2]
4545

46-
include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
46+
// include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
4747
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
4848
include::modules/oadp-configuring-client-burst-qps.adoc[leveloffset=+1]
4949
include::modules/oadp-configuring-node-agents.adoc[leveloffset=+2]
@@ -56,7 +56,7 @@ include::modules/oadp-about-disable-node-agent-dpa.adoc[leveloffset=+2]
5656

5757
* link:https://access.redhat.com/solutions/6719951[Performance tuning guide for Multicloud Object Gateway].
5858

59-
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc#oadp-installing-dpa-1-3_installing-oadp-kubevirt[Installing the Data Protection Application with the `kubevirt` and `openshift` plugins]
59+
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc#oadp-installing-dpa_installing-oadp-kubevirt[Installing the Data Protection Application with the `kubevirt` and `openshift` plugins]
6060
* xref:../../../nodes/jobs/nodes-nodes-jobs.adoc#nodes-nodes-jobs[Running tasks in pods using jobs].
6161

6262
* xref:../../../backup_and_restore/application_backup_and_restore/installing/configuring-oadp-multiple-bsl.adoc#configuring-oadp-multiple-bsl[Configuring the {oadp-first} with multiple backup storage locations]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For more details, see xref:../../../backup_and_restore/application_backup_and_re
4646
include::modules/oadp-odf-cpu-memory-requirements.adoc[leveloffset=+3]
4747
include::modules/oadp-self-signed-certificate.adoc[leveloffset=+2]
4848

49-
include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
49+
// include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
5050
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
5151
include::modules/oadp-configuring-client-burst-qps.adoc[leveloffset=+1]
5252
include::modules/oadp-configuring-node-agents.adoc[leveloffset=+2]
@@ -57,7 +57,7 @@ include::modules/oadp-about-disable-node-agent-dpa.adoc[leveloffset=+2]
5757
[role="_additional-resources"]
5858
.Additional resources
5959

60-
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc#oadp-installing-dpa-1-3_installing-oadp-kubevirt[Installing the Data Protection Application with the `kubevirt` and `openshift` plugins]
60+
* xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc#oadp-installing-dpa_installing-oadp-kubevirt[Installing the Data Protection Application with the `kubevirt` and `openshift` plugins]
6161
* xref:../../../nodes/jobs/nodes-nodes-jobs.adoc#nodes-nodes-jobs[Running tasks in pods using jobs].
6262

6363
* xref:../../../backup_and_restore/application_backup_and_restore/installing/configuring-oadp-multiple-bsl.adoc#configuring-oadp-multiple-bsl[Configuring the {oadp-first} with multiple backup storage locations]

backup_and_restore/application_backup_and_restore/oadp-advanced-topics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ include::modules/oadp-storage-class-mapping-oadp.adoc[leveloffset=+3]
3737

3838
* xref:../../backup_and_restore/application_backup_and_restore/oadp-advanced-topics.adoc#oadp-different-kubernetes-api-versions[Working with different Kubernetes API versions on the same cluster].
3939

40-
* xref:../../backup_and_restore/application_backup_and_restore/installing/oadp-using-data-mover-for-csi-snapshots-doc.adoc#backing-up-applications[Using Data Mover for CSI snapshots].
40+
* xref:../../backup_and_restore/application_backup_and_restore/installing/oadp-backup-restore-csi-snapshots.adoc#oadp-1-3-backing-csi-snapshots_oadp-backup-restore-csi-snapshots[Using Data Mover for CSI snapshots].
4141

4242
* xref:../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-backing-up-applications-restic-doc.adoc#backing-up-applications[Backing up applications with File System Backup: Kopia or Restic].
4343

backup_and_restore/application_backup_and_restore/oadp-intro.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[id="oadp-introduction"]
33
= Introduction to {oadp-full}
44
include::_attributes/common-attributes.adoc[]
5+
include::_attributes/attributes-openshift-dedicated.adoc[]
56
:context: oadp-api
67
:namespace: openshift-adp
78
:local-product: OADP
@@ -26,6 +27,8 @@ OADP provides the following APIs:
2627
* xref:../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-aws.adoc#oadp-about-backup-snapshot-locations_installing-oadp-aws[BackupStorageLocation]
2728
* xref:../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-backing-up-pvs-csi-doc.adoc#oadp-backing-up-pvs-csi-doc[VolumeSnapshotLocation]
2829

30+
include::modules/oadp-operator-supported.adoc[leveloffset=+2]
31+
2932
[role="_additional-resources"]
3033
.Additional resources
3134

modules/oadp-installing-dpa-1-3.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// * virt/backup_restore/virt-backup-restore-overview.adoc
1010

1111
:_mod-docs-content-type: PROCEDURE
12-
[id="oadp-installing-dpa-1-3_{context}"]
13-
= Installing the Data Protection Application 1.3
12+
[id="oadp-installing-dpa_{context}"]
13+
= Installing the Data Protection Application
1414

1515
You install the Data Protection Application (DPA) by creating an instance of the `DataProtectionApplication` API.
1616

0 commit comments

Comments
 (0)