mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITPLT-3356 support opensearch config in confleunce.cfg.xml
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
{% if atl_tomcat_contextpath is defined and atl_tomcat_contextpath != '' %}
|
||||
<property name="confluence.webapp.context.path">{{ atl_tomcat_contextpath }}</property>
|
||||
{% endif %}
|
||||
{# Confluence versions 7.13 and newer #}
|
||||
{# config specific to opensearch #}
|
||||
{% if atl_opensearch_endpoint is defined and atl_opensearch_endpoint != '' %}
|
||||
<property name="opensearch.aws.region">{{ atl_hazelcast_network_aws_iam_region }}</property>
|
||||
<property name="opensearch.http.url">{{ atl_opensearch_endpoint }}</property>
|
||||
|
||||
Reference in New Issue
Block a user