Skip to content

Commit

Permalink
Merge pull request CheckPointSW#348 from chkp-nimrodgab/ng-dev
Browse files Browse the repository at this point in the history
AWS CFT | Updated geo-cluster templates outputs
  • Loading branch information
chkp-romanka authored Mar 10, 2024
2 parents d92907e + 0514e59 commit 0b1ef5e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions aws/templates/geo-cluster/geo-cluster-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,12 @@ Outputs:
Condition: AllocateAddress
Description: The public address of member A.
Value: !GetAtt ClusterStack.Outputs.MemberAPublicAddress
MemberAPrivateExternalAddress:
Description: The private external address of member A.
Value: !GetAtt ClusterStack.Outputs.MemberAPrivateExternalAddress
MemberAPrivateInternalAddress:
Description: The private internal address of member A.
Value: !GetAtt ClusterStack.Outputs.MemberAPrivateInternalAddress
MemberASSH:
Condition: AllocateAddress
Description: SSH command to member A.
Expand All @@ -478,6 +484,12 @@ Outputs:
Condition: AllocateAddress
Description: The public address of member B.
Value: !GetAtt ClusterStack.Outputs.MemberBPublicAddress
MemberBPrivateExternalAddress:
Description: The private external address of member B.
Value: !GetAtt ClusterStack.Outputs.MemberBPrivateExternalAddress
MemberBPrivateInternalAddress:
Description: The private internal address of member B.
Value: !GetAtt ClusterStack.Outputs.MemberBPrivateInternalAddress
MemberBSSH:
Condition: AllocateAddress
Description: SSH command to member B.
Expand Down
12 changes: 12 additions & 0 deletions aws/templates/geo-cluster/geo-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,12 @@ Outputs:
Condition: AllocateAddress
Description: The public address of member A.
Value: !Ref MemberAPublicAddress
MemberAPrivateExternalAddress:
Description: The private external address of member A.
Value: !GetAtt MemberAExternalInterface.PrimaryPrivateIpAddress
MemberAPrivateInternalAddress:
Description: The private internal address of member A.
Value: !GetAtt MemberAInternalInterface.PrimaryPrivateIpAddress
MemberAExternalInterface:
Description: The external interface of member A.
Value: !Ref MemberAExternalInterface
Expand All @@ -665,6 +671,12 @@ Outputs:
Condition: AllocateAddress
Description: The public address of member B.
Value: !Ref MemberBPublicAddress
MemberBPrivateExternalAddress:
Description: The private external address of member B.
Value: !GetAtt MemberBExternalInterface.PrimaryPrivateIpAddress
MemberBPrivateInternalAddress:
Description: The private internal address of member B.
Value: !GetAtt MemberBInternalInterface.PrimaryPrivateIpAddress
MemberBExternalInterface:
Description: The external interface of member B.
Value: !Ref MemberBExternalInterface
Expand Down

0 comments on commit 0b1ef5e

Please sign in to comment.