mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
DCD-1123: Add some missing defaults to the Jira etup, and make clustering optional but on by default.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
|
||||
atl_jvm_heap: "2048m"
|
||||
atl_jvm_opts: ""
|
||||
|
||||
atl_catalina_opts: ""
|
||||
atl_catalina_opts_extra: >-
|
||||
@@ -21,6 +22,7 @@ atl_tomcat_protocol: "HTTP/1.1"
|
||||
atl_tomcat_redirectport: ""
|
||||
atl_tomcat_scheme: "http"
|
||||
atl_tomcat_secure: "false"
|
||||
atl_tomcat_enablelookups: "false"
|
||||
|
||||
atl_db_poolminsize: '20'
|
||||
atl_db_poolmaxsize: '100'
|
||||
@@ -34,3 +36,5 @@ atl_db_removeabandoned: 'true'
|
||||
atl_db_removeabandonedtimeout: '300'
|
||||
atl_db_testwhileidle: 'true'
|
||||
atl_db_testonborrow: 'false'
|
||||
|
||||
atl_enable_clustering: true
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
src: cluster.properties.j2
|
||||
dest: "{{ atl_product_home }}/cluster.properties"
|
||||
owner: "{{ atl_product_user }}"
|
||||
when: atl_enable_clustering
|
||||
|
||||
- name: Create server config
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user