Skip to content

Commit 7877fd2

Browse files
authored
Merge pull request #228 from anarnold97/MTA-6214-8.0.0-Install-guide
MTA-6214: 8.0.0 Install guide still points to 7.3 UI and CLI guides
2 parents c24b7f5 + a982440 commit 7877fd2

File tree

5 files changed

+48
-50
lines changed

5 files changed

+48
-50
lines changed

docs/topics/developer-lightspeed/con_persistent-volumes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
= Persistent volume requirements
88

99
[role="_abstract"]
10-
The Solution Server component requires a backend database to store code changes from previous analyses.
10+
The Solution Server component requires a backend database to store code changes from previous analyses.
1111

12-
If you plan to enable Solution Server, you must create a `5Gi` `RWO` persistent volume used by the {mta-dl-plugin} database. See link:{mta-URL}/installing_the_migration_toolkit_for_applications/index#persistent-volume-requirements_installing-mta-ui[Persistent volume requirements] for more information.
12+
If you plan to enable Solution Server, you must create a `5Gi` `RWO` persistent volume used by the {mta-dl-plugin} database. See link:{mta-URL}/installing_the_migration_toolkit_for_applications/index#persistent-volume-requirements_installing-mta-ui[Persistent volume requirements] for more information.

docs/topics/developer-lightspeed/proc_tackle-enable-dev-lightspeed.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,30 @@
66
= Enabling {mta-dl-plugin} in Tackle custom resource
77

88
[role="_abstract"]
9-
Solution Server integrates with the {ProductShortName} Hub backend component to use the database and volumes necessary to store and retrieve the solved examples.
9+
Solution Server integrates with the {ProductShortName} Hub backend component to use the database and volumes necessary to store and retrieve the solved examples.
1010

1111
To enable Solution Server and other AI configurations in the {mta-dl-full} VS Code extension, you must modify the Tackle custom resource (CR) with additional parameters.
1212

1313
.Prerequisites
1414

1515
//the hard link must be changed to the same topic in 8.0.0 that has the `{mta-dl-plugin}-database` req.
16-
. You deployed an additional RWO volume for the `{mta-dl-plugin}-database` if you want to use {mta-dl-plugin}. See link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.3/html/user_interface_guide/mta-7-installing-web-console-on-openshift_user-interface-guide#openshift-persistent-volume-requirements_user-interface-guide[Persistent volume requirements] for more information.
16+
. You deployed an additional RWO volume for the `{mta-dl-plugin}-database` if you want to use {mta-dl-plugin}. See link:{mta-URL}/installing_the_migration_toolkit_for_applications/index#persistent-volume-requirements_installing-mta-ui[Persistent volume requirements] for more information.
1717

1818
. You installed the {ProductShortName} operator v8.0.0.
1919

2020

2121
.Procedure
2222

23-
. Log in to the Red Hat {ocp-name} cluster and switch to the `openshift-mta` project.
23+
. Log in to the Red Hat {ocp-name} cluster and switch to the `openshift-mta` project.
2424
+
25-
2625
. Edit the Tackle CR settings in the `tackle_hub.yml` file with the following command:
2726
+
28-
2927
[source, terminal]
3028
----
3129
oc edit tackle
3230
----
3331

34-
. Enter applicable values for `kai_llm_provider` and `kai_llm_model` variables.
32+
. Enter applicable values for `kai_llm_provider` and `kai_llm_model` variables.
3533
+
3634
[source, yaml]
3735
----

docs/topics/mta-install/con_mta-rules.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
= {ProductShortName} rules
77

88
[role="_abstract"]
9-
The {ProductFullName} contains rule-based migration tools (analyzers) that you can use to analyze the application user interfaces (APIs), technologies, and architectures used by the applications you plan to migrate.
9+
The {ProductFullName} contains rule-based migration tools (analyzers) that you can use to analyze the application user interfaces (APIs), technologies, and architectures used by the applications you plan to migrate.
1010

11-
{ProductShortName} analyzer rules use the following rule pattern:
11+
{ProductShortName} analyzer rules use the following rule pattern:
1212

1313
----
1414
when(condition)
1515
message(message)
1616
tag(tags)
1717
----
1818

19-
You can use the {ProductShortName} rules internally to perform the following tasks:
19+
You can use the {ProductShortName} rules internally to perform the following tasks:
2020

21-
* Extract files from archives.
22-
* Decompile files.
23-
* Scan and classify file types.
24-
* Analyze XML and other file content.
25-
* Analyze the application code.
26-
* Build the reports.
21+
* Extract files from archives.
22+
* Decompile files.
23+
* Scan and classify file types.
24+
* Analyze XML and other file content.
25+
* Analyze the application code.
26+
* Build the reports.
2727

28-
{ProductShortName} builds a data model based on the rule execution results and stores component data and relationships in a graph database. This database can then be queried and updated as required by the migration rules and for reporting purposes.
28+
{ProductShortName} builds a data model based on the rule execution results and stores component data and relationships in a graph database. This database can then be queried and updated as required by the migration rules and for reporting purposes.
2929

3030
[NOTE]
3131
====
32-
You can create your own custom analyzer rules. You can use custom rules to identify the use of custom libraries or other components that might not be covered by the provided standard migration rules.
32+
You can create your own custom analyzer rules. You can use custom rules to identify the use of custom libraries or other components that might not be covered by the provided standard migration rules.
3333
34-
For instructions on how to write custom rules, see link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.3/html/rules_development_guide/index[Rules Development Guide].
34+
For instructions on how to write custom rules, see link:{mta-URL}/rules_development_guide/index[Rules Development Guide].
3535
====
3636

3737

docs/topics/mta-install/con_mta-tools.adoc

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,55 +6,55 @@
66
= {ProductShortName} tools
77

88
[role="_abstract"]
9-
Different {ProductFullName} tools provide assistance in the various stages of your migration and modernization efforts.
9+
Different {ProductFullName} tools provide assistance in the various stages of your migration and modernization efforts.
1010

11-
You can use the following {ProductShortName} tools for assessing and analyzing your applications:
11+
You can use the following {ProductShortName} tools for assessing and analyzing your applications:
1212

1313
* *User interface (UI)*
14-
+
15-
By using the user interface for the {ProductName}, you can perform the following tasks:
14+
+
15+
By using the user interface for the {ProductName}, you can perform the following tasks:
1616

17-
** Assess the risks involved in containerizing an application for hybrid cloud environments on Red Hat OpenShift.
17+
** Assess the risks involved in containerizing an application for hybrid cloud environments on Red Hat OpenShift.
1818
** Analyze the changes that must be made in the code of an application to containerize the application.
1919

20-
+
21-
For more information about using the MTA user interface, see link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.3/html/user_interface_guide/index[User Interface Guide].
22-
20+
+
21+
For more information about using the MTA user interface, see link:{mta-URL}/configuring_and_managing_the_migration_toolkit_for_applications_user_interface/index[Configuring and managing the Migration Toolkit for Applications user interface].
22+
2323
* *Command-line interface (CLI)*
2424
+
2525
The CLI is a command-line tool in the {ProductName} that you can use to assess and prioritize migration and modernization efforts for applications. It provides numerous reports that highlight the analysis without using the other tools. The CLI includes a wide array of customization options. By using the CLI, you can tune {ProductShortName} analysis options or integrate with external automation tools.
26-
+
27-
For more information about using the CLI, see link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.3/html/cli_guide/index[CLI Guide].
28-
26+
+
27+
For more information about using the CLI, see link:link:{mta-URL}/using_the_mta_command-line_interface_to_analyze_applications/index[Using the MTA command-line interface to analyze applications].
28+
2929
* *{ProductName} Operator*
30-
+
31-
By using the {ProductName} Operator, you can install the user interface on OpenShift Container Platform.
32-
+
33-
For more information about the prerequisites for the MTA Operator installation, see link:https://access.redhat.com/support/policy/updates/openshift_operators[OpenShift Operator Life Cycles].
34-
35-
* *IDE add-ons*
3630
+
37-
You can migrate and modernize applications by using the {ProductName} add-ons for the following applications:
31+
By using the {ProductName} Operator, you can install the user interface on OpenShift Container Platform.
32+
+
33+
For more information about the prerequisites for the MTA Operator installation, see link:https://access.redhat.com/support/policy/updates/openshift_operators[OpenShift Operator Life Cycles].
34+
35+
* *IDE add-ons*
36+
+
37+
You can migrate and modernize applications by using the {ProductName} add-ons for the following applications:
3838
+
39-
** Eclipse
40-
** Visual Studio Code, Visual Studio Codespaces, and Eclipse Che
41-
** IntelliJ IDEA, both the Community and Ultimate versions
39+
** Eclipse
40+
** Visual Studio Code, Visual Studio Codespaces, and Eclipse Che
41+
** IntelliJ IDEA, both the Community and Ultimate versions
4242

4343

4444
+
45-
You can use these add-ons to perform the following tasks:
45+
You can use these add-ons to perform the following tasks:
4646

47-
** Analyze your projects by using customizable sets of rules.
48-
** Mark issues in the source code.
49-
** Fix the issues by using the provided guidance.
50-
** Use the automatic code replacement, if possible.
47+
** Analyze your projects by using customizable sets of rules.
48+
** Mark issues in the source code.
49+
** Fix the issues by using the provided guidance.
50+
** Use the automatic code replacement, if possible.
5151

5252

5353
+
5454
For more information about using add-ons, see the following documentation:
5555

56-
** link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.3/html/eclipse_plugin_guide/index[Eclipse Plugin Guide]
57-
** link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.3/html/intellij_idea_plugin_guide/index[IntelliJ IDEA Plugin Guide]
58-
** link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.3/html/visual_studio_code_extension_guide/index[Visual Studio Code Extension Guide]
56+
// ** link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.3/html/eclipse_plugin_guide/index[Eclipse Plugin Guide]
57+
** link:{mta-URL}/intellij_idea_plugin_guide/index[IntelliJ IDEA Plugin Guide]
58+
** link:{mta-URL}/configuring_and_using_the_visual_studio_code_extension_for_mta/index[Configuring and using the Visual Studio Code Extension for MTA]
5959

6060

docs/topics/mta-install/proc_installing-cli-zip.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can install the {ProductShortName} CLI by using the downloadable `.zip` file
1515

1616
* Red Hat Container Registry Authentication for `registry.redhat.io`. Red Hat distributes container images from `registry.redhat.io`, which requires authentication. For more details, see link:https://access.redhat.com/RegistryAuthentication[Red Hat Container Registry Authentication].
1717
+
18-
NOTE: This prerequisite is not applicable for the containerless mode. For more information, see link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.3/html/cli_guide/analyzing-applications-mta-cli_cli-guide#running-the-containerless-mta-cli_analyzing-applications-mta-cli[Analyzing applications in containerless mode].
18+
NOTE: This prerequisite is not applicable for the containerless mode. For more information, see link:{mta-URL}/using_the_mta_command-line_interface_to_analyze_applications/index#running-the-containerless-mta-cli_analyzing-applications-mta-cli[Analyzing an application in containerless mode].
1919

2020
* You installed Java Development Kit (JDK) version 17 or later.
2121
* You set the `JAVA_HOME` environmental variable.

0 commit comments

Comments
 (0)