ITSD-94667 Need to add atl_use_system_jdk:true and atl_download_format:tarball as part of alternative URL

This commit is contained in:
Glenn Stewart
2022-06-22 15:52:12 +10:00
parent 1c13113e02
commit db7d55169a

View File

@@ -8,15 +8,18 @@
# Version 8.14.0 is chosen deliberately as it is a version where jira and jira-software returns different buildNumber from MPAC # 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 # See DCD-1216 for context
atl_product_version: "8.14.0" atl_product_version: "8.14.0"
atl_install_jsd_as_obr: true
# This tests for an edge case where the product URL and OBR are source from a provided URL. # This tests for an edge case where the product URL and OBR are source from a provided URL.
# Although marketplace (mpac) is used in this example, this could potentially be in a non mpac url. # Although marketplace (mpac) is used in this example, this could potentially be in a non mpac url.
# In this case it would not be possible to query atl_jsd_build_info to source the atl_jsd_build. One is therefore provided. # In this case it would not be possible to query atl_jsd_build_info to source the atl_jsd_build. One is therefore provided.
atl_install_jsd_as_obr: true
atl_source_obr_from_marketplace: false atl_source_obr_from_marketplace: false
atl_jsd_build: "8.14.0" atl_jsd_build: "8.14.0"
atl_product_download_url: "https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.14.0.tar.gz" atl_product_download_url: "https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.14.0.tar.gz"
atl_obr_download_url: "https://marketplace.atlassian.com/download/apps/1213632/version/1040180000" atl_obr_download_url: "https://marketplace.atlassian.com/download/apps/1213632/version/1040180000"
# When using a tarball the following are also required:
atl_use_system_jdk: true
atl_download_format: "tarball"
atl_systemd_service_name: "jira.service" atl_systemd_service_name: "jira.service"
atl_jdbc_encoding: 'UNICODE' atl_jdbc_encoding: 'UNICODE'