Skip to content

Commit

Permalink
Azure templates | Storage account access | Updated Serial console IPs…
Browse files Browse the repository at this point in the history
… per region
  • Loading branch information
chkp-natanelm committed Jan 14, 2025
1 parent 3233df3 commit a5afa77
Show file tree
Hide file tree
Showing 8 changed files with 241 additions and 83 deletions.
41 changes: 31 additions & 10 deletions azure/templates/marketplace-gateway-load-balancer/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
"R82 - Pay As You Go (NGTX)": "R82"
},
"osVersion": "[variables('osVersions')[parameters('cloudGuardVersion')]]",
"SerialConsoleGeographies": {
"serialConsoleGeographies": {
"eastasia": [
"20.205.69.28",
"20.195.85.180"
Expand Down Expand Up @@ -580,55 +580,64 @@
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"eastus2": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"eastus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"northcentralus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"southcentralus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westus2": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westus3": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westcentralus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"eastus2euap": [
"20.45.242.18",
Expand All @@ -637,6 +646,18 @@
"centraluseuap": [
"20.45.242.18",
"20.51.21.252"
],
"usgovarizona": [
"20.141.10.130",
"52.127.55.131"
],
"usgovvirginia": [
"20.141.10.130",
"52.127.55.131"
],
"usgovtexas": [
"20.141.10.130",
"52.127.55.131"
]
},
"serialConsoleIps": "[if(contains(variables('serialConsoleGeographies'),variables('location')),variables('serialConsoleGeographies')[variables('location')],createArray())]",
Expand Down
41 changes: 31 additions & 10 deletions azure/templates/marketplace-ha/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
"R82 - Pay As You Go (NGTX)": "R82"
},
"osVersion": "[variables('osVersions')[parameters('cloudGuardVersion')]]",
"SerialConsoleGeographies": {
"serialConsoleGeographies": {
"eastasia": [
"20.205.69.28",
"20.195.85.180"
Expand Down Expand Up @@ -526,55 +526,64 @@
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"eastus2": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"eastus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"northcentralus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"southcentralus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westus2": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westus3": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westcentralus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"eastus2euap": [
"20.45.242.18",
Expand All @@ -583,6 +592,18 @@
"centraluseuap": [
"20.45.242.18",
"20.51.21.252"
],
"usgovarizona": [
"20.141.10.130",
"52.127.55.131"
],
"usgovvirginia": [
"20.141.10.130",
"52.127.55.131"
],
"usgovtexas": [
"20.141.10.130",
"52.127.55.131"
]
},
"serialConsoleIps": "[if(contains(variables('serialConsoleGeographies'),variables('location')),variables('serialConsoleGeographies')[variables('location')],createArray())]",
Expand Down
41 changes: 31 additions & 10 deletions azure/templates/marketplace-management/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"R82 - Pay As You Go (MGMT25)": "R82"
},
"osVersion": "[variables('osVersions')[parameters('cloudGuardVersion')]]",
"SerialConsoleGeographies": {
"serialConsoleGeographies": {
"eastasia": [
"20.205.69.28",
"20.195.85.180"
Expand Down Expand Up @@ -428,55 +428,64 @@
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"eastus2": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"eastus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"northcentralus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"southcentralus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westus2": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westus3": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westcentralus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"westus": [
"20.98.146.84",
"20.98.194.64",
"20.69.5.162",
"20.83.222.102"
"20.83.222.102",
"20.83.222.100"
],
"eastus2euap": [
"20.45.242.18",
Expand All @@ -485,6 +494,18 @@
"centraluseuap": [
"20.45.242.18",
"20.51.21.252"
],
"usgovarizona": [
"20.141.10.130",
"52.127.55.131"
],
"usgovvirginia": [
"20.141.10.130",
"52.127.55.131"
],
"usgovtexas": [
"20.141.10.130",
"52.127.55.131"
]
},
"serialConsoleIps": "[if(contains(variables('serialConsoleGeographies'),variables('location')),variables('serialConsoleGeographies')[variables('location')],createArray())]",
Expand Down
Loading

0 comments on commit a5afa77

Please sign in to comment.