Merged in ITPLT-3977-add-direnv-pre-commit-to-dc-deployments-automation (pull request #215)

ITPLT-3977 add direnv pre commit to dc deployments automation

Approved-by: Lee Goolsbee
This commit is contained in:
Geoff Jacobs
2024-08-19 22:50:49 +00:00
15 changed files with 546 additions and 428 deletions

View File

@@ -7,7 +7,7 @@
atl_product_user: "jira"
# Version 8.14.0 is chosen deliberately as it is a version where jira and jira-software returns different buildNumber from MPAC
# See DCD-1216 for context
atl_product_version: "8.14.0"
atl_product_version: "8.14.0"
atl_install_jsd_as_obr: true
atl_systemd_service_name: "jira.service"
atl_jdbc_encoding: 'UNICODE'

View File

@@ -186,13 +186,13 @@
failed_when: false
ignore_errors: yes
no_log: true
when:
when:
- ansible_ec2_placement_region is defined
- atl_download_secret_name is defined
tags:
- runtime_pkg
# Fetch binary and copy to temp
# Fetch binary and copy to temp
# optionally use basic_auth creds from secrets_manager
- name: Fetch binary
ansible.builtin.get_url: