Skip to content

Commit 229836a

Browse files
authored
Merge pull request #82331 from AedinC/OSDOCS-11989
OSDOCS-11989:Update OADP ROSA docs with uninstalling info
2 parents c9ea368 + 891603b commit 229836a

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ Name: Backing up and restoring applications
12351235
Dir: rosa_backing_up_and_restoring_applications
12361236
Distros: openshift-rosa
12371237
Topics:
1238-
- Name: Installing OADP on ROSA with STS
1238+
- Name: Backing up applications
12391239
File: backing-up-applications
12401240
---
12411241
Name: Nodes

modules/installing-oadp-rosa-sts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ oc -n openshift-adp create secret generic cloud-credentials \
5656
+
5757
[NOTE]
5858
====
59-
In {product-title} versions 4.14 and later, the OADP Operator supports a new standardized {sts-short} workflow through the Operator Lifecycle Manager (OLM)
59+
In {product-title} versions 4.15 and later, the OADP Operator supports a new standardized {sts-short} workflow through the Operator Lifecycle Manager (OLM)
6060
and Cloud Credentials Operator (CCO). In this workflow, you do not need to create the above
6161
secret, you only need to supply the role ARN during the installation of OLM-managed operators using the {product-title} web console, for more information see _Installing from OperatorHub using the web console_.
6262

rosa_backing_up_and_restoring_applications/backing-up-applications.adoc

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,39 @@ This is a two stage process:
1515

1616
include::modules/oadp-preparing-aws-credentials.adoc[leveloffset=+1]
1717

18-
include::modules/oadp-installing-oadp-rosa-sts.adoc[leveloffset=+1]
18+
include::modules/installing-oadp-rosa-sts.adoc[leveloffset=+1]
1919

2020
[role="_additional-resources"]
2121
[id="oadp-addtl-resources_{context}"]
2222
.Additional resources
2323

2424
* xref:../rosa_backing_up_and_restoring_applications/backing-up-applications.adoc#oadp-preparing-aws-credentials_rosa-backing-up-applications[Preparing AWS credentials]
2525
26+
//Added the following two modules to make a more complete guide.
27+
28+
[id="oadp-rosa-backing-up-and-cleaning-example"]
29+
== Backing up workloads on OADP with ROSA STS
30+
31+
include::modules/performing-a-backup-oadp-rosa-sts.adoc[leveloffset=+2]
32+
33+
include::modules/cleanup-a-backup-oadp-rosa-sts.adoc[leveloffset=+2]
34+
2635
[id="rosa-backing-up-applications-known-issues"]
2736
== Known issues
28-
.Restic, Kopia, and DataMover are not supported or recommended
2937

30-
* link:https://issues.redhat.com/browse/OADP-1054[CloudStorage: openshift-adp-controller-manager crashloop seg fault with Restic enabled]
31-
* (Affects OADP 1.1.x_ only): link:https://issues.redhat.com/browse/OADP-1055[CloudStorage: bucket is removed on CS CR delete, although it doesn't have "oadp.openshift.io/cloudstorage-delete": "true"]
38+
* Restic, Kopia, and DataMover are not supported or recommended.
39+
* link:https://issues.redhat.com/browse/OADP-1054[CloudStorage: openshift-adp-controller-manager crashloop seg fault with Restic enabled].
40+
* (Affects OADP 1.1.x_ only): link:https://issues.redhat.com/browse/OADP-1055[CloudStorage: bucket is removed on CS CR delete, although it doesn't have "oadp.openshift.io/cloudstorage-delete": "true"].
3241

3342
[role="_additional-resources"]
3443
[id="additional-resources_rosa-backing-up-applications"]
3544
== Additional resources
3645

37-
* link:https://docs.openshift.com/rosa/rosa_architecture/rosa-understanding.html[Understanding ROSA with STS]
38-
* link:https://docs.openshift.com/rosa/rosa_getting_started/rosa-sts-getting-started-workflow.html[Getting started with ROSA STS]
39-
* link:https://docs.openshift.com/rosa/rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-quickly.html[Creating a ROSA cluster with STS]
40-
* link:https://docs.openshift.com/container-platform/4.13/backup_and_restore/application_backup_and_restore/installing/about-installing-oadp.html[About installing OADP]
41-
* link:https://docs.openshift.com/container-platform/4.13/storage/container_storage_interface/persistent-storage-csi.html[Configuring CSI volumes]
42-
* link:https://docs.openshift.com/rosa/rosa_architecture/rosa_policy_service_definition/rosa-service-definition.html#rosa-sdpolicy-storage_rosa-service-definition[ROSA storage options]
46+
* For information about ROSA architecture, see xref:../rosa_architecture/rosa-understanding.adoc#rosa-understanding-about_rosa-understanding[Understanding ROSA].
47+
* For information about the prerequisites to installing ROSA with STS, see xref:../rosa_planning/rosa-sts-aws-prereqs.adoc#rosa-sts-aws-prereqs[AWS prerequisites for ROSA with STS].
48+
* For steps to deploy a ROSA cluster using manual mode, see xref:../rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-with-customizations.adoc#rosa-sts-creating-cluster-using-customizations_rosa-sts-creating-a-cluster-with-customizations[Creating a cluster using customizations].
49+
* For more information about the AWS Identity Access Management (IAM) resources required to deploy {product-title} with STS, see xref:../rosa_architecture/rosa-sts-about-iam-resources.adoc#rosa-sts-about-iam-resources[About IAM resources for clusters that use STS].
50+
* For more information about OADP, see link:https://docs.openshift.com/container-platform/4.13/backup_and_restore/application_backup_and_restore/installing/about-installing-oadp.html[About installing OADP].
51+
* For more information about CSI volumes, see link:https://docs.openshift.com/container-platform/4.13/storage/container_storage_interface/persistent-storage-csi.html[Configuring CSI volumes].
52+
* For more information about storage options for ROSA, see xref:../rosa_architecture/rosa_policy_service_definition/rosa-service-definition.adoc#rosa-sdpolicy-storage_rosa-service-definition[ROSA storage options].
53+
* For steps to contact Red{nbsp}Hat Support for assistance, see xref:../support/getting-support.adoc#getting-support[Getting support for Red{nbsp}Hat OpenShift Service on AWS].

0 commit comments

Comments
 (0)