HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 30 forks source link

Update WAS install for FP22 #241

Closed wannesrams closed 1 year ago

wannesrams commented 1 year ago

Can the following file please be updated for WAS FP22 roles/third_party/ibm/wasnd/was-nd-fix-install/vars/main.yml

I tested with this and works fine was_fp_version_fp22: "8.5.5022.20220703_1123" was_fp_files_fp22:

and was_fp_version_latest: "{{ was_fp_version_latest | default( was_fp_version_fp22 ) }}" was_fp_files_latest: "{{ was_fp_files_latest | default( was_fp_files_fp22 ) }}"

/roles/third_party/ibm/ihs/ibm-http-server-fix-install/vars/main.yml

ihs_fp_version_latest: "{{ ihs_fp_version_latest | default( ihs_fp_version_fp22 ) }}" ihs_fp_files_latest: "{{ ihs_fp_files_latest | default( ihs_fp_files_fp22 ) }}"

ihs_fp_version_fp22: "8.5.5022.20220703_1123" ihs_fp_files_fp22:

wct_fp_version_latest: "{{ wct_fp_version_latest | default( wct_fp_version_fp22 ) }}" wct_fp_files_latest: "{{ wct_fp_files_latest | default( wct_fp_files_fp22 ) }}"

wct_fp_version_fp22: "8.5.5022.20220703_1123" wct_fp_files_fp22:

sabrina-yee commented 1 year ago

@wannesrams certainly, we're working on a release which includes WAS FP22 changes.

wannesrams commented 1 year ago

There also seems to be an issue with the TLS 1.3 ciphers not being compatible with the IBM Http server ones. Or a bug in FP22 where it does not fallback to 1.2. As a workaround I set the TLS to 1.2 only

sabrina-yee commented 1 year ago

We believe this is related to the WAS Fix https://www.ibm.com/support/pages/apar/PH49497. At this time you can get it through IBM or contact HCL Support. We'll also add a step in this repo to install it in our next release.

sabrina-yee commented 1 year ago

Latest repo release includes the steps to install FP22 and PH49497.