Skip to content

Commit

Permalink
missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
almogard committed Sep 18, 2024
1 parent ae8de67 commit d222c7d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions aws/templates/geo-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ In order to check the template version, please refer to [sk116585](https://suppo

| Template Version | Description |
|------------------|------------------------------------------------------------------------------------------------------------------|
| 20240704 | - R80.40 version deprecation.<br/>- R81 version deprecation |
| 20240519 | Add support for requiring use instance metadata service version 2 (IMDSv2) only |
| 20230923 | Add support for C5d instance type. |
| 20230521 | - Change default shell for the admin user to /etc/cli.sh<br/>- Add description for reserved words in hostname |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenA}\"" installationType=\"cross-az-cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"20240310\" templateName=\"cross_az_cluster\" templateType=\"terraform\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname}\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" elasticIp=\"${MemberAPublicAddress}\" otherMemberIp=\"${MemberBPrivateAddressCluster}\" clusterIp=\"${PublicAddressCluster}\" secondaryIp=\"${MemberAPrivateAddressSecondary}\" otherMemberPrivateClusterIp=\"${MemberBPrivateAddressSecondary}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenA}\"" installationType=\"cross-az-cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"20240515\" templateName=\"cross_az_cluster\" templateType=\"terraform\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname}\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" elasticIp=\"${MemberAPublicAddress}\" otherMemberIp=\"${MemberBPrivateAddressCluster}\" clusterIp=\"${PublicAddressCluster}\" secondaryIp=\"${MemberAPrivateAddressSecondary}\" otherMemberPrivateClusterIp=\"${MemberBPrivateAddressSecondary}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenB}\"" installationType=\"cross-az-cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"20240310\" templateName=\"cross_az_cluster\" templateType=\"terraform\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname}\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" elasticIp=\"${MemberBPublicAddress}\" otherMemberIp=\"${MemberAPrivateAddressCluster}\" clusterIp=\"${PublicAddressCluster}\" secondaryIp=\"${MemberBPrivateAddressSecondary}\" otherMemberPrivateClusterIp=\"${MemberAPrivateAddressSecondary}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenB}\"" installationType=\"cross-az-cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"20240515\" templateName=\"cross_az_cluster\" templateType=\"terraform\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname}\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" elasticIp=\"${MemberBPublicAddress}\" otherMemberIp=\"${MemberAPrivateAddressCluster}\" clusterIp=\"${PublicAddressCluster}\" secondaryIp=\"${MemberBPrivateAddressSecondary}\" otherMemberPrivateClusterIp=\"${MemberAPrivateAddressSecondary}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
2 changes: 1 addition & 1 deletion terraform/aws/gwlb-master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ In order to check the template version, please refer to [sk116585](https://suppo
| Template Version | Description |
|------------------|---------------------------------------------------------------------------------------------|
| 20240704 | R80.40 version deprecation |
| 20240704 | - R80.40 version deprecation.<br/>- R81 version deprecation |
| 20240515 | Add support for requiring use instance metadata service version 2 (IMDSv2) only |
| 20231012 | Update AWS Terraform provider version to 5.20.1 |
| 20230923 | Add support for C5d instance type |
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/gwlb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ In order to check the template version, please refer to [sk116585](https://suppo
| Template Version | Description |
|------------------|---------------------------------------------------------------------------------------|
| 20240704 | R80.40 version deprecation |
| 20240704 | - R80.40 version deprecation.<br/>- R81 version deprecation |
| 20240515 | Add support for requiring use instance metadata service version 2 (IMDSv2) only |
| 20240310 | Add support for requiring use instance metadata service version 2 (IMDSv2) only |
| 20231022 | Fixed template to populate x-chkp-tags correctly |
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/tgw-gwlb-master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ In order to check the template version, please refer to [sk116585](https://suppo
| Template Version | Description |
|------------------|----------------------------------------------------------------------------------------------------------------------------|
| 20240704 | R80.40 version deprecation |
| 20240704 | - R80.40 version deprecation.<br/>- R81 version deprecation |
| 20240515 | Add support for requiring use instance metadata service version 2 (IMDSv2) only |
| 20231012 | Update AWS Terraform provider version to 5.20.1 |
| 20230923 | Add support for C5d instance type |
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/tgw-gwlb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ In order to check the template version, please refer to [sk116585](https://suppo
| Template Version | Description |
|------------------|--------------------------------------------------------------------------------------------------------------------|
| 20240704 | R80.40 version deprecation |
| 20240704 | - R80.40 version deprecation.<br/>- R81 version deprecation |
| 20240515 | Add support for requiring use instance metadata service version 2 (IMDSv2) only |
| 20231012 | Update AWS Terraform provider version to 5.20.1 |
| 20230923 | Add support for C5d instance type |
Expand Down

0 comments on commit d222c7d

Please sign in to comment.