Skip to content

Commit d1b5f77

Browse files
authored
Merge pull request #79766 from ogradyp/TELCODOCS-1929
TELCODOCS-1929: Docs & RN: Deprecation of TALM B&R
2 parents 4d8a19d + 6e7277f commit d1b5f77

6 files changed

+2
-338
lines changed

edge_computing/cnf-talm-for-cluster-upgrades.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ include::modules/cnf-topology-aware-lifecycle-manager-about-subscription-crs.ado
3939

4040
include::modules/cnf-topology-aware-lifecycle-manager-apply-policies.adoc[leveloffset=+2]
4141

42-
include::modules/cnf-topology-aware-lifecycle-manager-backup-concept.adoc[leveloffset=+1]
43-
44-
include::modules/cnf-topology-aware-lifecycle-manager-backup-feature.adoc[leveloffset=+2]
45-
46-
include::modules/cnf-topology-aware-lifecycle-manager-backup-recovery.adoc[leveloffset=+2]
47-
4842
include::modules/cnf-topology-aware-lifecycle-manager-precache-concept.adoc[leveloffset=+1]
4943

5044
include::modules/cnf-topology-aware-lifecycle-manager-precache-image-filter.adoc[leveloffset=+2]

modules/cnf-about-topology-aware-lifecycle-manager-config.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ The {cgu-operator-first} manages the deployment of {rh-rhacm-first} policies for
1616
* The order of policies remediated to the cluster
1717
* The assignment of a canary cluster
1818
19-
For {sno}, the {cgu-operator-first} offers the following features:
20-
21-
* Create a backup of a deployment before an upgrade
22-
* Pre-caching images for clusters with limited bandwidth
19+
For {sno}, the {cgu-operator-first} offers pre-caching images for clusters with limited bandwidth.
2320

2421
{cgu-operator} supports the orchestration of the {product-title} y-stream and z-stream updates, and day-two operations on y-streams and z-streams.

modules/cnf-topology-aware-lifecycle-manager-about-cgu-crs.adoc

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ Spec:
8787
beforeEnable: <2>
8888
addClusterLabels:
8989
upgrade-running: ""
90-
backup: false
9190
clusters: <3>
9291
- spoke1
9392
enable: false <4>
@@ -200,22 +199,6 @@ Pre-caching is still in progress for one or more clusters or has failed for all
200199

201200
For more information see the "Using the container image pre-cache feature" section.
202201

203-
[id="creating_backup_{context}"]
204-
== Creating a backup
205-
206-
For {sno}, {cgu-operator} can create a backup of a deployment before an update. If the update fails, you can recover the previous version and restore a cluster to a working state without requiring a reprovision of applications. To use the backup feature you first create a `ClusterGroupUpgrade` CR with the `backup` field set to `true`. To ensure that the contents of the backup are up to date, the backup is not taken until you set the `enable` field in the `ClusterGroupUpgrade` CR to `true`.
207-
208-
{cgu-operator} uses the `BackupSucceeded` condition to report the status and reasons as follows:
209-
210-
* `true`
211-
+
212-
Backup is completed for all clusters or the backup run has completed but failed for one or more clusters. If backup fails for any cluster, the update fails for that cluster but proceeds for all other clusters.
213-
* `false`
214-
+
215-
Backup is still in progress for one or more clusters or has failed for all clusters.
216-
217-
For more information, see the "Creating a backup of cluster resources before upgrade" section.
218-
219202
[id="updating_clusters_{context}"]
220203
== Updating clusters
221204
{cgu-operator} enforces the policies following the remediation plan.
@@ -231,10 +214,9 @@ Enforcing the policies for subsequent batches starts immediately after all the c
231214
The update is not in progress. Possible reasons for this are:
232215
+
233216
** All clusters are compliant with all the managed policies.
234-
** The update has timed out as policy remediation took too long.
217+
** The update timed out as policy remediation took too long.
235218
** Blocking CRs are missing from the system or have not yet completed.
236219
** The `ClusterGroupUpgrade` CR is not enabled.
237-
** Backup is still in progress.
238220

239221
[NOTE]
240222
====
@@ -261,7 +243,6 @@ Spec:
261243
afterCompletion:
262244
deleteObjects: true
263245
beforeEnable: {}
264-
backup: false
265246
clusters:
266247
- spoke1
267248
enable: true
@@ -420,7 +401,6 @@ spec:
420401
afterCompletion:
421402
deleteObjects: true
422403
beforeEnable: {}
423-
backup: false
424404
clusters:
425405
- spoke1
426406
- spoke2

modules/cnf-topology-aware-lifecycle-manager-backup-concept.adoc

Lines changed: 0 additions & 44 deletions
This file was deleted.

modules/cnf-topology-aware-lifecycle-manager-backup-feature.adoc

Lines changed: 0 additions & 125 deletions
This file was deleted.

modules/cnf-topology-aware-lifecycle-manager-backup-recovery.adoc

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)