Skip to content

Commit 7d05f1a

Browse files
committed
Uncomment OADP for GA
1 parent d4762f0 commit 7d05f1a

28 files changed

+105
-77
lines changed

_topic_maps/_topic_map.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2099,37 +2099,37 @@ Topics:
20992099
File: graceful-cluster-shutdown
21002100
- Name: Restarting a cluster gracefully
21012101
File: graceful-cluster-restart
2102-
# - Name: Application backup and restore
2103-
# Dir: application_backup_and_restore
2104-
# Topics:
2105-
# - Name: OADP features and plugins
2106-
# File: oadp-features-plugins
2107-
# - Name: Installing and configuring OADP
2108-
# Dir: installing
2109-
# Topics:
2110-
# - Name: About installing OADP
2111-
# File: about-installing-oadp
2112-
# - Name: Installing and configuring OADP with AWS
2113-
# File: installing-oadp-aws
2114-
# - Name: Installing and configuring OADP with Azure
2115-
# File: installing-oadp-azure
2116-
# - Name: Installing and configuring OADP with GCP
2117-
# File: installing-oadp-gcp
2118-
# - Name: Installing and configuring OADP with MCG
2119-
# File: installing-oadp-mcg
2120-
# - Name: Installing and configuring OADP with OCS
2121-
# File: installing-oadp-ocs
2122-
# - Name: Uninstalling OADP
2123-
# File: uninstalling-oadp
2124-
# - Name: Backing up and restoring
2125-
# Dir: backing_up_and_restoring
2126-
# Topics:
2127-
# - Name: Backing up applications
2128-
# File: backing-up-applications
2129-
# - Name: Restoring applications
2130-
# File: restoring-applications
2131-
# - Name: Troubleshooting
2132-
# File: troubleshooting
2102+
- Name: Application backup and restore
2103+
Dir: application_backup_and_restore
2104+
Topics:
2105+
- Name: OADP features and plugins
2106+
File: oadp-features-plugins
2107+
- Name: Installing and configuring OADP
2108+
Dir: installing
2109+
Topics:
2110+
- Name: About installing OADP
2111+
File: about-installing-oadp
2112+
- Name: Installing and configuring OADP with AWS
2113+
File: installing-oadp-aws
2114+
- Name: Installing and configuring OADP with Azure
2115+
File: installing-oadp-azure
2116+
- Name: Installing and configuring OADP with GCP
2117+
File: installing-oadp-gcp
2118+
- Name: Installing and configuring OADP with MCG
2119+
File: installing-oadp-mcg
2120+
- Name: Installing and configuring OADP with OCS
2121+
File: installing-oadp-ocs
2122+
- Name: Uninstalling OADP
2123+
File: uninstalling-oadp
2124+
- Name: Backing up and restoring
2125+
Dir: backing_up_and_restoring
2126+
Topics:
2127+
- Name: Backing up applications
2128+
File: backing-up-applications
2129+
- Name: Restoring applications
2130+
File: restoring-applications
2131+
- Name: Troubleshooting
2132+
File: troubleshooting
21332133
- Name: Control plane backup and restore
21342134
Dir: control_plane_backup_and_restore
21352135
Topics:

backup_and_restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
= Backing up applications
44
include::modules/common-attributes.adoc[]
55
:context: backing-up-applications
6+
:velero-domain: velero.io
67

78
toc::[]
89

backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
= Restoring applications
44
include::modules/common-attributes.adoc[]
55
:context: restoring-applications
6+
:velero-domain: velero.io
67

78
toc::[]
89

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
= About installing OADP
44
include::modules/common-attributes.adoc[]
55
:context: about-installing-oadp
6+
:velero-domain: velero.io
67

78
toc::[]
89

9-
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.io/docs/v1.7/[Velero 1.7].
10+
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/v1.7/[Velero 1.7].
1011

1112
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:
1213

@@ -35,4 +36,4 @@ You create a `Secret` object for your storage provider credentials and then you
3536
[discrete]
3637
== Additional resources
3738

38-
* Overview of backup locations and snapshot locations in the link:https://velero.io/docs/v1.7/locations/[Velero documentation].
39+
* Overview of backup locations and snapshot locations in the link:https://{velero-domain}/docs/v1.7/locations/[Velero documentation].

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::modules/common-attributes.adoc[]
66
:installing-oadp-aws:
77
:credentials: cloud-credentials
88
:provider: aws
9+
:velero-domain: velero.io
910

1011
toc::[]
1112

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::modules/common-attributes.adoc[]
66
:installing-oadp-azure:
77
:credentials: cloud-credentials-azure
88
:provider: azure
9+
:velero-domain: velero.io
910

1011
toc::[]
1112

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::modules/common-attributes.adoc[]
66
:installing-oadp-gcp:
77
:credentials: cloud-credentials-gcp
88
:provider: gcp
9+
:velero-domain: velero.io
910

1011
toc::[]
1112

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::modules/common-attributes.adoc[]
66
:installing-oadp-mcg:
77
:credentials: cloud-credentials
88
:provider: aws
9+
:velero-domain: velero.io
910

1011
toc::[]
1112

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::modules/common-attributes.adoc[]
66
:installing-oadp-ocs:
77
:credentials: cloud-credentials
88
:provider: gcp
9+
:velero-domain: velero.io
910

1011
toc::[]
1112

backup_and_restore/application_backup_and_restore/installing/uninstalling-oadp.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:_content-type: ASSEMBLY
12
[id="uninstalling-oadp"]
23
= Uninstalling the Openshift API for Data Protection
34
include::modules/common-attributes.adoc[]

0 commit comments

Comments
 (0)