Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to configure TCPPING for cluster discovery #62

Merged
merged 3 commits into from
Mar 8, 2023

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Mar 8, 2023

When keycloak_ha_enabled (and keycloak_db_enabled also is in that case), the cluster discover protocol defaults to JDBC_PING. A new variable allows to set TCPPING as the discovery protocol instead, using the ansible play batch nodes as initial_nodes.

Variable Description Default
keycloak_ha_discovery Discovery protocol for HA cluster members JDBC_PING if keycloak_db_enabled else TCPPING

Fix #58

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Mar 8, 2023
@guidograzioli guidograzioli merged commit 6852871 into ansible-middleware:main Mar 8, 2023
@guidograzioli guidograzioli changed the title Allow to configure TCPPING for discovery Allow to configure TCPPING for cluster discovery Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JGROUPS Through TCP PING
1 participant