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

@@ -9,8 +9,8 @@
device_name: /dev/xvdd
snapshot: "{{ mesh_snapshot }}"
tags:
service_name: "{{ stack_name }}"
Name: "{{ stack_name }} mesh volume {{ ansible_ec2_placement_availability_zone }}"
service_name: "{{ atl_aws_stack_name }}"
Name: "{{ atl_aws_stack_name }} mesh volume {{ ansible_ec2_placement_availability_zone }}"
volume_type: "mesh"
register: mesh_vol_info
when: (mesh_snapshot is defined) and (mesh_snapshot|length > 0)
@@ -32,8 +32,8 @@
iops: 3072
device_name: /dev/xvdd
tags:
service_name: "{{ stack_name }}"
Name: "{{ stack_name }} mesh volume {{ ansible_ec2_placement_availability_zone }}"
service_name: "{{ atl_aws_stack_name }}"
Name: "{{ atl_aws_stack_name }} mesh volume {{ ansible_ec2_placement_availability_zone }}"
volume_type: "mesh"
register: mesh_vol_info
when: (mesh_snapshot is not defined) or (mesh_snapshot|length == 0)