-
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.
* Update to WebLogic 14.1.1.0.240922 Update to WebLogic 14.1.1.0.240922 Use Java 1.8.0_431 Update OPatch to 13.9.4.2.17 Update molecule tests Update galaxy.yml * Update to Oracle 19.25.0.0.0 New Oracle 19.25.0.0.0 yaml file Update 19c molecule tests Update README Update Galaxy.yml --------- Co-authored-by: Martin Fanning <[email protected]>
- Loading branch information
1 parent
9556e81
commit 8aa66ef
Showing
6 changed files
with
20 additions
and
6 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
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: p36912597_190000_Linux-x86-64.zip | ||
patch_number: 36912597 # 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.44 |