ITPLT-3356 support opensearch config in confleunce.cfg.xml

This commit is contained in:
bmeehan
2023-11-08 20:42:34 +11:00
parent b1ee6f6abb
commit d93cc67e00

View File

@@ -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>