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 v8 WAS & IHS to 8.5.5.25 #93

Merged
merged 1 commit into from
Jul 10, 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 molecule/__ihs-v85/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- merative.spm_middleware

vars:
ihs_version: 8.5.5.20
ihs_version: 8.5.5.25
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/__websphere-v85/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- merative.spm_middleware

vars:
websphere_version: 8.5.5.20
websphere_version: 8.5.5.25
download_url: "{{ lookup('env', 'ARTIFACTORY_URL') }}/{{ lookup('env', 'ARTIFACTORY_REPO') }}/SoftwareInstallers"
download_header: { 'X-JFrog-Art-Api': "{{ lookup('env', 'ARTIFACTORY_TOKEN') }}"}

Expand Down
19 changes: 19 additions & 0 deletions roles/ihs/vars/v8.5.5.25.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
ihs_installer_path: WAS/8.5.5ND
ihs_installer_archive_list:
- WAS_V8.5.5_SUPPL_1_OF_3.zip
- WAS_V8.5.5_SUPPL_2_OF_3.zip
- WAS_V8.5.5_SUPPL_3_OF_3.zip

ihs_fp_installer_path: WAS/8.5.5Fixpacks/FP25
ihs_fp_installer_archive_list:
- 8.5.5-WS-WASSupplements-FP025-part1.zip
- 8.5.5-WS-WASSupplements-FP025-part2.zip
- 8.5.5-WS-WASSupplements-FP025-part3.zip

ihs_wct_installer_list:
- 8.5.5-WS-WCT-FP025-part1.zip
- 8.5.5-WS-WCT-FP025-part2.zip

ihs_pid: v85_8.5.5025.20240119_0940
ihs_base_pid: v85_8.5.5000.20130514_1044
15 changes: 15 additions & 0 deletions roles/websphere/vars/v8.5.5.25.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
websphere_pid: v85_8.5.5025.20240119_0940

websphere_base_pid: com.ibm.websphere.ND.v85
websphere_base_path: WAS/8.5.5ND
websphere_base_archive_list:
- WAS_ND_V8.5.5_1_OF_3.zip
- WAS_ND_V8.5.5_2_OF_3.zip
- WAS_ND_V8.5.5_3_OF_3.zip

websphere_fp_path: WAS/8.5.5Fixpacks/FP25
websphere_fp_archive_list:
- 8.5.5-WS-WAS-FP025-part1.zip
- 8.5.5-WS-WAS-FP025-part2.zip
- 8.5.5-WS-WAS-FP025-part3.zip
Loading