mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Add installation of the ServiceDesk OBR when specified version is "all" or "servicedesk".
This commit is contained in:
@@ -4,9 +4,19 @@
|
||||
|
||||
vars:
|
||||
atl_product_family: "jira"
|
||||
atl_product_edition: "jira-{{ lookup('env', 'ATL_PRODUCT_EDITION') | lower }}"
|
||||
atl_product_user: "jira"
|
||||
|
||||
# FIXME: Slightly hacky workaround for specifying All or
|
||||
# ServiceDesk; override to use Software and install plugins later.
|
||||
atl_product_bundle: "{{ lookup('env', 'ATL_PRODUCT_EDITION') | lower }}"
|
||||
bundle_map:
|
||||
all: software
|
||||
servicedesk: software
|
||||
core: core
|
||||
software: software
|
||||
|
||||
atl_product_edition: "jira-{{ bundle_map[atl_product_bundle] }}"
|
||||
|
||||
roles:
|
||||
- linux_common
|
||||
- aws_common
|
||||
|
||||
Reference in New Issue
Block a user