Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to WLS 14.1.1.0.240628 #96

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.8
version: 1.6.9

# 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.240328"
weblogic_version: "14.1.1.0.240628"
# 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.240328.yml"
include_vars: "../../roles/weblogic/vars/v14.1.1.0.240628.yml"
- stat:
path: /opt/Props/AppServer.properties
register: boot_props
Expand Down
5 changes: 3 additions & 2 deletions roles/weblogic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +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` |


...
Expand All @@ -37,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.210716' 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.240628' if no alternative is passed in with your ansible-playbook command)
- runs: prereqs.yml
- runs: install.yml
- runs: patch.yml
Expand All @@ -51,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.240111
weblogic_version: 14.1.1.0.240628
```

## Note
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.240328'
weblogic_version: '14.1.1.0.240628'
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.240628.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_1394216_Generic.zip'
opatch_version: 13.9.4.2.16
patch: 'p36781850_141100_Generic.zip'
patch_number: 36781850
napply: False
patch_folder: '36781850'
java_archive_file: jdk-8u421-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_421'
Loading