diff --git a/galaxy.yml b/galaxy.yml index f5d1e9e..1932086 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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.7.2 +version: 1.7.3 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/molecule/__weblogic-v14.1/converge.yml b/molecule/__weblogic-v14.1/converge.yml index 24849c6..c9e9adf 100644 --- a/molecule/__weblogic-v14.1/converge.yml +++ b/molecule/__weblogic-v14.1/converge.yml @@ -6,7 +6,7 @@ - merative.spm_middleware vars: - weblogic_version: "14.1.1.0.240628" + weblogic_version: "14.1.1.0.240922" # 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' )}}"} diff --git a/molecule/__weblogic-v14.1/verify.yml b/molecule/__weblogic-v14.1/verify.yml index 58a4e47..425fab8 100644 --- a/molecule/__weblogic-v14.1/verify.yml +++ b/molecule/__weblogic-v14.1/verify.yml @@ -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.240628.yml" + include_vars: "../../roles/weblogic/vars/v14.1.1.0.240922.yml" - stat: path: /opt/Props/AppServer.properties register: boot_props diff --git a/roles/weblogic/README.md b/roles/weblogic/README.md index c186404..2f3cb22 100644 --- a/roles/weblogic/README.md +++ b/roles/weblogic/README.md @@ -25,7 +25,7 @@ The `weblogc` role will install Weblogic. | | `12.2.1.4.210716` | | | `14.1.1.0.220105` | | | `14.1.1.0.240111` | -| | `14.1.1.0.240628` | +| | `14.1.1.0.240922` | ... @@ -38,7 +38,7 @@ Download WebLogic Server Installation packages and patch packages, and upload it The following explains the structure of this role. tasks/main.yml - - defaults/main.yml vars file is included (default weblogic_version is '14.1.1.0.240628' if no alternative is passed in with your ansible-playbook command) + - defaults/main.yml vars file is included (default weblogic_version is '14.1.1.0.240922' if no alternative is passed in with your ansible-playbook command) - runs: prereqs.yml - runs: install.yml - runs: patch.yml @@ -52,7 +52,7 @@ The version of the OPatch tool itself is also handed by the above tasks file. - hosts: servers roles: - role: merative.spm_middleware.weblogic - weblogic_version: 14.1.1.0.240628 + weblogic_version: 14.1.1.0.240922 ``` ## Note diff --git a/roles/weblogic/defaults/main.yml b/roles/weblogic/defaults/main.yml index 963de6d..0c2670c 100644 --- a/roles/weblogic/defaults/main.yml +++ b/roles/weblogic/defaults/main.yml @@ -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.240628' +weblogic_version: '14.1.1.0.240922' inv_loc: '/opt/Oracle/oraInventory' jdk_folder: '/usr/java' # Common paths and names diff --git a/roles/weblogic/vars/v14.1.1.0.240922.yml b/roles/weblogic/vars/v14.1.1.0.240922.yml new file mode 100644 index 0000000..fbf394e --- /dev/null +++ b/roles/weblogic/vars/v14.1.1.0.240922.yml @@ -0,0 +1,11 @@ +--- +base_install_file: 'fmw_14.1.1.0.0_wls.jar' +weblogic_version: 14.1 +opatch: 'p28186730_1394217_Generic.zip' +opatch_version: 13.9.4.2.17 +patch: 'p37087534_141100_Generic.zip' +patch_number: 37087534 +napply: False +patch_folder: '37087534' +java_archive_file: jdk-8u431-linux-x64.tar.gz +java_version_path: 'jdk1.8.0_431'