Skip to content

Commit

Permalink
Update to WebLogic 14.1.1.0.240328 (#84)
Browse files Browse the repository at this point in the history
Update to WebLogic 14.1.1.0.240328
Use Java 1.8.0_411
Update OPatch version
Update molecule tests
Update galaxy.yml

Co-authored-by: Martin Fanning <[email protected]>
  • Loading branch information
martinfanning1 and Martin Fanning authored May 20, 2024
1 parent 3730718 commit 91ec181
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: spm_middleware

# The version of the collection. Must be compatible with semantic versioning
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
version: 1.5.9
version: 1.6.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion molecule/__weblogic-v14.1/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- merative.spm_middleware

vars:
weblogic_version: "14.1.1.0.231220"
weblogic_version: "14.1.1.0.240328"
# weblogic_installer_path: /opt/IBM/weblogic/WLS
download_url: "{{ lookup('env','ARTIFACTORY_URL') }}/{{ lookup('env','ARTIFACTORY_REPO') }}/SoftwareInstallers"
download_header: {'X-JFrog-Art-Api': "{{ lookup('env','ARTIFACTORY_TOKEN' )}}"}
Expand Down
2 changes: 1 addition & 1 deletion molecule/__weblogic-v14.1/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- name: include defaults
include_vars: "../../roles/weblogic/defaults/main.yml"
- name: include vars
include_vars: "../../roles/weblogic/vars/v14.1.1.0.231220.yml"
include_vars: "../../roles/weblogic/vars/v14.1.1.0.240328.yml"
- stat:
path: /opt/Props/AppServer.properties
register: boot_props
Expand Down
2 changes: 1 addition & 1 deletion roles/weblogic/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weblogic_group: 'oinstall'
weblogic_os_user_pass: 'oracle'
weblogic_base: '/home/oracle'
# If not passed in, use this default value
weblogic_version: '14.1.1.0.231220'
weblogic_version: '14.1.1.0.240328'
inv_loc: '/opt/Oracle/oraInventory'
jdk_folder: '/usr/java'
# Common paths and names
Expand Down
11 changes: 11 additions & 0 deletions roles/weblogic/vars/v14.1.1.0.240328.yml
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_1394215_Generic.zip'
opatch_version: 13.9.4.2.15
patch: 'p36454290_141100_Generic.zip'
patch_number: 36454290
napply: false
patch_folder: '36454290'
java_archive_file: jdk-8u411-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_411'

0 comments on commit 91ec181

Please sign in to comment.