mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
first pass at incorporating mesh setup/config
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
- 'Environment=JVM_MAXIMUM_MEMORY={{ atl_jvm_heap }}'
|
||||
- 'PassEnvironment=JMX_REMOTE_AUTH JMX_PASSWORD_FILE JAVA_HOME'
|
||||
|
||||
atl_startup_exec_path: "{{ mesh_install_dir }}/current/bin/start-mesh.sh"
|
||||
atl_stop_exec_path: "{{ mesh_install_dir }}/current/bin/stop-mesh.sh"
|
||||
atl_startup_exec_path: "{{ atl_product_installation_base }}/current/bin/start-mesh.sh"
|
||||
atl_stop_exec_path: "{{ atl_product_installation_base }}/current/bin/stop-mesh.sh"
|
||||
atl_systemd_service_target: "multi-user.target"
|
||||
atl_startup_exec_options: []
|
||||
|
||||
@@ -30,5 +30,7 @@
|
||||
- role: aws_common
|
||||
- role: aws_shared_fs_config
|
||||
- role: product_common
|
||||
- role: bitbucket_mesh
|
||||
- role: product_install
|
||||
tags: [skip_on_stack_update]
|
||||
- role: bitbucket_mesh_config
|
||||
- role: product_startup
|
||||
|
||||
Reference in New Issue
Block a user