From 45433094a436259e9994a677739bbf898408b4c8 Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Wed, 16 Nov 2022 11:45:55 +1100 Subject: [PATCH] removing more references to the incorrect home location for bitbucket dc --- aws_bitbucket_dc_node.yml | 1 - roles/bitbucket_config/molecule/default/converge.yml | 2 -- roles/bitbucket_config/molecule/iam_elasticsearch/converge.yml | 2 -- roles/product_install/molecule/bitbucket_latest/converge.yml | 1 - roles/product_startup/molecule/bitbucket/converge.yml | 1 - 5 files changed, 7 deletions(-) diff --git a/aws_bitbucket_dc_node.yml b/aws_bitbucket_dc_node.yml index 58ddb58..0b8a0eb 100644 --- a/aws_bitbucket_dc_node.yml +++ b/aws_bitbucket_dc_node.yml @@ -12,7 +12,6 @@ java_major_version: "11" # BB 8 will drop JDK 8 support atl_download_format: "tarball" - atl_product_home: "/var/atlassian/application-data/bitbucket" atl_nfs_mountpoint: "{{ atl_shared_mountpoint }}/bitbucket/shared" atl_nfs_target: "{{ atl_shared_mountpoint }}/bitbucket/shared" atl_nfs_version: "3" diff --git a/roles/bitbucket_config/molecule/default/converge.yml b/roles/bitbucket_config/molecule/default/converge.yml index 64dcf3f..34ffa85 100644 --- a/roles/bitbucket_config/molecule/default/converge.yml +++ b/roles/bitbucket_config/molecule/default/converge.yml @@ -7,8 +7,6 @@ atl_product_user: "bitbucket" atl_product_version: "6.3.1" - atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}" - atl_jdbc_user: 'bb_db_user' atl_jdbc_password: 'molecule_password' diff --git a/roles/bitbucket_config/molecule/iam_elasticsearch/converge.yml b/roles/bitbucket_config/molecule/iam_elasticsearch/converge.yml index 596fbfc..8aefa30 100644 --- a/roles/bitbucket_config/molecule/iam_elasticsearch/converge.yml +++ b/roles/bitbucket_config/molecule/iam_elasticsearch/converge.yml @@ -7,8 +7,6 @@ atl_product_user: "bitbucket" atl_product_version: "6.3.1" - atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}" - atl_jdbc_user: 'bb_db_user' atl_jdbc_password: 'molecule_password' diff --git a/roles/product_install/molecule/bitbucket_latest/converge.yml b/roles/product_install/molecule/bitbucket_latest/converge.yml index 55ad545..39c7a9a 100644 --- a/roles/product_install/molecule/bitbucket_latest/converge.yml +++ b/roles/product_install/molecule/bitbucket_latest/converge.yml @@ -6,7 +6,6 @@ atl_product_edition: "bitbucket" atl_product_user: "bitbucket" - atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}" roles: - role: linux_common - role: product_common diff --git a/roles/product_startup/molecule/bitbucket/converge.yml b/roles/product_startup/molecule/bitbucket/converge.yml index 7209cc0..e3ca698 100644 --- a/roles/product_startup/molecule/bitbucket/converge.yml +++ b/roles/product_startup/molecule/bitbucket/converge.yml @@ -6,7 +6,6 @@ atl_product_family: "stash" atl_product_edition: "bitbucket" - atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}" atl_product_home_shared: "{{ atl_product_home }}/shared" atl_jvm_heap: "dummy_heap" atl_jvm_opts: "dummy_opts"