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

Provide jgroups configuration #31

Merged
merged 9 commits into from
Aug 1, 2023

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Aug 1, 2023

Add configuration for jgroups discovery protocol, via the following new parameters:

Variable Description Default
infinispan_jgroups_discovery Clustering discovery protocol, from [TCPPING, JDBC_PING] JDBC_PING if infinispan_keycloak_caches else TCPPING
infinispan_jgroups_iface The NIC name to be used for cluster IPv4 addresses (ie. 'eth0') default_ipv4

NOTE: the parameter infinispan_jgroups_jdbcping (bool) has been deprecated. Backwards compatibility is guaranteed only when infinispan_keycloak_caches is True, otherwise the default jgroups discovery protocol will be TCPPING

Fix #29

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Aug 1, 2023
@guidograzioli guidograzioli added major_changes Major changes mean the user can CHOOSE to make a change when they update but do not have to and removed minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix labels Aug 1, 2023
@guidograzioli guidograzioli merged commit 3db5a26 into ansible-middleware:main Aug 1, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major_changes Major changes mean the user can CHOOSE to make a change when they update but do not have to
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the ability to configure other JGroups discovery mechanisms
1 participant