DCD-373: Propagate DB properties from Quickstart to dbconfig.xml

This commit is contained in:
Adam Brokes
2019-05-29 17:01:02 +10:00
parent 4b1d12f1bf
commit 89db18c9fe
7 changed files with 63 additions and 22 deletions

View File

@@ -6,9 +6,23 @@
atl_product_edition: "jira-software"
atl_product_user: "jira"
atl_product_version: "7.13.2"
# dbconfig.xml variables
atl_jdbc_user: 'atljira'
atl_jdbc_password: 'molecule_password'
atl_jvm_heap: 'PLACEHOLDER'
atl_cluster_node_id: 'FAKEID'
atl_db_poolminsize: 1111
atl_db_poolmaxsize: 1111
atl_db_minidle: 1111
atl_db_maxidle: 1111
atl_db_maxwaitmillis: 1111
atl_db_minevictableidletimemillis: 1111
atl_db_timebetweenevictionrunsmillis: 1111
atl_db_removeabandoned: 'false'
atl_db_removeabandonedtimeout: 1111
atl_db_testwhileidle: 'false'
atl_db_testonborrow: 'true'
roles:
- role: linux_common