Jan 2022 Release
Fix:
- Download to PDF failed for Docs due to missing libraries
- Fixed start_cluster/stop_cluster failure due to previous stop/start cluster process is still in progress.
Improvement:
- New variables documentation page
- New playbook to set global moderator after installation.
- Add steps to force traffic to use TLS1.2
- Update Outlook Add-in deployment using CNX Ingress to work with Outlook Add-in version 21.01
- Cleanup playbook improvements. Added a new flag
preserve_nfs_data
. Data will be preserved/deleted according to the flag value. - Point installation to an existing database #132
- Added new inventory files for DB2, Oracle and MSSQL under environments/examples/existing_database
- Added a new playbook to point installation to an existing DB at playbooks/hcl/connections-existing-database.yml. This playbook verifies if all mandatory variables are set upfront in the inventory file. It fails if any of the mandatory variable is missing.
- Adding a new flaginstall_latest_db2
in the inventory. If the flag is 'true' then DB2 v11.5.6 will be installed (when install kit is available). If the flag is 'false' or missing then DB2 v11.1 will be installed. - New var
tdi_sol_location
to specify a different tdisol tar for SDI JRE8 - WAS FP20 install support
- Support for RHEL8
Change:
- Language selector will be disabled by default, use
cnx_enable_lang_selector
var to enable the feature.