mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 17:33:06 -06:00
ITPLT-4583 rework latest version URL logic for all products
This commit is contained in:
@@ -6,7 +6,6 @@ atl_cached_version: ''
|
||||
# with values for both password and username
|
||||
atl_download_secret_name: ''
|
||||
|
||||
atl_product_latest_version_url: "https://marketplace.atlassian.com/rest/2/products/key/{{ atl_product_family }}/versions"
|
||||
atl_product_version_cache_dir: "{{ atl_product_home_shared }}"
|
||||
atl_product_version_cache: "{{ atl_product_home_shared }}/{{ atl_product_edition }}.version"
|
||||
|
||||
@@ -30,9 +29,15 @@ atl_product_home_shared_download: "{{ atl_product_home_shared_download_dir }}/{{
|
||||
atl_product_home_shared_moving_lock: "{{ atl_product_home_shared_download }}_moving"
|
||||
atl_product_home_shared_completed_lock: "{{ atl_product_home_shared_download }}_completed"
|
||||
|
||||
atl_product_family_to_mpac_parent_software_id_map:
|
||||
confluence: "confluence"
|
||||
crowd: "crowd"
|
||||
jira: "jira"
|
||||
stash: "bitbucket"
|
||||
atl_mpac_base_url: "https://marketplace.atlassian.com"
|
||||
atl_mpac_api_base_url: "{{ atl_mpac_base_url }}/rest/3"
|
||||
atl_mpac_jsm_app_software_id: "1bbd1b4a-95cd-4762-b7ae-3e3e99eee7d8"
|
||||
atl_mpac_product_latest_version_url: "{{ atl_mpac_api_base_url }}/parent-software/{{ atl_product_family_to_mpac_parent_software_id_map[atl_product_family] }}/versions?state=ACTIVE&limit=1"
|
||||
|
||||
atl_install_jsd_as_obr: false
|
||||
atl_source_obr_from_marketplace: true
|
||||
|
||||
Reference in New Issue
Block a user