mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
first round of fixes from testing
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
ansible.builtin.lineinfile:
|
||||
path: "{{ mesh_properties_file }}"
|
||||
search_string: 'node.rpc-url='
|
||||
line: node.rpc-url={{ mesh_node_scheme }}://{{ mesh_node_name }}.{{ stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}:{{ mesh_node_port }}
|
||||
line: node.rpc-url={{ mesh_node_scheme }}://{{ mesh_node_name }}.{{ atl_aws_stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}:{{ mesh_node_port }}
|
||||
|
||||
- name: enforce metrics.tags.host per volume tag
|
||||
ansible.builtin.lineinfile:
|
||||
@@ -23,7 +23,7 @@
|
||||
amazon.aws.route53:
|
||||
command: create
|
||||
zone: "{{ atl_hostedzone }}"
|
||||
record: "{{ mesh_node_name }}.{{ stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}"
|
||||
record: "{{ mesh_node_name }}.{{ atl_aws_stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}"
|
||||
type: A
|
||||
ttl: 300
|
||||
value: "{{ ansible_default_ipv4.address }}"
|
||||
|
||||
Reference in New Issue
Block a user