mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-01 00:33:14 -06:00
ITSD-487185 testing region
This commit is contained in:
@@ -44,11 +44,10 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- "search.platform=opensearch"
|
- "search.platform=opensearch"
|
||||||
- "opensearch.http.url={{ atl_opensearch_endpoint }}"
|
- "opensearch.http.url={{ atl_opensearch_endpoint }}"
|
||||||
- "opensearch.aws.region={{ atl_aws_region | default(ansible_ec2_placement_region) }}"
|
- "opensearch.aws.region={{ ansible_ec2_placement_region }}"
|
||||||
- "jira.search.api.reindex.bulk.request.size=10"
|
|
||||||
when:
|
when:
|
||||||
- atl_opensearch_endpoint is defined and atl_opensearch_endpoint | length > 0
|
- atl_opensearch_endpoint is defined and atl_opensearch_endpoint | length > 0
|
||||||
- (atl_aws_region is defined or ansible_ec2_placement_region is defined)
|
- ansible_ec2_placement_region is defined
|
||||||
|
|
||||||
- name: Override JVM memory settings.
|
- name: Override JVM memory settings.
|
||||||
# Ugly but necessary as the product installs this file so we need to make the change here.
|
# Ugly but necessary as the product installs this file so we need to make the change here.
|
||||||
|
|||||||
Reference in New Issue
Block a user