mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Add lookup table for appropriate ServiceDesk version depending on the Jira major version.
This commit is contained in:
@@ -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: "latest"
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user