Skip to content

Latest commit

 

History

History
53 lines (47 loc) · 2.13 KB

READ_THIS_FIRST.md

File metadata and controls

53 lines (47 loc) · 2.13 KB

Migration files

The migration bundle is generated by Transformation Advisor to help you migrate your application. Files included in the bundle are specific to the destination you selected and some will need to be updated. Instructions are provided in the migration artifacts PDF.

How the bundle helps with modernization

  • Generates files with information specific to your application, accelerating the deployment to OpenShift.

  • Eliminates the manual task of creating files that are needed for containerization.

  • Ensures that versions are migrated when deploying your application to the cloud.

Bundle contents
Files for building a containerized image
server.xml The server.xml configures your application dependencies such as database connections and messages. It contains the majority of what you'll need to migrate.
Dockerfile The Dockerfile builds a docker image which includes your application configured in Liberty
Files for deploying
Operator resources The operator resources help to package, deploy and manage your migrated application in Cloud Pak for Applications running on OpenShift Container Platforrm.
pom.xml The pom.xml is used for Maven builds. It contains coordinates for application binaries and dependencies that you have defined in Transformation Advisor.
Detailed instructions
PDF The PDF file provides step-by-step instructions for migrating your application.

Documentation & support

After making the required code changes, follow the steps in TA_Migration_Artifacts_For_OpenShift_Instructions located in the /docs folder, to migrate your application.