diff --git a/roles/product_install/molecule/jira_all_version_url/converge.yml b/roles/product_install/molecule/jira_all_version_url/converge.yml index f2e11fc..13ad6cd 100644 --- a/roles/product_install/molecule/jira_all_version_url/converge.yml +++ b/roles/product_install/molecule/jira_all_version_url/converge.yml @@ -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 # See DCD-1216 for context 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. # 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. + atl_install_jsd_as_obr: true atl_source_obr_from_marketplace: false 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_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_jdbc_encoding: 'UNICODE'