mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
ITOPSENG-589 more renaming from stash>bitbucket
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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] }}"
|
||||
|
||||
Reference in New Issue
Block a user