Merged in DCD-986-use-jdk-over-installer (pull request #150)

DCD-986: Use JDK over JRE, and move from installers to AdoptOpenJDK

Approved-by: Lee Goolsbee
Approved-by: Dylan Rathbone
This commit is contained in:
Steve Smith
2021-04-27 22:50:51 +00:00
4 changed files with 17 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
atl_use_system_jdk: true
java_major_version: "11" # BB 8 will drop JDK 8 support
atl_download_format: "tarball"
atl_nfs_mountpoint: "{{ atl_shared_mountpoint }}/bitbucket/shared"
atl_nfs_target: "{{ atl_shared_mountpoint }}/bitbucket/shared"
atl_nfs_version: "3"
@@ -18,6 +22,7 @@
- "UMask=0027"
- "LimitNOFILE=4096"
- "Environment=BITBUCKET_HOME={{ atl_product_home }}"
- "Environment=JAVA_HOME=/usr/lib/jvm/java"
- "Environment=JVM_MAXIMUM_MEMORY={{ atl_jvm_heap }}"
- "Environment=JVM_MINIMUM_MEMORY={{ atl_jvm_heap }}"
- "Environment=JVM_SUPPORT_RECOMMENDED_ARGS={{ atl_jvm_opts }}"

View File

@@ -8,6 +8,10 @@
atl_product_user: "confluence"
atl_product_edition: "confluence"
atl_use_system_jdk: true
java_major_version: "8"
atl_download_format: "tarball"
atl_jdbc_encoding: 'UTF-8'
atl_jdbc_collation: 'en_US.UTF-8'

View File

@@ -9,6 +9,10 @@
atl_product_user: "confluence"
atl_product_edition: "confluence"
atl_use_system_jdk: true
java_major_version: "8"
atl_download_format: "tarball"
atl_startup_systemd_params:
- "EnvironmentFile=/etc/atl"
- "EnvironmentFile=/etc/atl.synchrony"

View File

@@ -10,6 +10,10 @@
atl_install_jsd_as_obr: "{{ lookup('env', 'ATL_JSD_ASOBR') | bool }}"
atl_systemd_service_name: "jira.service"
atl_use_system_jdk: true
java_major_version: "8"
atl_download_format: "tarball"
atl_startup_systemd_params:
- "LimitNOFILE=16384"