HCL-TECH-SOFTWARE / connections-automation

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

Add ifix installation to complete playbooks #201

Closed stoeps13 closed 2 years ago

stoeps13 commented 2 years ago

Complete playbooks did not update to the configured CFix, the included statement for the ifix playbook is missing. With this PR the playbooks update Connections to the configured CFix version.

sabrina-yee commented 2 years ago

Thanks for submitting the change @stoeps13. Currently, we make the playbook a separate step so user can decide whether it's needed but I understand for public user it's mostly the case hence the PR. CFix installation needs to be skipped if there is none available (eg. initial version of a release or during development), to avoid failure I'd suggest to add a check to skip if the related var (https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/main/environments/examples/cnx7/db2/group_vars/all.yml#L80) is not present. Thanks.