This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-ansible-d…/tsg-olap/parcels/roles/initialization/galaxy-qgw-service/templates/hazelcast.yaml.j2
2024-02-22 11:00:02 +08:00

17 lines
296 B
Django/Jinja

hazelcast:
cluster-name: qgw-cluster
network:
join:
multicast:
enabled: false
tcp-ip:
enabled: true
member-list:
{% for host in groups['galaxy_qgw_service'] %}
- {{ host }}
{% endfor %}
map:
adHocCache:
time-to-live-seconds: 120