Application Transformer for VMware Tanzu discovers the Oracle WebLogic Server (WLS) domain to retrieve domain metadata and application artifacts (*.war, *.ear files). Application Transformer for VMware Tanzu supports WebLogic containerization on Linux VMs only.
Containerization builds an OCI image from discovered artifacts and produces a deployment file you can use to deploy in the TKG cluster or any Kubernetes cluster. Building of image uses Oracle’s WIT (WebLogic Image Tool).
Note: The current version of
Application Transformer for VMware Tanzu does not support following features:
- Complete server migration
- Consensus leasing
- Node Manager (However it is used internally for the liveness probe, and to start Oracle WebLogic Server instances)
- Multicast
- Multi-tenancy
- Production redeployment
- Mixed clusters (configured servers targeted to a dynamic cluster) For up-to-date information about the features of Oracle WebLogic Server that are supported in Kubernetes environments, see My Oracle Support Doc ID 2349228.1.
WebLogic Version | Base OS | JRE/JDK Version |
---|---|---|
12.2.1.4.0 | oracleLinux7 | JDK-1.8.0_281 |
14.1.1.0.0 | oracleLinux8 | JDK-9.0.4 |
12.2.1.3.0 | oracleLinux7 | JDK-1.8.0_281 |
12.2.1.4.0 | rhel7 | JDK-1.8.0_281 |
14.1.1.0.0 | rhel7 | JDK-9.0.4 |
12.2.1.3.0 | rhel7 | JDK-1.8.0_281 |
Prerequisites
-
Ensure that you have the required permissions. For more information, see Overview Application Transformer for VMware Tanzu Roles.
- Analyze Applications.
- Transform Your Application.
- Upload artifacts for desired versions of Oracle WebLogic Server and JDK. See Step 1.
- Add an Image Registry for source and destination registries.
- If you are using version 12.2.1.3.0, create a My Oracle Support Account in .
- Internet access to connect to Yum repository that the image build tool needs.
Procedure
Results
- An alert pops-up showing the status of the operation. Build Image Task can be tracked in the Tasks page. Click on the task within the task bar to view the logs associated with the build process.
- After successful completion of image build and push, component details are updated with OCI image tag and artifact tag. Artifacts zip can be downloaded and contains all discovered artifacts from the domain and generated template deployment yaml file which needs to be edited to replace FIX-ME details before deploying.