From c16a88006d50f2bb5f40639f285ef2451e634611 Mon Sep 17 00:00:00 2001 From: noamcoh Date: Mon, 20 Jan 2025 12:34:20 +0000 Subject: [PATCH] Remove condition of AllocateAddress in MemberAExternalInterface output --- aws/templates/cluster/cluster-master.yaml | 1 - aws/templates/cluster/cluster.yaml | 1 - aws/templates/cross-az-cluster/cross-az-cluster-master.yaml | 1 - aws/templates/cross-az-cluster/cross-az-cluster.yaml | 1 - 4 files changed, 4 deletions(-) diff --git a/aws/templates/cluster/cluster-master.yaml b/aws/templates/cluster/cluster-master.yaml index cb0f5564..dd06c398 100755 --- a/aws/templates/cluster/cluster-master.yaml +++ b/aws/templates/cluster/cluster-master.yaml @@ -496,7 +496,6 @@ Outputs: Description: URL to the member A portal. Value: !GetAtt ClusterStack.Outputs.MemberAURL MemberAExternalInterface: - Condition: AllocateAddress Description: The external interface of member A. Value: !GetAtt ClusterStack.Outputs.MemberAExternalInterface MemberAPrivateExternalAddress: diff --git a/aws/templates/cluster/cluster.yaml b/aws/templates/cluster/cluster.yaml index 323365ec..be769c57 100755 --- a/aws/templates/cluster/cluster.yaml +++ b/aws/templates/cluster/cluster.yaml @@ -743,7 +743,6 @@ Outputs: Description: URL to the member A portal. Value: !Join ['', ['https://', !Ref MemberAPublicAddress]] MemberAExternalInterface: - Condition: AllocateAddress Description: The external interface of member A. Value: !Ref MemberAExternalInterface MemberAPrivateExternalAddress: diff --git a/aws/templates/cross-az-cluster/cross-az-cluster-master.yaml b/aws/templates/cross-az-cluster/cross-az-cluster-master.yaml index d80cdf9b..2f7b03a8 100644 --- a/aws/templates/cross-az-cluster/cross-az-cluster-master.yaml +++ b/aws/templates/cross-az-cluster/cross-az-cluster-master.yaml @@ -505,7 +505,6 @@ Outputs: Description: URL to the member A portal. Value: !GetAtt ClusterStack.Outputs.MemberAURL MemberAExternalInterface: - Condition: AllocateAddress Description: The external interface of member A. Value: !GetAtt ClusterStack.Outputs.MemberAExternalInterface MemberAPrivateExternalAddress: diff --git a/aws/templates/cross-az-cluster/cross-az-cluster.yaml b/aws/templates/cross-az-cluster/cross-az-cluster.yaml index 95498548..87e53a53 100644 --- a/aws/templates/cross-az-cluster/cross-az-cluster.yaml +++ b/aws/templates/cross-az-cluster/cross-az-cluster.yaml @@ -769,7 +769,6 @@ Outputs: Description: URL to the member A portal. Value: !Join ['', ['https://', !Ref MemberAPublicAddress]] MemberAExternalInterface: - Condition: AllocateAddress Description: The external interface of member A. Value: !Ref MemberAExternalInterface MemberAPrivateExternalAddress: