Skip to content

Commit e30cfdf

Browse files
authored
Merge pull request #50239 from RichardHoch/mtc_remove_older
BZ#2123004: Downstream docs showing older & unsupported versions in installation matrix
2 parents 4b96617 + 8cf9372 commit e30cfdf

6 files changed

+10
-49
lines changed

_attributes/common-attributes.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ endif::[]
6868
:mtc-short: MTC
6969
:mtc-full: Migration Toolkit for Containers
7070
:mtc-version: 1.7
71-
:mtc-version-z: 1.7.1
72-
:mtc-legacy-version: 1.5
73-
:mtc-legacy-version-z: 1.5.5
71+
:mtc-version-z: 1.7
7472
// builds (Valid only in 4.11 and later)
7573
:builds-v2title: Builds for Red Hat OpenShift
7674
:builds-v2shortname: OpenShift Builds v2

migration_toolkit_for_containers/mtc-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc::[]
88

99
The release notes for {mtc-full} ({mtc-short}) describe new features and enhancements, deprecated features, and known issues.
1010

11-
The {mtc-short}) enables you to migrate application workloads between {product-title} clusters at the granularity of a namespace.
11+
The {mtc-short} enables you to migrate application workloads between {product-title} clusters at the granularity of a namespace.
1212

1313
You can migrate from xref:../migrating_from_ocp_3_to_4/about-migrating-from-3-to-4.adoc[{product-title} 3 to {product-version}] and between {product-title} 4 clusters.
1414

modules/migration-compatibility-guidelines.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ remote cluster:: A source or destination cluster for a migration that runs Veler
2525
.{mtc-short} compatibility: Migrating from a legacy platform
2626
|===
2727
||{product-title} 4.5 or earlier |{product-title} 4.6 later
28-
|Latest {mtc-short} version a|{mtc-short} {mtc-version}.z
28+
|Stable {mtc-short} version a|{mtc-short} {mtc-version}._z_
2929

3030
Legacy {mtc-version} operator: Install manually with the `operator.yml` file.
3131
[IMPORTANT]
@@ -36,13 +36,6 @@ This cluster cannot be the control cluster.
3636
|{mtc-short} {mtc-version}.z
3737

3838
Install with OLM, release channel `release-v1.7`
39-
|Stable {mtc-short} version |{mtc-short} 1.5
40-
41-
Legacy 1.5 operator: Install manually with the `operator.yml` file.
42-
43-
|{mtc-short} 1.6.z
44-
45-
Install with OLM, release channel `release-v1.6`
4639
|===
4740

4841
[NOTE]

modules/migration-installing-legacy-operator.adoc

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -41,40 +41,20 @@ endif::[]
4141
$ sudo podman login registry.redhat.io
4242
----
4343

44-
. Download the `operator.yml` file:
45-
46-
.. For the stable version, enter the following command:
47-
+
48-
[source,terminal,subs="attributes+"]
49-
----
50-
$ sudo podman cp $(sudo podman create \
51-
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-legacy-version-z}):/operator.yml ./
52-
----
53-
54-
.. For the latest version, enter the following command:
55-
+
56-
[source,terminal,subs="attributes+"]
57-
----
58-
$ sudo podman cp $(sudo podman create \
59-
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version-z}):/operator.yml ./
60-
----
61-
62-
. Download the `controller.yml` file:
63-
64-
.. For the stable version, enter the following command:
44+
. Download the `operator.yml` file by entering the following command:
6545
+
6646
[source,terminal,subs="attributes+"]
6747
----
6848
$ sudo podman cp $(sudo podman create \
69-
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-legacy-version-z}):/controller.yml ./
49+
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version}):/operator.yml ./
7050
----
7151

72-
.. For the latest version, enter the following command:
52+
. Download the `controller.yml` file by entering the following command:
7353
+
7454
[source,terminal,subs="attributes+"]
7555
----
7656
$ sudo podman cp $(sudo podman create \
77-
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version-z}):/controller.yml ./
57+
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version}):/controller.yml ./
7858
----
7959

8060
ifdef::installing-restricted-3-4,installing-mtc-restricted[]

modules/migration-migrating-on-prem-to-cloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A service created on the destination cluster exposes the source cluster's API to
2929
+
3030
[source,terminal,subs=attributes+]
3131
----
32-
$ podman cp $(podman create registry.redhat.io/rhmtc/openshift-migration-controller-rhel8:v{mtc-version-z}):/crane ./
32+
$ podman cp $(podman create registry.redhat.io/rhmtc/openshift-migration-controller-rhel8:v{mtc-version}):/crane ./
3333
----
3434
. Log in remotely to a node on the source cluster and a node on the destination cluster.
3535

modules/migration-upgrading-mtc-with-legacy-operator.adoc

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,12 @@ endif::[]
3131
$ sudo podman login registry.redhat.io
3232
----
3333

34-
. Download the `operator.yml` file:
35-
36-
.. For the stable version, enter the following command:
37-
+
38-
[source,terminal,subs="attributes+"]
39-
----
40-
$ sudo podman cp $(sudo podman create \
41-
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-legacy-version-z}):/operator.yml ./
42-
----
43-
44-
.. For the latest version, enter the following command:
34+
. Download the `operator.yml` file by entering the following command:
4535
+
4636
[source,terminal,subs="attributes+"]
4737
----
4838
$ sudo podman cp $(sudo podman create \
49-
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version-z}):/operator.yml ./
39+
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version}):/operator.yml ./
5040
----
5141

5242
. Replace the {mtc-full} Operator:

0 commit comments

Comments
 (0)