Skip to content

Commit

Permalink
dev release: 3.5.2-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2022
1 parent fc36d7e commit db5edfb
Show file tree
Hide file tree
Showing 17 changed files with 446 additions and 167 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A deployment guide is available from the Fortinet Document Library:

## Launch a demo

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Ffortinet%2Ffortigate-autoscale-azure%2F3.5.1%2Ftemplates%2Fdeploy_fortigate_autoscale.hybrid_licensing.json" target="_blank"><img src="http://azuredeploy.net/deploybutton.png"/></a>
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Ffortinet%2Ffortigate-autoscale-azure%2F3.5.2-dev.2%2Ftemplates%2Fdeploy_fortigate_autoscale.hybrid_licensing.json" target="_blank"><img src="http://azuredeploy.net/deploybutton.png"/></a>

# Support

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fortigate-autoscale-azure",
"version": "3.5.1",
"version": "3.5.2-dev.2",
"description": "Fortinet FortiGate Autoscale for Azure",
"main": "dist/transpiled/index.js",
"types": "dist/types/index.d.ts",
Expand Down
387 changes: 287 additions & 100 deletions templates/deploy_fortigate_autoscale.hybrid_licensing.json

Large diffs are not rendered by default.

186 changes: 139 additions & 47 deletions templates/deploy_fortigate_autoscale.hybrid_licensing.params.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,144 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"AccessRestrictionIPRange": { "value": "" },
"AdminPassword": { "value": "" },
"AdminUsername": { "value": "azureadmin" },
"BYOLInstanceCount": { "value": 2 },
"FortiAnalyzerAutoscaleAdminPassword": { "value": "" },
"FortiAnalyzerAutoscaleAdminUsername": { "value": "" },
"FortiAnalyzerCustomPrivateIPAddress": { "value": "" },
"FortiAnalyzerInstanceType": { "value": "Standard_D2" },
"FortiAnalyzerVersion": { "value": "6.4.5" },
"FortiGatePSKSecret": { "value": "" },
"FOSVersion": { "value": "7.2.2" },
"HeartBeatDelayAllowance": { "value": 30 },
"HeartBeatInterval": { "value": 60 },
"HeartBeatLossCount": { "value": 3 },
"InstanceType": { "value": "Standard_F4" },
"MaxBYOLInstanceCount": { "value": 2 },
"MaxPAYGInstanceCount": { "value": 6 },
"MinBYOLInstanceCount": { "value": 2 },
"MinPAYGInstanceCount": { "value": 0 },
"PAYGInstanceCount": { "value": 0 },
"PrimaryElectionTimeout": { "value": 600 },
"ResourceNamePrefix": { "value": "" },
"ScaleInThreshold": { "value": 20 },
"ScaleOutThreshold": { "value": 80 },
"ServicePlanTier": { "value": "Premium (P1V2)" },
"ServicePrincipalAppID": { "value": "" },
"ServicePrincipalAppSecret": { "value": "" },
"ServicePrincipalObjectID": { "value": "" },
"StorageAccountType": { "value": "Standard_LRS" },
"Subnet1AddressRange": { "value": "10.0.0.0/24" },
"Subnet1Name": { "value": "" },
"Subnet1NetworkSecurityGroupName": { "value": "" },
"Subnet2AddressRange": { "value": "10.0.1.0/24" },
"Subnet2Name": { "value": "" },
"Subnet3AddressRange": { "value": "" },
"Subnet3Name": { "value": "" },
"Subnet4AddressRange": { "value": "" },
"Subnet4Name": { "value": "" },
"SyncRecoveryCount": { "value": 3 },
"TerminateUnhealthyVM": { "value": "no" },
"VMSSAvailabilityZones": { "value": [] },
"VMSSPlacementGroups": { "value": "single" },
"VnetAddressSpace": { "value": "10.0.0.0/16" },
"VnetDeploymentMethod": { "value": "create new" },
"VnetName": { "value": "" },
"VnetResourceGroupName": { "value": "" }
"AccessRestrictionIPRange": {
"value": ""
},
"AdminPassword": {
"value": ""
},
"AdminUsername": {
"value": "azureadmin"
},
"BYOLInstanceCount": {
"value": 2
},
"FortiAnalyzerAutoscaleAdminPassword": {
"value": ""
},
"FortiAnalyzerAutoscaleAdminUsername": {
"value": ""
},
"FortiAnalyzerCustomPrivateIPAddress": {
"value": ""
},
"FortiAnalyzerInstanceType": {
"value": "Standard_D2"
},
"FortiAnalyzerVersion": {
"value": "6.4.5"
},
"FortiGatePSKSecret": {
"value": ""
},
"FOSVersion": {
"value": "7.2.2"
},
"HeartBeatDelayAllowance": {
"value": 30
},
"HeartBeatInterval": {
"value": 60
},
"HeartBeatLossCount": {
"value": 3
},
"InstanceType": {
"value": "Standard_F4"
},
"MaxBYOLInstanceCount": {
"value": 2
},
"MaxPAYGInstanceCount": {
"value": 6
},
"MinBYOLInstanceCount": {
"value": 2
},
"MinPAYGInstanceCount": {
"value": 0
},
"PAYGInstanceCount": {
"value": 0
},
"PrimaryElectionTimeout": {
"value": 600
},
"ResourceNamePrefix": {
"value": ""
},
"ScaleInThreshold": {
"value": 20
},
"ScaleOutThreshold": {
"value": 80
},
"ServicePlanTier": {
"value": "Premium (P1V2)"
},
"ServicePrincipalAppID": {
"value": ""
},
"ServicePrincipalAppSecret": {
"value": ""
},
"ServicePrincipalObjectID": {
"value": ""
},
"StorageAccountType": {
"value": "Standard_LRS"
},
"Subnet1AddressRange": {
"value": "10.0.0.0/24"
},
"Subnet1Name": {
"value": ""
},
"Subnet1NetworkSecurityGroupName": {
"value": ""
},
"Subnet2AddressRange": {
"value": "10.0.1.0/24"
},
"Subnet2Name": {
"value": ""
},
"Subnet3AddressRange": {
"value": ""
},
"Subnet3Name": {
"value": ""
},
"Subnet4AddressRange": {
"value": ""
},
"Subnet4Name": {
"value": ""
},
"SyncRecoveryCount": {
"value": 3
},
"TerminateUnhealthyVM": {
"value": "no"
},
"VMSSAvailabilityZones": {
"value": []
},
"VMSSPlacementGroups": {
"value": "single"
},
"VnetAddressSpace": {
"value": "10.0.0.0/16"
},
"VnetDeploymentMethod": {
"value": "create new"
},
"VnetName": {
"value": ""
},
"VnetResourceGroupName": {
"value": ""
}
}
}
2 changes: 1 addition & 1 deletion templates/link_template.database.access_restriction.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"AllowAccessFromSubnetIds": {
"type": "array"
Expand Down
2 changes: 1 addition & 1 deletion templates/link_template.database.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"DatabaseAccountName": {
"type": "String"
Expand Down
2 changes: 1 addition & 1 deletion templates/link_template.faz_integration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"AdminPassword": {
"type": "SecureString"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"AllowAccessFromIPAddresses": {
"type": "array"
Expand Down
2 changes: 1 addition & 1 deletion templates/link_template.function_app.configuration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"AdminPortNumber": {
"type": "Int"
Expand Down
2 changes: 1 addition & 1 deletion templates/link_template.function_app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"FunctionAppName": {
"type": "String"
Expand Down
6 changes: 3 additions & 3 deletions templates/link_template.function_app.setup.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"AdminPortNumber": {
"type": "Int"
Expand Down Expand Up @@ -130,7 +130,7 @@
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "https://raw.githubusercontent.com/fortinet/fortigate-autoscale-azure/3.5.1/templates/link_template.function_app.configuration.json"
"uri": "https://raw.githubusercontent.com/fortinet/fortigate-autoscale-azure/3.5.2-dev.2/templates/link_template.function_app.configuration.json"
},
"parameters": {
"AdminPortNumber": {
Expand Down Expand Up @@ -263,7 +263,7 @@
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "https://raw.githubusercontent.com/fortinet/fortigate-autoscale-azure/3.5.1/templates/link_template.function_app.access_restriction.json"
"uri": "https://raw.githubusercontent.com/fortinet/fortigate-autoscale-azure/3.5.2-dev.2/templates/link_template.function_app.access_restriction.json"
},
"parameters": {
"AllowAccessFromIPAddresses": {
Expand Down
2 changes: 1 addition & 1 deletion templates/link_template.load_balancer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"ExternalLBBackendPoolNames": {
"type": "Array"
Expand Down
2 changes: 1 addition & 1 deletion templates/link_template.vmss.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"AdminPassword": {
"type": "SecureString"
Expand Down
4 changes: 2 additions & 2 deletions templates/link_template.vnet.configuration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"NetworkSecurityGroupRulesSubnet1Inbound": {
"type": "Array"
Expand Down Expand Up @@ -80,7 +80,7 @@
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "https://raw.githubusercontent.com/fortinet/fortigate-autoscale-azure/3.5.1/templates/template_function.join_string_array.json"
"uri": "https://raw.githubusercontent.com/fortinet/fortigate-autoscale-azure/3.5.2-dev.2/templates/template_function.join_string_array.json"
},
"parameters": {
"InputString": {
Expand Down
4 changes: 2 additions & 2 deletions templates/link_template.vnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"Subnets": {
"type": "array",
Expand Down Expand Up @@ -79,7 +79,7 @@
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "https://raw.githubusercontent.com/fortinet/fortigate-autoscale-azure/3.5.1/templates/template_function.join_string_array.json"
"uri": "https://raw.githubusercontent.com/fortinet/fortigate-autoscale-azure/3.5.2-dev.2/templates/template_function.join_string_array.json"
},
"parameters": {
"InputString": {
Expand Down
4 changes: 2 additions & 2 deletions templates/template_function.join_string_array.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "3.5.1.0",
"contentVersion": "3.5.2.0",
"parameters": {
"InputString": {
"defaultValue": "",
Expand Down Expand Up @@ -32,7 +32,7 @@
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "https://raw.githubusercontent.com/fortinet/fortigate-autoscale-azure/3.5.1/templates/template_function.join_string_array.json"
"uri": "https://raw.githubusercontent.com/fortinet/fortigate-autoscale-azure/3.5.2-dev.2/templates/template_function.join_string_array.json"
},
"parameters": {
"InputString": {
Expand Down

0 comments on commit db5edfb

Please sign in to comment.