more fixes

This commit is contained in:
Lee Goolsbee
2024-03-26 09:32:20 -05:00
parent d58d02f1f6
commit e2ea50d4f7
9 changed files with 40 additions and 24 deletions

View File

@@ -1,6 +1,11 @@
---
bitbucket_mesh_maven_repo: https://packages.atlassian.com/maven-external
bitbucket_mesh_version: "1.3.1"
mesh_properties_file: "{{ atl_product_home }}/mesh.properties"
mesh_node_scheme: "http"
atl_mesh_volume_size: "{{ lookup('env', 'ATL_MESH_VOLUME_SIZE') or '50' }}"
atl_mesh_azname_az1: "{{ lookup('env', 'ATL_MESH_AZNAME_AZ1') or '' }}"
atl_mesh_azname_az2: "{{ lookup('env', 'ATL_MESH_AZNAME_AZ2') or '' }}"
atl_mesh_azname_az3: "{{ lookup('env', 'ATL_MESH_AZNAME_AZ3') or '' }}"
atl_mesh_snapshot_az1: "{{ lookup('env', 'ATL_MESH_SNAPSHOT_AZ1') or '' }}"
atl_mesh_snapshot_az2: "{{ lookup('env', 'ATL_MESH_SNAPSHOT_AZ2') or '' }}"
atl_mesh_snapshot_az3: "{{ lookup('env', 'ATL_MESH_SNAPSHOT_AZ3') or '' }}"
mesh_node_port: "7777"
mesh_node_scheme: "http"
mesh_properties_file: "{{ atl_product_home }}/mesh.properties"