Commit c7b2a59b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza a versión 3 la config de hazelcast

parent c7347180
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}"

+4 −1
Original line number Diff line number Diff line
@@ -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 -->