ITSD-94667 Debug Tue 14 Jun 2022 15:53:10 AEST

This commit is contained in:
Glenn Stewart
2022-06-14 15:53:10 +10:00
parent 5795626917
commit 0810460603
2 changed files with 33 additions and 27 deletions

View File

@@ -37,6 +37,7 @@ atl_servicedesk_url_map:
atl_servicedesk_metadata_url: "{{ atl_servicedesk_url_map[atl_product_version] | default(atl_servicedesk_url_map['default']) }}"
atl_install_jsd_as_obr: false
atl_obr_download_url: ''
atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk.{{ atl_product_version }}.obr"
force_version_update: false

View File

@@ -1,5 +1,7 @@
---
- name: Source jira-servicedesk obr from marketplace
- name: Get the installer product version info
uri:
url: "{{ atl_mpac_products }}/key/jira/versions/name/{{ atl_product_version }}"
@@ -33,6 +35,9 @@
set_fact:
atl_obr_filename: "jira-servicedesk-application-{{ atl_jsd_build_info.json.name }}.obr"
when:
- atl_obr_download_url is undefined
- name: is shared_home set ?
debug:
msg="atl_product_home_shared_download_dir={{ atl_product_home_shared_download_dir }}"
@@ -48,7 +53,7 @@
download_obr: true
move_obr: false
atl_obr_download: "{{ atl_installer_temp }}/{{ atl_obr_filename }}"
atl_obr_shared_download: "{{ atl_product_home_shared_download_dir }}/{{ atl_obr_filename }}.obr"
atl_obr_shared_download: "{{ atl_product_home_shared_download_dir }}/{{ atl_obr_filename }}"
atl_obr_moving_lock: "{{ atl_product_home_shared_download_dir }}/{{ atl_obr_filename }}_moving"
atl_obr_completed_lock: "{{ atl_product_home_shared_download_dir }}/{{ atl_obr_filename }}_completed"