first pass at incorporating mesh setup/config

This commit is contained in:
Lee Goolsbee
2024-03-25 12:55:28 -05:00
parent 1c461004c3
commit a902044657
20 changed files with 1301 additions and 580 deletions

View File

@@ -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