mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITPLT-2247 provide secret name in a parameter
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
# Empty values to simplify logic (no undefineds)
|
||||
atl_latest_version: ''
|
||||
atl_cached_version: ''
|
||||
# if basic_auth is required for download of atlassian installable artifact, provide the name of an AWS Secrets Manager secret
|
||||
# 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 }}"
|
||||
@@ -14,6 +17,7 @@ atl_download_format_suffix_map:
|
||||
tarball: '.tar.gz'
|
||||
atl_download_suffix: "{{ atl_download_format_suffix_map[atl_download_format] }}"
|
||||
|
||||
|
||||
atl_release_base_url: "https://product-downloads.atlassian.com/software"
|
||||
atl_product_base_url: "{{ atl_release_base_url }}/{{ atl_product_family }}/downloads"
|
||||
atl_product_download_url: "{{ atl_product_base_url }}/atlassian-{{ atl_download_edition | default(atl_product_edition) }}-{{ atl_product_version }}{{ atl_download_suffix }}"
|
||||
|
||||
Reference in New Issue
Block a user