From a44008fb322ade6709385d102801fe2a3cca6d4a Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Wed, 22 Jun 2022 16:49:51 +1000 Subject: [PATCH] ITSD-94667 Fix the check of files for obr --- .../molecule/jira_all_version_url/converge.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 13ad6cd..3b35dbb 100644 --- a/roles/product_install/molecule/jira_all_version_url/converge.yml +++ b/roles/product_install/molecule/jira_all_version_url/converge.yml @@ -8,18 +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_product_download_url: "https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.14.0.tar.gz" # 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_jsd_build: "4.14.0" 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_use_system_jdk: true atl_systemd_service_name: "jira.service" atl_jdbc_encoding: 'UNICODE'