Skip to content

Commit

Permalink
Update v8 WAS & IHS to 8.5.5.25 (#93)
Browse files Browse the repository at this point in the history
Update v8 WebSphere and IBM HTTP Server to v8.5.5.25 - new yaml files
Update READMEs
Update Molecule tests
Update galaxy file

Co-authored-by: Martin Fanning <[email protected]>
  • Loading branch information
martinfanning1 and Martin Fanning authored Jul 10, 2024
1 parent 8e15f0d commit 88e276d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
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

0 comments on commit 88e276d

Please sign in to comment.