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 OHS 12.2.1.4.240619 #97

Closed
wants to merge 1 commit into from
Closed
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.9
version: 1.7.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/__ohs-v12.2.1.4/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
name: weblogic
vars:
ansible_python_interpreter: /usr/bin/python3
weblogic_version: "14.1.1.0.240328"
weblogic_version: "14.1.1.0.240628"

- name: include ohs
include_role:
Expand Down
2 changes: 1 addition & 1 deletion molecule/__ohs-v12.2.1.4/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pre_tasks:
- name: include vars
include_vars: "../../roles/ohs/vars/v12.2.1.4.240115.yml"
include_vars: "../../roles/ohs/vars/v12.2.1.4.240619.yml"

- name: include default
include_vars: "../../roles/ohs/defaults/main.yml"
Expand Down
4 changes: 2 additions & 2 deletions roles/ohs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NOTE: Update these default usernames and passwords after the initial installatio

| Property Name | Default value |
| ------------------------- | --------------------------------------------------- |
| `ohs_version` | `12.2.1.4.210324` |
| `ohs_version` | `12.2.1.4.240619` |
| `ohs_user` | `oracle` |
| `ohs_admin_password` | `password1` |
| `ohs_group` | `oinstall` |
Expand All @@ -41,7 +41,7 @@ Although the role can be used independently, it is expected that Weblogic is alr
- hosts: all
roles:
- role: merative.spm_middleware.ohs
ohs_version: 12.2.1.4.210324
ohs_version: 12.2.1.4.240619
```
## License

Expand Down
2 changes: 1 addition & 1 deletion roles/ohs/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# OHS config
ohs_version: 12.2.1.4.240115
ohs_version: 12.2.1.4.240619
ohs_user: oracle
ohs_admin_password: Password1
ohs_group: oinstall
Expand Down
24 changes: 24 additions & 0 deletions roles/ohs/vars/v12.2.1.4.240619.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
# Base installer values
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"
# Patches information
ohs_version: 12.2.1.4.240619
patches:
- filename: "OHS/{{ ohs_version_folder }}/p36747799_122140_Linux-x86-64.zip"
number: 36747799
- filename: "OHS/{{ ohs_version_folder }}/p31101341_122140_Generic.zip"
number: 31101341
# Add OPatch values when bundled OPatch needs to be upgraded
opatch_filename_path: "WLS/Patches/p28186730_1394216_Generic.zip"
opatch_version: 13.9.4.2.16
opatch_folder: 6880880

# Full jdk is needed to update OPatch
java_zip_path: 'WLS/jdk-8u421-linux-x64.tar.gz'
java_version_path: 'jdk1.8.0_421'
jdk_folder: "{{ ohs_home }}/oracle_common/jdk"

template_jar: "ohs_standalone_template.jar"
Loading