removing more references to the incorrect home location for bitbucket dc

This commit is contained in:
Geoff Jacobs
2022-11-16 11:45:55 +11:00
parent c1a9a2189d
commit 45433094a4
5 changed files with 0 additions and 7 deletions

View File

@@ -12,7 +12,6 @@
java_major_version: "11" # BB 8 will drop JDK 8 support java_major_version: "11" # BB 8 will drop JDK 8 support
atl_download_format: "tarball" atl_download_format: "tarball"
atl_product_home: "/var/atlassian/application-data/bitbucket"
atl_nfs_mountpoint: "{{ atl_shared_mountpoint }}/bitbucket/shared" atl_nfs_mountpoint: "{{ atl_shared_mountpoint }}/bitbucket/shared"
atl_nfs_target: "{{ atl_shared_mountpoint }}/bitbucket/shared" atl_nfs_target: "{{ atl_shared_mountpoint }}/bitbucket/shared"
atl_nfs_version: "3" atl_nfs_version: "3"

View File

@@ -7,8 +7,6 @@
atl_product_user: "bitbucket" atl_product_user: "bitbucket"
atl_product_version: "6.3.1" atl_product_version: "6.3.1"
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
atl_jdbc_user: 'bb_db_user' atl_jdbc_user: 'bb_db_user'
atl_jdbc_password: 'molecule_password' atl_jdbc_password: 'molecule_password'

View File

@@ -7,8 +7,6 @@
atl_product_user: "bitbucket" atl_product_user: "bitbucket"
atl_product_version: "6.3.1" atl_product_version: "6.3.1"
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
atl_jdbc_user: 'bb_db_user' atl_jdbc_user: 'bb_db_user'
atl_jdbc_password: 'molecule_password' atl_jdbc_password: 'molecule_password'

View File

@@ -6,7 +6,6 @@
atl_product_edition: "bitbucket" atl_product_edition: "bitbucket"
atl_product_user: "bitbucket" atl_product_user: "bitbucket"
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
roles: roles:
- role: linux_common - role: linux_common
- role: product_common - role: product_common

View File

@@ -6,7 +6,6 @@
atl_product_family: "stash" atl_product_family: "stash"
atl_product_edition: "bitbucket" atl_product_edition: "bitbucket"
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
atl_product_home_shared: "{{ atl_product_home }}/shared" atl_product_home_shared: "{{ atl_product_home }}/shared"
atl_jvm_heap: "dummy_heap" atl_jvm_heap: "dummy_heap"
atl_jvm_opts: "dummy_opts" atl_jvm_opts: "dummy_opts"