-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Oracle & WebLogic Middleware Update (#113)
* Update IIM version, WAS & IHS to 9.0.5.212 Update to latest IBM Installation Manager - 1.10.1 (renamed molecule test) Update WebSphere and IBM HTTP Server to v9.0.5.22 - new yaml files Update READMEs Update Molecule Tests Update Galaxy file * Update Github Workflow with new IIM name Update Github Workflow with new IIM name * Revert Back introduction of IIM 1.10.1 due to errors Reverting back to IIM 1.9.3.. When using IIM 1.10.1 there were failures installing WebSphere Liberty... Further investigation needed.. Will attach errors.. * Update the Java to the latest for WLP 24.0.0.12 Update the Java to the latest available for WLP 24.0.0.12 files * Update Galaxy File Update Galaxy File * Test DB2 List Command Test DB2 List Command * Revert List Database Dir command test Revert List Database Dir command test * Oracle & WebLogic Middleware Update New Oracle 19.26.0.0.0 yaml file Update 19c molecule tests Update README Update to WebLogic 14.1.1.0.250108 Use Java 1.8.0_441 Update OPatch to 13.9.4.2.18 Update molecule tests Update to OHS 12.2.1.4.250103 Updated Molecule Tests Updated README Update to WebLogic 12.2.1.4.250107 Update Galaxy.yml --------- Co-authored-by: Martin Fanning <[email protected]>
- Loading branch information
1 parent
58ff833
commit 546b720
Showing
19 changed files
with
92 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
# Base Information | ||
ohs_version_folder: 12.2.1 | ||
base_version: 12.2.1.4.0 | ||
base_installer: fmw_12.2.1.4.0_ohs_linux64.bin | ||
base_installer_path: "OHS/12.2.1/fmw_12.2.1.4.0_ohs_linux64.bin" | ||
|
||
# Upgrade Information | ||
upgrade19c_version: 12.2.1.19.0 | ||
upgrade19c_installer_path: "OHS/12.2.1/19cUpgrade" | ||
upgrade19c_installer_zip: "p34761383_122140_Linux-x86-64.zip" | ||
upgrade19c_installer: fmw_12.2.1.19.0_dbclient_linux64.bin | ||
upgrade19c_installer_folder: 34761383 | ||
|
||
# Patch information | ||
ohs_version: 12.2.1.4.250103 | ||
patches: | ||
- filename: "OHS/{{ ohs_version_folder }}/p37443574_122140_Linux-x86-64.zip" | ||
number: 37443574 | ||
- filename: "OHS/{{ ohs_version_folder }}/p35333510_122140_Linux-x86-64.zip" | ||
number: 35037811 | ||
|
||
# OPatch Information | ||
opatch_filename_path: "WLS/Patches/p28186730_1394218_Generic.zip" | ||
opatch_version: 13.9.4.2.18 | ||
opatch_folder: 6880880 | ||
|
||
# JDK Information | ||
java_zip_path: 'WLS/jdk-8u441-linux-x64.tar.gz' | ||
java_version_path: 'jdk1.8.0_441' | ||
jdk_folder: "{{ ohs_home }}/oracle_common/jdk" | ||
|
||
template_jar: "ohs_standalone_template.jar" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
# prereq installers | ||
prereqs_installer_7: https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm | ||
prereqs_installer_8: https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/getPackage/oracle-database-preinstall-19c-1.0-2.el8.x86_64.rpm | ||
prereqs_installer: "{{ prereqs_installer_7 if ansible_distribution_major_version=='7' else prereqs_installer_8 }}" | ||
# base installer values | ||
base_version: 19.3.0.0.0 | ||
base_installer: oracle-database-ee-19c-1.0-1.x86_64.rpm | ||
# patch values | ||
patch_filename: p37260974_190000_Linux-x86-64.zip | ||
patch_number: 37260974 # used for directory | ||
# Add OPatch values when bundled OPatch needs to be upgraded | ||
opatch_filename: p6880880_190000_Linux-x86-64.zip | ||
opatch_version: 12.2.0.1.45 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
base_install_file: 'fmw_12.2.1.4.0_wls.jar' | ||
weblogic_version: 12.2 | ||
# 13.9.4.2.18 | ||
opatch: 'p28186730_1394218_Generic.zip' | ||
opatch_version: 13.9.4.2.18 | ||
# 12.2.1.4.250107 | ||
patch: 'p37453807_122140_Generic.zip' | ||
patch_number: 37453807 | ||
napply: false | ||
patch_folder: '37453807' | ||
# Local controller path OR relative path to download_url | ||
java_archive_file: jdk-8u441-linux-x64.tar.gz | ||
java_version_path: 'jdk1.8.0_441' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
base_install_file: 'fmw_14.1.1.0.0_wls.jar' | ||
weblogic_version: 14.1 | ||
opatch: 'p28186730_1394218_Generic.zip' | ||
opatch_version: 13.9.4.2.18 | ||
patch: 'p37458537_141100_Generic.zip' | ||
patch_number: 37458537 | ||
napply: False | ||
patch_folder: '37458537' | ||
java_archive_file: jdk-8u441-linux-x64.tar.gz | ||
java_version_path: 'jdk1.8.0_441' |