mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Merged in feature/ITOPSENG-101-support-JiraProduct-All (pull request #38)
Feature/ITOPSENG-101 support JiraProduct All Approved-by: Geoff Jacobs <gjacobs@atlassian.com> Approved-by: Adam Brokes <abrokes@atlassian.com>
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
atl_product_family: "jira"
|
atl_product_family: "jira"
|
||||||
atl_product_user: "jira"
|
atl_product_user: "jira"
|
||||||
atl_product_edition: "jira-{{ lookup('env', 'ATL_PRODUCT_EDITION') | lower }}"
|
atl_product_edition: "jira-{{ lookup('env', 'ATL_PRODUCT_EDITION') | lower }}"
|
||||||
|
atl_install_jsd_as_obr: "{{ lookup('env', 'ATL_JSD_ASOBR') }}"
|
||||||
atl_systemd_service_name: "jira.service"
|
atl_systemd_service_name: "jira.service"
|
||||||
|
|
||||||
atl_startup_systemd_params:
|
atl_startup_systemd_params:
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ pipelines:
|
|||||||
- step:
|
- step:
|
||||||
name: Pre Parallelization stage
|
name: Pre Parallelization stage
|
||||||
script:
|
script:
|
||||||
- echo "Running tests in 31 batches"
|
- echo "Running tests in 32 batches"
|
||||||
- step:
|
- step:
|
||||||
name: Check if number of batches match actual number of scenarios
|
name: Check if number of batches match actual number of scenarios
|
||||||
script:
|
script:
|
||||||
@@ -34,7 +34,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 1
|
- ./bin/run-tests-in-batches --batch 1
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 2
|
name: Molecule Test Batch - 2
|
||||||
services:
|
services:
|
||||||
@@ -42,7 +42,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 2
|
- ./bin/run-tests-in-batches --batch 2
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 3
|
name: Molecule Test Batch - 3
|
||||||
services:
|
services:
|
||||||
@@ -50,7 +50,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 3
|
- ./bin/run-tests-in-batches --batch 3
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 4
|
name: Molecule Test Batch - 4
|
||||||
services:
|
services:
|
||||||
@@ -58,7 +58,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 4
|
- ./bin/run-tests-in-batches --batch 4
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 5
|
name: Molecule Test Batch - 5
|
||||||
services:
|
services:
|
||||||
@@ -66,7 +66,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 5
|
- ./bin/run-tests-in-batches --batch 5
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 6
|
name: Molecule Test Batch - 6
|
||||||
services:
|
services:
|
||||||
@@ -74,7 +74,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 6
|
- ./bin/run-tests-in-batches --batch 6
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 7
|
name: Molecule Test Batch - 7
|
||||||
services:
|
services:
|
||||||
@@ -82,7 +82,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 7
|
- ./bin/run-tests-in-batches --batch 7
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 8
|
name: Molecule Test Batch - 8
|
||||||
services:
|
services:
|
||||||
@@ -90,7 +90,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 8
|
- ./bin/run-tests-in-batches --batch 8
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 9
|
name: Molecule Test Batch - 9
|
||||||
services:
|
services:
|
||||||
@@ -98,7 +98,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 9
|
- ./bin/run-tests-in-batches --batch 9
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 10
|
name: Molecule Test Batch - 10
|
||||||
services:
|
services:
|
||||||
@@ -106,7 +106,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 10
|
- ./bin/run-tests-in-batches --batch 10
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 11
|
name: Molecule Test Batch - 11
|
||||||
services:
|
services:
|
||||||
@@ -114,7 +114,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 11
|
- ./bin/run-tests-in-batches --batch 11
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 12
|
name: Molecule Test Batch - 12
|
||||||
services:
|
services:
|
||||||
@@ -122,7 +122,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 12
|
- ./bin/run-tests-in-batches --batch 12
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 13
|
name: Molecule Test Batch - 13
|
||||||
services:
|
services:
|
||||||
@@ -130,7 +130,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 13
|
- ./bin/run-tests-in-batches --batch 13
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 14
|
name: Molecule Test Batch - 14
|
||||||
services:
|
services:
|
||||||
@@ -138,7 +138,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 14
|
- ./bin/run-tests-in-batches --batch 14
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 15
|
name: Molecule Test Batch - 15
|
||||||
services:
|
services:
|
||||||
@@ -146,7 +146,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 15
|
- ./bin/run-tests-in-batches --batch 15
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 16
|
name: Molecule Test Batch - 16
|
||||||
services:
|
services:
|
||||||
@@ -154,7 +154,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 16
|
- ./bin/run-tests-in-batches --batch 16
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 17
|
name: Molecule Test Batch - 17
|
||||||
services:
|
services:
|
||||||
@@ -162,7 +162,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 17
|
- ./bin/run-tests-in-batches --batch 17
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 18
|
name: Molecule Test Batch - 18
|
||||||
services:
|
services:
|
||||||
@@ -170,7 +170,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 18
|
- ./bin/run-tests-in-batches --batch 18
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 19
|
name: Molecule Test Batch - 19
|
||||||
services:
|
services:
|
||||||
@@ -178,7 +178,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 19
|
- ./bin/run-tests-in-batches --batch 19
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 20
|
name: Molecule Test Batch - 20
|
||||||
services:
|
services:
|
||||||
@@ -186,7 +186,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 20
|
- ./bin/run-tests-in-batches --batch 20
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 21
|
name: Molecule Test Batch - 21
|
||||||
services:
|
services:
|
||||||
@@ -194,7 +194,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 21
|
- ./bin/run-tests-in-batches --batch 21
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 22
|
name: Molecule Test Batch - 22
|
||||||
services:
|
services:
|
||||||
@@ -202,7 +202,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 22
|
- ./bin/run-tests-in-batches --batch 22
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 23
|
name: Molecule Test Batch - 23
|
||||||
services:
|
services:
|
||||||
@@ -210,7 +210,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 23
|
- ./bin/run-tests-in-batches --batch 23
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 24
|
name: Molecule Test Batch - 24
|
||||||
services:
|
services:
|
||||||
@@ -218,7 +218,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 24
|
- ./bin/run-tests-in-batches --batch 24
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 25
|
name: Molecule Test Batch - 25
|
||||||
services:
|
services:
|
||||||
@@ -226,7 +226,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 25
|
- ./bin/run-tests-in-batches --batch 25
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 26
|
name: Molecule Test Batch - 26
|
||||||
services:
|
services:
|
||||||
@@ -234,7 +234,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 26
|
- ./bin/run-tests-in-batches --batch 26
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 27
|
name: Molecule Test Batch - 27
|
||||||
services:
|
services:
|
||||||
@@ -242,7 +242,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 27
|
- ./bin/run-tests-in-batches --batch 27
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 28
|
name: Molecule Test Batch - 28
|
||||||
services:
|
services:
|
||||||
@@ -250,7 +250,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 28
|
- ./bin/run-tests-in-batches --batch 28
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 29
|
name: Molecule Test Batch - 29
|
||||||
services:
|
services:
|
||||||
@@ -258,7 +258,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 29
|
- ./bin/run-tests-in-batches --batch 29
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 30
|
name: Molecule Test Batch - 30
|
||||||
services:
|
services:
|
||||||
@@ -266,7 +266,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 30
|
- ./bin/run-tests-in-batches --batch 30
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 31
|
name: Molecule Test Batch - 31
|
||||||
services:
|
services:
|
||||||
@@ -275,3 +275,12 @@ pipelines:
|
|||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 31
|
- ./bin/run-tests-in-batches --batch 31
|
||||||
|
|
||||||
|
- step:
|
||||||
|
name: Molecule Test Batch - 32
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
script:
|
||||||
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
|
- ./bin/run-tests-in-batches --batch 32
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -22,12 +22,13 @@ atl_product_download_filename: "{{ atl_download_edition | default(atl_product_ed
|
|||||||
atl_product_temp_download: "{{ atl_installer_temp }}/{{ atl_product_download_filename }}"
|
atl_product_temp_download: "{{ atl_installer_temp }}/{{ atl_product_download_filename }}"
|
||||||
atl_product_varfile: "{{ atl_installer_temp }}/{{ atl_product_family }}.varfile"
|
atl_product_varfile: "{{ atl_installer_temp }}/{{ atl_product_family }}.varfile"
|
||||||
|
|
||||||
atl_product_home_shared_download_dir: "{{ atl_product_home_shared }}/downloads"
|
atl_product_home_shared_download_dir: "{{ atl_shared_mountpoint }}/downloads"
|
||||||
atl_product_home_shared_download: "{{ atl_product_home_shared_download_dir }}/{{ atl_product_download_filename }}"
|
atl_product_home_shared_download: "{{ atl_product_home_shared_download_dir }}/{{ atl_product_download_filename }}"
|
||||||
atl_product_home_shared_moving_lock: "{{ atl_product_home_shared_download }}_moving"
|
atl_product_home_shared_moving_lock: "{{ atl_product_home_shared_download }}_moving"
|
||||||
atl_product_home_shared_completed_lock: "{{ atl_product_home_shared_download }}_completed"
|
atl_product_home_shared_completed_lock: "{{ atl_product_home_shared_download }}_completed"
|
||||||
|
|
||||||
atl_marketplace_base: "https://marketplace.atlassian.com"
|
atl_marketplace_base: "https://marketplace.atlassian.com"
|
||||||
|
atl_mpac_products: "https://marketplace.atlassian.com/rest/2/products"
|
||||||
atl_servicedesk_latest_url: "https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/latest"
|
atl_servicedesk_latest_url: "https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/latest"
|
||||||
atl_servicedesk_versioned_url: "https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/name/{{ atl_product_version }}"
|
atl_servicedesk_versioned_url: "https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/name/{{ atl_product_version }}"
|
||||||
atl_servicedesk_url_map:
|
atl_servicedesk_url_map:
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ def test_latest_is_downloaded(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
installer = host.file('/media/atl/bitbucket/shared/downloads/bitbucket.' + upstream + '-x64.bin')
|
installer = host.file('/media/atl/downloads/bitbucket.' + upstream + '-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
@@ -47,6 +47,6 @@ def test_completed_lockfile(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
lockfile = host.file('/media/atl/bitbucket/shared/downloads/bitbucket.' + upstream + '-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/bitbucket.' + upstream + '-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ def test_latest_is_downloaded(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
installer = host.file('/media/atl/confluence/shared-home/downloads/confluence.'+upstream+'-x64.bin')
|
installer = host.file('/media/atl/downloads/confluence.'+upstream+'-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
@@ -44,6 +44,6 @@ def test_completed_lockfile(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
lockfile = host.file('/media/atl/confluence/shared-home/downloads/confluence.'+upstream+'-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/confluence.'+upstream+'-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ def test_latest_is_downloaded(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
installer = host.file('/media/atl/crowd/shared/downloads/crowd.' + upstream + '.tar.gz')
|
installer = host.file('/media/atl/downloads/crowd.' + upstream + '.tar.gz')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
@@ -47,6 +47,6 @@ def test_completed_lockfile(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
lockfile = host.file('/media/atl/crowd/shared/downloads/crowd.' + upstream + '.tar.gz_completed')
|
lockfile = host.file('/media/atl/downloads/crowd.' + upstream + '.tar.gz_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ def test_latest_is_downloaded(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/jira-core.'+upstream+'-x64.bin')
|
installer = host.file('/media/atl/downloads/jira-core.'+upstream+'-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
@@ -32,6 +32,6 @@ def test_completed_lockfile(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/jira-core.'+upstream+'-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/jira-core.'+upstream+'-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
14
roles/product_install/molecule/jira_all/Dockerfile.j2
Normal file
14
roles/product_install/molecule/jira_all/Dockerfile.j2
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Molecule managed
|
||||||
|
|
||||||
|
{% if item.registry is defined %}
|
||||||
|
FROM {{ item.registry.url }}/{{ item.image }}
|
||||||
|
{% else %}
|
||||||
|
FROM {{ item.image }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
RUN if [ $(command -v apt-get) ]; then apt-get update && apt-get install -y python sudo bash ca-certificates && apt-get clean; \
|
||||||
|
elif [ $(command -v dnf) ]; then dnf makecache && dnf --assumeyes install python sudo python-devel python*-dnf bash && dnf clean all; \
|
||||||
|
elif [ $(command -v yum) ]; then yum makecache fast && yum install -y python sudo yum-plugin-ovl bash && sed -i 's/plugins=0/plugins=1/g' /etc/yum.conf && yum clean all; \
|
||||||
|
elif [ $(command -v zypper) ]; then zypper refresh && zypper install -y python sudo bash python-xml && zypper clean -a; \
|
||||||
|
elif [ $(command -v apk) ]; then apk update && apk add --no-cache python sudo bash ca-certificates; \
|
||||||
|
elif [ $(command -v xbps-install) ]; then xbps-install -Syu && xbps-install -y python sudo bash ca-certificates && xbps-remove -O; fi
|
||||||
30
roles/product_install/molecule/jira_all/molecule.yml
Normal file
30
roles/product_install/molecule/jira_all/molecule.yml
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
dependency:
|
||||||
|
name: galaxy
|
||||||
|
driver:
|
||||||
|
name: docker
|
||||||
|
lint:
|
||||||
|
name: yamllint
|
||||||
|
platforms:
|
||||||
|
- name: amazon_linux2
|
||||||
|
image: amazonlinux:2
|
||||||
|
groups:
|
||||||
|
- aws_node_local
|
||||||
|
- name: ubuntu_lts
|
||||||
|
image: ubuntu:bionic
|
||||||
|
groups:
|
||||||
|
- aws_node_local
|
||||||
|
provisioner:
|
||||||
|
name: ansible
|
||||||
|
options:
|
||||||
|
skip-tags: runtime_pkg
|
||||||
|
lint:
|
||||||
|
name: ansible-lint
|
||||||
|
inventory:
|
||||||
|
links:
|
||||||
|
group_vars: ../../../../group_vars/
|
||||||
|
verifier:
|
||||||
|
name: testinfra
|
||||||
|
lint:
|
||||||
|
name: flake8
|
||||||
|
enabled: false
|
||||||
28
roles/product_install/molecule/jira_all/playbook.yml
Normal file
28
roles/product_install/molecule/jira_all/playbook.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
- name: Converge
|
||||||
|
hosts: all
|
||||||
|
vars:
|
||||||
|
atl_product_family: "jira"
|
||||||
|
atl_product_edition: "jira-software"
|
||||||
|
atl_product_user: "jira"
|
||||||
|
atl_product_version: "7.13.1"
|
||||||
|
atl_install_jsd_as_obr: true
|
||||||
|
atl_systemd_service_name: "jira.service"
|
||||||
|
atl_jdbc_encoding: 'UNICODE'
|
||||||
|
atl_jdbc_collation: 'C'
|
||||||
|
atl_jdbc_ctype: 'C'
|
||||||
|
atl_jdbc_template: 'template0'
|
||||||
|
pre_tasks:
|
||||||
|
- name: Create cache dir
|
||||||
|
file:
|
||||||
|
path: '/media/atl/jira/shared/'
|
||||||
|
state: directory
|
||||||
|
- name: Seed version
|
||||||
|
copy:
|
||||||
|
dest: '/media/atl/jira/shared/jira-core.version'
|
||||||
|
content: "7.13.1"
|
||||||
|
force: false # For idempotency check
|
||||||
|
roles:
|
||||||
|
- role: linux_common
|
||||||
|
- role: product_common
|
||||||
|
- role: product_install
|
||||||
@@ -0,0 +1,48 @@
|
|||||||
|
import os
|
||||||
|
from six.moves import urllib
|
||||||
|
|
||||||
|
import testinfra.utils.ansible_runner
|
||||||
|
import json
|
||||||
|
|
||||||
|
testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
||||||
|
os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')
|
||||||
|
|
||||||
|
|
||||||
|
def test_version_is_correct(host):
|
||||||
|
verfile = host.file('/media/atl/jira/shared/jira-software.version')
|
||||||
|
assert verfile.exists
|
||||||
|
|
||||||
|
assert verfile.content.decode("UTF-8").strip() == "7.13.1"
|
||||||
|
|
||||||
|
def test_is_downloaded(host):
|
||||||
|
installer = host.file('/media/atl/downloads/jira-software.7.13.1-x64.bin')
|
||||||
|
assert installer.exists
|
||||||
|
assert installer.user == 'root'
|
||||||
|
|
||||||
|
def test_completed_lockfile(host):
|
||||||
|
lockfile = host.file('/media/atl/downloads/jira-software.7.13.1-x64.bin_completed')
|
||||||
|
assert lockfile.exists
|
||||||
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
|
def test_is_unpacked(host):
|
||||||
|
installer = host.file('/opt/atlassian/jira-software/7.13.1/atlassian-jira/')
|
||||||
|
assert installer.exists
|
||||||
|
assert installer.is_directory
|
||||||
|
assert installer.user == 'jira'
|
||||||
|
assert installer.mode == 0o0755
|
||||||
|
|
||||||
|
def test_obr_is_downloaded(host):
|
||||||
|
installer = host.file('/media/atl/downloads/jira-servicedesk-application-3.16.1.obr')
|
||||||
|
assert installer.exists
|
||||||
|
assert installer.user == 'root'
|
||||||
|
|
||||||
|
def test_obr_completed_lockfile(host):
|
||||||
|
lockfile = host.file('/media/atl/downloads/jira-servicedesk-application-3.16.1.obr_completed')
|
||||||
|
assert lockfile.exists
|
||||||
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
|
def test_obr_is_unpacked(host):
|
||||||
|
jsdjar = host.file('/media/atl/jira/shared/plugins/installed-plugins/jira-servicedesk-application-3.16.1.jar')
|
||||||
|
assert jsdjar.exists
|
||||||
|
assert jsdjar.user == 'jira'
|
||||||
|
assert jsdjar.mode == 0o0750
|
||||||
@@ -14,12 +14,12 @@ def test_version_is_correct(host):
|
|||||||
assert verfile.content.decode("UTF-8").strip() == "7.10.2"
|
assert verfile.content.decode("UTF-8").strip() == "7.10.2"
|
||||||
|
|
||||||
def test_is_downloaded(host):
|
def test_is_downloaded(host):
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/jira-core.7.10.2-x64.bin')
|
installer = host.file('/media/atl/downloads/jira-core.7.10.2-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
def test_completed_lockfile(host):
|
def test_completed_lockfile(host):
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/jira-core.7.10.2-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/jira-core.7.10.2-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
|
|||||||
@@ -14,12 +14,12 @@ def test_version_is_correct(host):
|
|||||||
assert verfile.content.decode("UTF-8").strip() == "7.10.1"
|
assert verfile.content.decode("UTF-8").strip() == "7.10.1"
|
||||||
|
|
||||||
def test_is_downloaded(host):
|
def test_is_downloaded(host):
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/jira-core.7.10.1-x64.bin')
|
installer = host.file('/media/atl/downloads/jira-core.7.10.1-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
def test_completed_lockfile(host):
|
def test_completed_lockfile(host):
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/jira-core.7.10.1-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/jira-core.7.10.1-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ def test_latest_is_downloaded(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/jira-software.'+upstream+'-x64.bin')
|
installer = host.file('/media/atl/downloads/jira-software.'+upstream+'-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
@@ -44,6 +44,6 @@ def test_completed_lockfile(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/jira-software.'+upstream+'-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/jira-software.'+upstream+'-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
@@ -23,7 +23,7 @@ def test_latest_is_downloaded(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/jira-core.'+upstream+'.tar.gz')
|
installer = host.file('/media/atl/downloads/jira-core.'+upstream+'.tar.gz')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
@@ -32,6 +32,6 @@ def test_completed_lockfile(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/jira-core.'+upstream+'.tar.gz_completed')
|
lockfile = host.file('/media/atl/downloads/jira-core.'+upstream+'.tar.gz_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
@@ -14,12 +14,12 @@ def test_version_is_correct(host):
|
|||||||
assert verfile.content.decode("UTF-8").strip() == "7.9.0"
|
assert verfile.content.decode("UTF-8").strip() == "7.9.0"
|
||||||
|
|
||||||
def test_is_downloaded(host):
|
def test_is_downloaded(host):
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/jira-core.7.9.0-x64.bin')
|
installer = host.file('/media/atl/downloads/jira-core.7.9.0-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
def test_completed_lockfile(host):
|
def test_completed_lockfile(host):
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/jira-core.7.9.0-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/jira-core.7.9.0-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ def test_latest_is_downloaded(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/jira-core.'+upstream+'-x64.bin')
|
installer = host.file('/media/atl/downloads/jira-core.'+upstream+'-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
@@ -32,6 +32,6 @@ def test_completed_lockfile(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
upstream = upstream_json['version']
|
||||||
|
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/jira-core.'+upstream+'-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/jira-core.'+upstream+'-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
@@ -14,12 +14,12 @@ def test_version_is_correct(host):
|
|||||||
assert verfile.content.decode("UTF-8").strip() == "7.13.2"
|
assert verfile.content.decode("UTF-8").strip() == "7.13.2"
|
||||||
|
|
||||||
def test_is_downloaded(host):
|
def test_is_downloaded(host):
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/jira-core.7.13.2-x64.bin')
|
installer = host.file('/media/atl/downloads/jira-core.7.13.2-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
def test_completed_lockfile(host):
|
def test_completed_lockfile(host):
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/jira-core.7.13.2-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/jira-core.7.13.2-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
|
|||||||
@@ -14,12 +14,12 @@ def test_version_is_correct(host):
|
|||||||
assert verfile.content.decode("UTF-8").strip() == "3.9.0"
|
assert verfile.content.decode("UTF-8").strip() == "3.9.0"
|
||||||
|
|
||||||
def test_is_downloaded(host):
|
def test_is_downloaded(host):
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/servicedesk.3.9.0-x64.bin')
|
installer = host.file('/media/atl/downloads/servicedesk.3.9.0-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
def test_completed_lockfile(host):
|
def test_completed_lockfile(host):
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/servicedesk.3.9.0-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/servicedesk.3.9.0-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
|
|||||||
@@ -14,12 +14,12 @@ def test_version_is_correct(host):
|
|||||||
assert verfile.content.decode("UTF-8").strip() == "4.1.0"
|
assert verfile.content.decode("UTF-8").strip() == "4.1.0"
|
||||||
|
|
||||||
def test_is_downloaded(host):
|
def test_is_downloaded(host):
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/servicedesk.4.1.0-x64.bin')
|
installer = host.file('/media/atl/downloads/servicedesk.4.1.0-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
def test_completed_lockfile(host):
|
def test_completed_lockfile(host):
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/servicedesk.4.1.0-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/servicedesk.4.1.0-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
|
|||||||
@@ -23,12 +23,12 @@ def test_version_is_correct(host):
|
|||||||
assert verfile.content.decode("UTF-8").strip() == sd
|
assert verfile.content.decode("UTF-8").strip() == sd
|
||||||
|
|
||||||
def test_is_downloaded(host):
|
def test_is_downloaded(host):
|
||||||
installer = host.file('/media/atl/jira/shared/downloads/servicedesk.'+sd+'-x64.bin')
|
installer = host.file('/media/atl/downloads/servicedesk.'+sd+'-x64.bin')
|
||||||
assert installer.exists
|
assert installer.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
def test_completed_lockfile(host):
|
def test_completed_lockfile(host):
|
||||||
lockfile = host.file('/media/atl/jira/shared/downloads/servicedesk.'+sd+'-x64.bin_completed')
|
lockfile = host.file('/media/atl/downloads/servicedesk.'+sd+'-x64.bin_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
|
|||||||
1
roles/product_install/tasks/jira-all_extra_tasks.yml
Symbolic link
1
roles/product_install/tasks/jira-all_extra_tasks.yml
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
no_op.yml
|
||||||
174
roles/product_install/tasks/jira-servicedesk_as_obr.yml
Normal file
174
roles/product_install/tasks/jira-servicedesk_as_obr.yml
Normal file
@@ -0,0 +1,174 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: Get the installer product version info
|
||||||
|
uri:
|
||||||
|
url: "{{ atl_mpac_products }}/key/jira-software/versions/name/{{ atl_product_version }}"
|
||||||
|
return_content: yes
|
||||||
|
register: atl_product_version_info
|
||||||
|
|
||||||
|
- name: Show the returned build number
|
||||||
|
debug:
|
||||||
|
msg="buildNumber={{ atl_product_version_info.json.buildNumber }}"
|
||||||
|
|
||||||
|
- name: Get the JSD build version info
|
||||||
|
uri:
|
||||||
|
url: "{{ atl_mpac_products }}/key/jira-servicedesk/versions/latest?application=\
|
||||||
|
jira&applicationBuild={{ atl_product_version_info.json.buildNumber }}"
|
||||||
|
return_content: yes
|
||||||
|
register: atl_jsd_build_info
|
||||||
|
|
||||||
|
- name: Show the returned obr binary href
|
||||||
|
debug:
|
||||||
|
msg="obr_ref={{ atl_jsd_build_info.json._embedded.artifact._links.binary.href }}"
|
||||||
|
|
||||||
|
- name: how about getting the obr filename
|
||||||
|
debug:
|
||||||
|
msg="obr_name=jira-servicedesk-application-{{ atl_jsd_build_info.json.name }}.obr"
|
||||||
|
|
||||||
|
- name: is shared_home set ?
|
||||||
|
debug:
|
||||||
|
msg="atl_product_home_shared_download_dir={{ atl_product_home_shared_download_dir }}"
|
||||||
|
# For the first run a temp obr should be downloaded but moved to
|
||||||
|
# shared home to ensure all subsequent nodes have access
|
||||||
|
# to the same specific version binary.
|
||||||
|
# To prevent a race condition with multiple downloads at the same time
|
||||||
|
# a directory is used as a lockfile (atomic operation) when moving obr.
|
||||||
|
|
||||||
|
- name: Set assumptions to avoid race condition
|
||||||
|
set_fact:
|
||||||
|
download_obr: true
|
||||||
|
move_obr: false
|
||||||
|
atl_obr_download_href: "{{ atl_jsd_build_info.json._embedded.artifact._links.binary.href }}"
|
||||||
|
atl_obr_filename: "jira-servicedesk-application-{{ atl_jsd_build_info.json.name }}.obr"
|
||||||
|
atl_obr_download: "{{ atl_installer_temp }}/jira-servicedesk-application-{{ atl_jsd_build_info.json.name }}.obr"
|
||||||
|
atl_obr_shared_download: "{{ atl_product_home_shared_download_dir }}/jira-servicedesk-application-{{ atl_jsd_build_info.json.name }}.obr"
|
||||||
|
atl_obr_moving_lock: "{{ atl_product_home_shared_download_dir }}/jira-servicedesk-application-{{ atl_jsd_build_info.json.name }}.obr_moving"
|
||||||
|
atl_obr_completed_lock: "{{ atl_product_home_shared_download_dir }}/jira-servicedesk-application-{{ atl_jsd_build_info.json.name }}.obr_completed"
|
||||||
|
|
||||||
|
# Check for pre-downloaded obr on shared_home and completed lock dir.
|
||||||
|
- name: Check for completed lock directory
|
||||||
|
stat:
|
||||||
|
path: "{{ atl_obr_completed_lock }}"
|
||||||
|
register: completed_lock
|
||||||
|
|
||||||
|
- name: Check for obr in home_shared
|
||||||
|
stat:
|
||||||
|
path: "{{ atl_obr_shared_download }}"
|
||||||
|
register: home_shared_download
|
||||||
|
|
||||||
|
# If obr exists and lockdir exists use this obr instead
|
||||||
|
- name: Check lock directory and obr exists on shared_home
|
||||||
|
set_fact:
|
||||||
|
download_obr: false
|
||||||
|
atl_obr_download: "{{ atl_obr_shared_download }}"
|
||||||
|
when:
|
||||||
|
- home_shared_download.stat.exists
|
||||||
|
- completed_lock.stat.isdir is defined
|
||||||
|
- completed_lock.stat.isdir
|
||||||
|
|
||||||
|
# Fetch obr if required
|
||||||
|
- name: download_obr is true so fetch and do all the things
|
||||||
|
block:
|
||||||
|
|
||||||
|
# Fetch obr and copy to temp
|
||||||
|
- name: Fetch obr
|
||||||
|
get_url:
|
||||||
|
url: "{{ atl_obr_download_href }}"
|
||||||
|
dest: "{{ atl_obr_download }}"
|
||||||
|
mode: 0755
|
||||||
|
force: false
|
||||||
|
register: atl_obr_completed
|
||||||
|
|
||||||
|
# If obr was fetched make the lock directory
|
||||||
|
- name: Create moving_lock.
|
||||||
|
file:
|
||||||
|
path: "{{ atl_obr_moving_lock }}"
|
||||||
|
state: directory
|
||||||
|
when:
|
||||||
|
- atl_obr_completed is succeeded
|
||||||
|
register: moving_lock_created
|
||||||
|
|
||||||
|
# Directory lock was created by this run?
|
||||||
|
# If so, then set a fact intending to move obr
|
||||||
|
- name: Move obr Scenario - lock created by this run
|
||||||
|
set_fact:
|
||||||
|
move_obr: true
|
||||||
|
when:
|
||||||
|
- moving_lock_created is succeeded
|
||||||
|
- moving_lock_created.changed
|
||||||
|
# Otherwise directory lock was either already created or
|
||||||
|
# could not be created. Fall back is to continue and install from temp
|
||||||
|
|
||||||
|
when: download_obr
|
||||||
|
|
||||||
|
# If the intention is to move obr to home_shared
|
||||||
|
- name: Move obr to home_shared
|
||||||
|
block:
|
||||||
|
|
||||||
|
- name: Copy temp installer to home_shared
|
||||||
|
copy:
|
||||||
|
src: "{{ atl_obr_download }}"
|
||||||
|
dest: "{{ atl_obr_shared_download }}"
|
||||||
|
remote_src: true
|
||||||
|
register: copied
|
||||||
|
|
||||||
|
- name: Create completed_lock once obr downloaded and copied
|
||||||
|
file:
|
||||||
|
path: "{{ atl_obr_completed_lock }}"
|
||||||
|
state: directory
|
||||||
|
when: copied is succeeded
|
||||||
|
register: completed_lock_created
|
||||||
|
|
||||||
|
- name: Remove moving_lock to show that obr is completed
|
||||||
|
file:
|
||||||
|
path: "{{ atl_obr_moving_lock }}"
|
||||||
|
state: absent
|
||||||
|
when:
|
||||||
|
- completed_lock_created is succeeded
|
||||||
|
- copied is succeeded
|
||||||
|
register: moving_lock_removed
|
||||||
|
|
||||||
|
- name: Delete old temp installer
|
||||||
|
file:
|
||||||
|
path: "{{ atl_obr_download }}"
|
||||||
|
state: absent
|
||||||
|
when: moving_lock_removed is succeeded
|
||||||
|
register: temp_deleted
|
||||||
|
|
||||||
|
- name: Set install to home_shared location
|
||||||
|
set_fact:
|
||||||
|
atl_obr_download: "{{ atl_obr_shared_download }}"
|
||||||
|
when: temp_deleted is succeeded
|
||||||
|
|
||||||
|
when: move_obr
|
||||||
|
|
||||||
|
# At this point the binary is in {{ atl_obr_download }}
|
||||||
|
# (which is either on home_shared or temp)
|
||||||
|
|
||||||
|
- name: Ensure instaled-plugins dir exists
|
||||||
|
file:
|
||||||
|
path: "{{ atl_product_home_shared }}/plugins/installed-plugins"
|
||||||
|
state: directory
|
||||||
|
mode: 0750
|
||||||
|
owner: "{{ atl_product_user }}"
|
||||||
|
group: "{{ atl_product_user }}"
|
||||||
|
|
||||||
|
# Note as ansible unarchive cant handle "-j junk paths" we need to ignore errors to bypass the path verify
|
||||||
|
- name: Unpack the obr into the installed-plugins dir
|
||||||
|
unarchive:
|
||||||
|
remote_src: true
|
||||||
|
src: "{{ atl_obr_download }}"
|
||||||
|
dest: "{{ atl_product_home_shared }}/plugins/installed-plugins"
|
||||||
|
creates: "{{ atl_product_home_shared }}/plugins/installed-plugins/jira-servicedesk-application-{{ atl_jsd_build_info.json.name }}.jar"
|
||||||
|
list_files: no
|
||||||
|
exclude:
|
||||||
|
- M*
|
||||||
|
owner: "{{ atl_product_user }}"
|
||||||
|
group: "{{ atl_product_user }}"
|
||||||
|
mode: 0750
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
|
- name: Move JSD dependency jars into the installed-plugins dir
|
||||||
|
shell:
|
||||||
|
cmd: "mv {{ atl_product_home_shared }}/plugins/installed-plugins/dependencies/*.jar {{ atl_product_home_shared }}/plugins/installed-plugins"
|
||||||
|
creates: "{{ atl_product_home_shared }}/plugins/installed-plugins/servicedesk-core-ui-plugin-{{ atl_jsd_build_info.json.name }}-*.jar"
|
||||||
@@ -249,3 +249,9 @@
|
|||||||
dest: "{{ atl_product_installation_current }}"
|
dest: "{{ atl_product_installation_current }}"
|
||||||
state: link
|
state: link
|
||||||
force: true
|
force: true
|
||||||
|
|
||||||
|
- name: Include if jsd is requested to be installed from OBR
|
||||||
|
include_tasks: "jira-servicedesk_as_obr.yml"
|
||||||
|
when:
|
||||||
|
- atl_install_jsd_as_obr is defined
|
||||||
|
- atl_install_jsd_as_obr
|
||||||
|
|||||||
Reference in New Issue
Block a user