DCD-224: Add lookup table for appropriate ServiceDesk version depending on the Jira major version.

This commit is contained in:
Steve Smith
2019-04-30 11:21:28 +10:00
parent c36a31863c
commit efc14025ea
10 changed files with 140 additions and 5 deletions

View File

@@ -0,0 +1,26 @@
---
- name: Converge
hosts: all
vars:
atl_product_bundle: servicedesk
bundle_map:
all: software
servicedesk: software
core: core
software: software
atl_product_edition: "jira-{{ bundle_map[atl_product_bundle] }}"
atl_product_family: "jira"
atl_product_user: "jira"
atl_product_version: "7.13.3"
atl_jdbc_user: 'atljira'
atl_jvm_heap: 'PLACEHOLDER'
atl_cluster_node_id: 'FAKEID'
roles:
- role: linux_common
- role: product_common
- role: product_download
- role: jira_config