Skip to content

Commit 5a3689a

Browse files
committed
:OADP 2822 Updated DPA Restic & Kopia
1 parent 5375216 commit 5a3689a

File tree

8 files changed

+469
-12
lines changed

8 files changed

+469
-12
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ You can configure the Data Protection Application by setting Velero resource all
3131
include::modules/oadp-setting-resource-limits-and-requests.adoc[leveloffset=+2]
3232
include::modules/oadp-self-signed-certificate.adoc[leveloffset=+2]
3333

34-
include::modules/oadp-installing-dpa.adoc[leveloffset=+1]
34+
include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
35+
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
3536
include::modules/oadp-enabling-csi-dpa.adoc[leveloffset=+2]
3637

3738
:!installing-oadp-aws:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ You can configure the Data Protection Application by setting Velero resource all
3131
include::modules/oadp-setting-resource-limits-and-requests.adoc[leveloffset=+2]
3232
include::modules/oadp-self-signed-certificate.adoc[leveloffset=+2]
3333

34-
include::modules/oadp-installing-dpa.adoc[leveloffset=+1]
34+
include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
35+
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
3536
include::modules/oadp-enabling-csi-dpa.adoc[leveloffset=+2]
3637

3738
:installing-oadp-azure!:

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
@@ -31,9 +31,9 @@ You can configure the Data Protection Application by setting Velero resource all
3131
include::modules/oadp-setting-resource-limits-and-requests.adoc[leveloffset=+2]
3232
include::modules/oadp-self-signed-certificate.adoc[leveloffset=+2]
3333

34+
include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
3435
include::modules/oadp-gcp-wif-cloud-authentication.adoc[leveloffset=+1]
35-
36-
include::modules/oadp-installing-dpa.adoc[leveloffset=+1]
36+
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
3737
include::modules/oadp-enabling-csi-dpa.adoc[leveloffset=+2]
3838

3939
:installing-oadp-gcp!:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ You can configure the Data Protection Application by setting Velero resource all
3737
include::modules/oadp-setting-resource-limits-and-requests.adoc[leveloffset=+2]
3838
include::modules/oadp-self-signed-certificate.adoc[leveloffset=+2]
3939

40-
include::modules/oadp-installing-dpa.adoc[leveloffset=+1]
40+
include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
41+
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
4142
include::modules/oadp-enabling-csi-dpa.adoc[leveloffset=+2]
4243

4344
:installing-oadp-mcg!:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ You can configure the Data Protection Application by setting Velero resource all
3939
include::modules/oadp-setting-resource-limits-and-requests.adoc[leveloffset=+2]
4040
include::modules/oadp-self-signed-certificate.adoc[leveloffset=+2]
4141

42-
include::modules/oadp-installing-dpa.adoc[leveloffset=+1]
42+
include::modules/oadp-installing-dpa-1-2-and-earlier.adoc[leveloffset=+1]
43+
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
4344
include::modules/oadp-creating-object-bucket-claim.adoc[leveloffset=+2]
4445
include::modules/oadp-enabling-csi-dpa.adoc[leveloffset=+2]
4546

modules/oadp-installing-dpa.adoc renamed to modules/oadp-installing-dpa-1-2-and-earlier.adoc

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
// * backup_and_restore/application_backup_and_restore/installing/installing-oadp-mcg.adoc
77
// * backup_and_restore/application_backup_and_restore/installing/installing-oadp-ocs.adoc
88

9-
:_mod-docs-content-type: PROCEDURE
10-
[id="oadp-installing-dpa_{context}"]
11-
= Installing the Data Protection Application
9+
:_content-type: PROCEDURE
10+
[id="oadp-installing-dpa-1-2-and-earlier_{context}"]
11+
= Installing the Data Protection Application 1.2 and earlier
1212

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

@@ -22,7 +22,7 @@ ifdef::installing-oadp-azure,installing-oadp-gcp,installing-oadp-mcg,installing-
2222
* If the backup and snapshot locations use different credentials, you must create two `Secrets`:
2323
2424
** `Secret` with a custom name for the backup location. You add this `Secret` to the `DataProtectionApplication` CR.
25-
** `Secret` with the default name, `{credentials}`, for the snapshot location. This `Secret` is not referenced in the `DataProtectionApplication` CR.
25+
** `Secret` with another custom name for the snapshot location. You add this `Secret` to the `DataProtectionApplication` CR.
2626
endif::[]
2727
ifdef::installing-oadp-aws[]
2828
* If the backup and snapshot locations use different credentials, you must create a `Secret` with the default name, `{credentials}`, which contains separate profiles for the backup and snapshot location credentials.
@@ -343,7 +343,11 @@ spec:
343343
endif::[]
344344

345345
. Click *Create*.
346-
. Verify the installation by viewing the OADP resources:
346+
347+
[id="verifying-oadp-installation-1-2_{context}"]
348+
== Verifying the installation
349+
350+
. Verify the installation by viewing the OADP resources by running the following command:
347351
+
348352
[source,terminal]
349353
----
@@ -374,3 +378,29 @@ NAME DESIRED CURRENT
374378
replicaset.apps/oadp-operator-controller-manager-67d9494d47 1 1 1 2m9s
375379
replicaset.apps/velero-588db7f655 1 1 1 96s
376380
----
381+
382+
. Verify that the DPA is reconciled by running the following command:
383+
+
384+
[source,terminal]
385+
----
386+
oc get dpa dpa-sample -n openshift-adp -o jsonpath='{.status}'
387+
----
388+
.Example output
389+
[source,yaml]
390+
+
391+
----
392+
{"conditions":[{"lastTransitionTime":"2023-10-27T01:23:57Z","message":"Reconcile complete","reason":"Complete","status":"True","type":"Reconciled"}]}
393+
----
394+
395+
. Verify the `type` is set to `Reconciled`.
396+
397+
. Verify the `BackupStorageLocation` by running the following command:
398+
+
399+
[source,terminal]
400+
----
401+
oc get backupStorageLocation -n openshift-adp
402+
NAME PHASE LAST VALIDATED AGE DEFAULT
403+
dpa-sample-1 Available 1s 3d16h true
404+
----
405+
406+
. Verify that the `PHASE` is in `Available`.

0 commit comments

Comments
 (0)