DCD-224: Update servicedesk test to check bundle mappings.

This commit is contained in:
Steve Smith
2019-04-29 13:51:42 +10:00
parent 9b746f86e8
commit 4d7201fd07
5 changed files with 23 additions and 16 deletions

View File

@@ -0,0 +1,19 @@
---
- 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"
roles:
- role: linux_common
- role: product_common
- role: product_download