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

Missing variables in TDISol configuration #289

Closed marde16 closed 12 months ago

marde16 commented 1 year ago

Hi,

at the moment it is impossible to use playbooks for an already installed LDAP server (Domino LDAP, Active Directory)

The installation uses two Jinja2 templates for the TDIsol configuration with hardcoded settings.

Unfortunately the template for map_dbrepos_from_source.properties has no option to define the guid via variable. https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/tdi-install/templates/map_dbrepos_from_source.properties.j2#L56

A variable to refine the search filter in the template profiles_tdi.properties will be helpful, too. https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/tdi-install/templates/profiles_tdi.properties.j2#L21

To be more flexible two new variables e.g. __ldap_search_filter and __ldap_guid are necessary.

Thank you.