mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITOPSENG-277 only write synchrony.service.url if it has a value
This commit is contained in:
@@ -19,7 +19,9 @@ ATL_SYNCHRONY_JVM_PROPERTIES="{{ atl_synchrony_stack_space }} {{ atl_synchrony_m
|
|||||||
-Dsynchrony.cluster.bind={{ atl_local_ipv4 }} \
|
-Dsynchrony.cluster.bind={{ atl_local_ipv4 }} \
|
||||||
-Dcluster.interfaces={{ atl_local_ipv4 }} \
|
-Dcluster.interfaces={{ atl_local_ipv4 }} \
|
||||||
-Dsynchrony.cluster.base.port=25500 \
|
-Dsynchrony.cluster.base.port=25500 \
|
||||||
|
{% if atl_synchrony_service_url|length %}
|
||||||
-Dsynchrony.service.url={{ atl_synchrony_service_url }} \
|
-Dsynchrony.service.url={{ atl_synchrony_service_url }} \
|
||||||
|
{% endif %}
|
||||||
-Dsynchrony.context.path=/synchrony \
|
-Dsynchrony.context.path=/synchrony \
|
||||||
-Dsynchrony.port=8091 \
|
-Dsynchrony.port=8091 \
|
||||||
-Dcluster.name=Synchrony-Cluster \
|
-Dcluster.name=Synchrony-Cluster \
|
||||||
|
|||||||
Reference in New Issue
Block a user