add-crowd-support

This commit is contained in:
root
2019-07-11 03:21:58 +00:00
parent f86f7d52f2
commit f60a546ba2
26 changed files with 325 additions and 11 deletions

View File

@@ -8,7 +8,9 @@ atl_startup_script_map:
jira: "start-jira.sh"
confluence: "start-confluence.sh"
stash: "start-bitbucket.sh"
crowd: "start_crowd.sh"
crowd_startup_exec_path: "{{ atl_product_installation_current }}/{{ atl_startup_script_map[atl_product_family] }}"
atl_startup_exec_path: "{{ atl_product_installation_current }}/bin/{{ atl_startup_script_map[atl_product_family] }}"
atl_startup_exec_options: ["-fg"]
atl_startup_systemd_params: []