Loading scripts/docker-entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ do if [ "${nodeIp}" == "${myIp}" ];then continue; fi clusterNodesIps="${clusterNodesIps}<hostname>${nodeIp}</hostname>" clusterNodesIps="${clusterNodesIps}<member>${nodeIp}</member>" done export CLUSTER_NODES_IPS_TAGS="${clusterNodesIps}" Loading scripts/hazelcast.template +4 −1 Original line number Diff line number Diff line Loading @@ -17,11 +17,14 @@ <port auto-increment="false">${HAZELCAST_PORT}</port> <join> <multicast enabled="false"></multicast> <tcp-ip enabled="true"> <tcp-ip enabled="true" connection-timeout-seconds="30"> <interface>10.*.*.*</interface> ${CLUSTER_NODES_IPS_TAGS} </tcp-ip> </join> <interfaces enabled="true"> <interface>10.*.*.*</interface> </interfaces> </network> <!-- The WPS status map --> Loading Loading
scripts/docker-entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ do if [ "${nodeIp}" == "${myIp}" ];then continue; fi clusterNodesIps="${clusterNodesIps}<hostname>${nodeIp}</hostname>" clusterNodesIps="${clusterNodesIps}<member>${nodeIp}</member>" done export CLUSTER_NODES_IPS_TAGS="${clusterNodesIps}" Loading
scripts/hazelcast.template +4 −1 Original line number Diff line number Diff line Loading @@ -17,11 +17,14 @@ <port auto-increment="false">${HAZELCAST_PORT}</port> <join> <multicast enabled="false"></multicast> <tcp-ip enabled="true"> <tcp-ip enabled="true" connection-timeout-seconds="30"> <interface>10.*.*.*</interface> ${CLUSTER_NODES_IPS_TAGS} </tcp-ip> </join> <interfaces enabled="true"> <interface>10.*.*.*</interface> </interfaces> </network> <!-- The WPS status map --> Loading