ITOPSENG-101 initial molecule tests commit

This commit is contained in:
Brett Meehan
2019-11-08 15:13:34 +11:00
parent 48904ca084
commit 9d7626a14a
6 changed files with 126 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ atl_download_format_suffix_map:
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_base_url: "{{ atl_release_base_url }}/{{ atl_product_family }}/downloads/binary"
atl_product_download_url: "{{ atl_product_base_url }}/atlassian-{{ atl_download_edition | default(atl_product_edition) }}-{{ atl_product_version }}{{ atl_download_suffix }}"
atl_product_download_filename: "{{ atl_download_edition | default(atl_product_edition) }}.{{ atl_product_version }}{{ atl_download_suffix }}"