This project creates an Operator to deploy Windup/MTA on an Openshift cluster ( Kubernetes in future releases)
It consists on a series of yaml files to deploy the operator (CRD, role, rolebinding, serviceaccount) and the native artifact compiled using Quarkus and GraalVM.
At this moment the operator reacts to creation of the Windup Custom Resource and will deploy all needed objects ( deployments, ingress, services, persistent volumes).
- Using a Cluster Wide permissions user
- Go to Openshift Web Console
- Administration->Operators->OperatorHub
- Filter by keyword "mta"
- Click on "Migration Toolkit for Applications"
- Install the operator
- Select a namespace created previously by you
- After a while , with a regular user, click on Administration->Operators->Installed Operators
- Click on the Migration Toolkit for Applications
- Click on "Create instance"
- Change the default values or leave them as they are
- Click "Create"
- After a while all pods will be ready
- Go to "Adminitration->Network->Routes" filtering by the namespace used
- Select the route location
- This will open a window with the Migration Toolkit for Applications
You can create as many applications as you like inside the same namespace.
For every namespace you need to install the operator in order to be able to install the Migration Toolkit for Applications application.