first round of fixes from testing

This commit is contained in:
Lee Goolsbee
2024-03-25 14:27:28 -05:00
parent a902044657
commit c610d975ca
8 changed files with 24 additions and 28 deletions

View File

@@ -31,7 +31,7 @@
body_format: json
body:
name: "{{ mesh_node_name }}"
rpcUrl: "{{ mesh_node_scheme }}://{{ mesh_node_name }}.{{ stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}:{{ mesh_node_port }}"
rpcUrl: "{{ mesh_node_scheme }}://{{ mesh_node_name }}.{{ atl_aws_stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}:{{ mesh_node_port }}"
register: register_mesh_node_result
until: register_mesh_node_result is not failed
retries: 5
@@ -52,7 +52,7 @@
id: "{{ mesh_node_id }}"
name: "{{ mesh_node_name }}"
rpcId: "{{ mesh_node_id }}"
rpcUrl: "{{ mesh_node_scheme }}://{{ mesh_node_name }}.{{ stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}:{{ mesh_node_port }}"
rpcUrl: "{{ mesh_node_scheme }}://{{ mesh_node_name }}.{{ atl_aws_stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}:{{ mesh_node_port }}"
register: register_mesh_node_result
until: register_mesh_node_result is not failed
retries: 5