mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 17:33:06 -06:00
more fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user