Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove condition of AllocateAddress in MemberAExternalInterface output #475

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion aws/templates/cluster/cluster-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion aws/templates/cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion aws/templates/cross-az-cluster/cross-az-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading