Skip to content

Commit 2c11944

Browse files
committed
MTC: style changes
1 parent b1a6e0b commit 2c11944

File tree

45 files changed

+280
-264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+280
-264
lines changed

migration/migrating_3_4/deploying-cam-3-4.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ include::modules/common-attributes.adoc[]
66

77
toc::[]
88

9-
You can deploy the {mtc-full} ({mtc-short}) on an {product-title} {product-version} target cluster and an {product-title} 3 source cluster by installing the {mtc-short} Operator. The {mtc-short} Operator deploys {mtc-short} on the target cluster by default.
9+
You can deploy the {mtc-full} ({mtc-short}) on an {product-title} {product-version} target cluster and an {product-title} 3 source cluster by installing the {mtc-full} Operator. The {mtc-full} Operator deploys {mtc-short} on the target cluster by default.
1010

1111
[NOTE]
1212
====
13-
Optional: You can configure the {mtc-short} Operator to install the {mtc-short} link:https://access.redhat.com/articles/5064151[on an {product-title} 3 cluster or on a remote cluster].
13+
Optional: You can configure the {mtc-full} Operator to install the {mtc-short} link:https://access.redhat.com/articles/5064151[on an {product-title} 3 cluster or on a remote cluster].
1414
====
1515

16-
In a restricted environment, you can install the {mtc-short} Operator from a local mirror registry.
16+
In a restricted environment, you can install the {mtc-full} Operator from a local mirror registry.
1717

18-
After you have installed the {mtc-short} Operator on your clusters, you can launch the {mtc-short} web console.
18+
After you have installed the {mtc-full} Operator on your clusters, you can launch the {mtc-short} web console.
1919

2020
[id='installing-cam-operator_{context}']
21-
== Installing the {mtc-short} Operator
21+
== Installing the {mtc-full} Operator
2222

23-
You can install the {mtc-short} Operator with the Operator Lifecycle Manager (OLM) on an {product-title} {product-version} target cluster and manually on an {product-title} 3 source cluster.
23+
You can install the {mtc-full} Operator with the Operator Lifecycle Manager (OLM) on an {product-title} {product-version} target cluster and manually on an {product-title} 3 source cluster.
2424

2525
include::modules/migration-installing-cam-operator-ocp-4.adoc[leveloffset=+2]
2626
include::modules/migration-installing-cam-operator-ocp-3.adoc[leveloffset=+2]
@@ -29,13 +29,13 @@ include::modules/migration-installing-cam-operator-ocp-3.adoc[leveloffset=+2]
2929
:context: disconnected-3-4
3030
:disconnected-3-4:
3131
[id='installing-cam-operator_{context}']
32-
== Installing the {mtc-short} Operator in a restricted environment
32+
== Installing the {mtc-full} Operator in a restricted environment
3333

34-
You can install the {mtc-short} Operator with the Operator Lifecycle Manager (OLM) on an {product-title} {product-version} target cluster and manually on an {product-title} 3 source cluster.
34+
You can install the {mtc-full} Operator with the Operator Lifecycle Manager (OLM) on an {product-title} {product-version} target cluster and manually on an {product-title} 3 source cluster.
3535

36-
For {product-title} {product-version}, you can build a custom Operator catalog image, push it to a local mirror image registry, and configure OLM to install the {mtc-short} Operator from the local registry. A `mapping.txt` file is created when you run the `oc adm catalog mirror` command.
36+
For {product-title} {product-version}, you can build a custom Operator catalog image, push it to a local mirror image registry, and configure OLM to install the {mtc-full} Operator from the local registry. A `mapping.txt` file is created when you run the `oc adm catalog mirror` command.
3737

38-
On the {product-title} 3 cluster, you can create a manifest file based on the Operator image and edit the file to point to your local image registry. The `image` value in the manifest file uses the `sha256` value from the `mapping.txt` file. Then, you can use the local image to create the {mtc-short} Operator.
38+
On the {product-title} 3 cluster, you can create a manifest file based on the Operator image and edit the file to point to your local image registry. The `image` value in the manifest file uses the `sha256` value from the `mapping.txt` file. Then, you can use the local image to create the {mtc-full} Operator.
3939

4040
.Additional resources
4141

migration/migrating_3_4/migrating-application-workloads-3-4.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc::[]
88

99
You can migrate application workloads from {product-title} 3.7, 3.9, 3.10, and 3.11 to {product-title} {product-version} with the {mtc-full} ({mtc-short}). {mtc-short} enables you to control the migration and to minimize application downtime.
1010

11-
The {mtc-short} web console and API, based on Kubernetes Custom Resources, enable you to migrate stateful application workloads at the granularity of a namespace.
11+
The {mtc-short} web console and API, based on Kubernetes custom resources, enable you to migrate stateful application workloads at the granularity of a namespace.
1212

1313
{mtc-short} supports the file system and snapshot data copy methods for migrating data from the source cluster to the target cluster. You can select a method that is suited for your environment and is supported by your storage provider.
1414

@@ -21,7 +21,7 @@ The service catalog is deprecated in {product-title} 4. You can migrate workload
2121
The {mtc-short} web console displays a message if the service catalog resources cannot be migrated.
2222
====
2323

24-
The Control Plane Migration Assistant (CPMA) is a CLI-based tool that assists you in migrating the control plane. The CPMA processes the {product-title} 3 configuration files and generates Custom Resource (CR) manifest files, which are consumed by {product-title} {product-version} Operators.
24+
The Control Plane Migration Assistant (CPMA) is a CLI-based tool that assists you in migrating the control plane. The CPMA processes the {product-title} 3 configuration files and generates custom resource manifest files, which are consumed by {product-title} {product-version} Operators.
2525

2626
[IMPORTANT]
2727
====

migration/migrating_3_4/migrating-with-cpma.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::modules/common-attributes.adoc[]
66

77
toc::[]
88

9-
The Control Plane Migration Assistant (CPMA) is a CLI-based tool that assists you in migrating the control plane from {product-title} 3.7 (or later) to {product-version}. The CPMA processes the {product-title} 3 configuration files and generates Custom Resource (CR) manifest files, which are consumed by {product-title} {product-version} Operators.
9+
The Control Plane Migration Assistant (CPMA) is a CLI-based tool that assists you in migrating the control plane from {product-title} 3.7 (or later) to {product-version}. The CPMA processes the {product-title} 3 configuration files and generates custom resource manifest files, which are consumed by {product-title} {product-version} Operators.
1010

1111
include::modules/migration-installing-cpma.adoc[leveloffset=+1]
1212
include::modules/migration-using-cpma.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)