ITOPSENG-589 more renaming from stash>bitbucket

This commit is contained in:
Geoff Jacobs
2020-04-27 13:47:52 +10:00
parent 09d4bb3a4f
commit 8c49df1a19
7 changed files with 9 additions and 7 deletions

View File

@@ -11,6 +11,8 @@
# FIXME this is a temorary workaround to use EFS while testing abstraction
atl_nfs_version: "4.1"
atl_product_base_url: "{{ atl_release_base_url }}/stash/downloads"
atl_startup_systemd_params:
- "UMask=0027"
- "LimitNOFILE=4096"

View File

@@ -4,7 +4,7 @@
vars:
# See group_vars/aws_node_local.yml, which pull vars from the environment.
atl_product_family: "stash"
atl_product_family: "bitbucket"
atl_product_edition: "bitbucket"
atl_product_user: "bitbucket"

View File

@@ -1,7 +1,7 @@
# Runs atlassian-slingshot to backup your product instance. Should be run when there is only 1 app node (i.e server or single node cluster)
# Params
# Required
# atl_product_family - should be "jira", "confluence", or "stash"
# atl_product_family - should be "jira", "confluence", or "bitbucket"
# atl_slingshot_backup_dir - working directory for the backup, should be large enough to fit database and shared home dumps
# atl_s3_backup_bucket - s3 bucket to upload your backup to
# atl_s3_backup_region - AWS region where the s3 bucket is deployed

View File

@@ -23,7 +23,7 @@ atl_product_home: "{{ atl_home_base }}/{{ atl_product_family }}"
atl_product_shared_home_map:
confluence: "confluence/shared-home"
jira: "jira/shared"
stash: "bitbucket/shared"
bitbucket: "bitbucket/shared"
crowd: "crowd/shared"
atl_product_home_shared: "{{ atl_shared_mountpoint }}/{{ atl_product_shared_home_map[atl_product_family] }}"
atl_product_shared_plugins: "{{ atl_product_home_shared }}/plugins/installed-plugins"
@@ -53,7 +53,7 @@ atl_product_logs:
*logs_default
jira:
*logs_default
stash:
bitbucket:
*logs_default
crowd:
*logs_default

View File

@@ -3,7 +3,7 @@
hosts: all
vars:
atl_product_user: "bitbucket"
atl_product_family: "stash"
atl_product_family: "bitbucket"
atl_product_edition: "bitbucket"
atl_aws_iam_role: "atl_aws_iam_role"

View File

@@ -2,7 +2,7 @@
- name: Converge
hosts: all
vars:
atl_product_family: "stash"
atl_product_family: "bitbucket"
atl_product_edition: "bitbucket"
atl_product_user: "bitbucket"

View File

@@ -7,7 +7,7 @@ atl_startup_restart: "{{ lookup('env', 'ATL_STARTUP_RESTART') or true }}"
atl_startup_script_map:
jira: "bin/start-jira.sh"
confluence: "bin/start-confluence.sh"
stash: "bin/start-bitbucket.sh"
bitbucket: "bin/start-bitbucket.sh"
crowd: "start_crowd.sh"
atl_startup_exec_path: "{{ atl_product_installation_current }}/{{ atl_startup_script_map[atl_product_family] }}"