mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITOPSENG-277 ensure synchrony_service_url is a string before length count
This commit is contained in:
@@ -31,7 +31,7 @@ atl_catalina_opts_extra: >-
|
|||||||
-Dsynchrony.proxy.enabled=false
|
-Dsynchrony.proxy.enabled=false
|
||||||
-Dconfluence.cluster.node.name={{ atl_local_ipv4 }}
|
-Dconfluence.cluster.node.name={{ atl_local_ipv4 }}
|
||||||
-Dconfluence.cluster.hazelcast.max.no.heartbeat.seconds=60
|
-Dconfluence.cluster.hazelcast.max.no.heartbeat.seconds=60
|
||||||
{% if atl_synchrony_service_url|length %}-Dsynchrony.service.url={{ atl_synchrony_service_url }}{% endif %}
|
{% if atl_synchrony_service_url|string|length %}-Dsynchrony.service.url={{ atl_synchrony_service_url }}{% endif %}
|
||||||
|
|
||||||
atl_tomcat_port: "8080"
|
atl_tomcat_port: "8080"
|
||||||
atl_tomcat_mgmt_port: "8005"
|
atl_tomcat_mgmt_port: "8005"
|
||||||
|
|||||||
Reference in New Issue
Block a user