Skip to content

Commit

Permalink
1. fix wording in mantis 0871796
Browse files Browse the repository at this point in the history
2. Add flxexVm license support in template for azure by IFan

Change-Id: I4bfb445f5d985a73000d9b5608ea3f616740d95c
  • Loading branch information
slguo-ftnt committed Jan 5, 2023
1 parent b75dded commit fb88c99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions azure/templates/azure_bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
"type": "string",
"defaultValue": "config system global\n set timezone 02\n end"
},
"flxexVm": {
"type": "string",
"defaultValue": ""
},
"usrCLIUri": {
"type": "string",
"defaultValue": "https://fwbsctesthdhsc.blob.core.windows.net/cloudinitdtest/usr-cli-file.txt?st=2019-08-21T06%3A48%3A00Z&se=2019-08-23T06%3A48%3A29Z&sp=rl&sv=2018-03-28&sr=b&sig=KyqXzuKrw36eqflsAKXuWX9QZh0SCT%2BkayGsAe4mo9I%3D"
Expand All @@ -161,6 +165,7 @@
"usrCLI": "[concat(',\"usr-cli\": \"', parameters('usrCLI'), '\"')]",
"usrCLIUri": "[concat(',\"usr-cli-uri\": \"', parameters('usrCLIUri'), '\"')]",
"usrLicenseUri": "[concat(',\"usr-license-uri\": \"', parameters('usrLicenseUri'), '\"')]",
"flxexVm": "[concat(',\"flex_token\": \"', parameters('flxexVm'), '\"')]",
"customData": "[concat('{', variables('cloudInitd'), variables('usrCLI'), variables('usrCLIUri'), variables('usrLicenseUri'), '}')]"
},
"resources": [
Expand Down
2 changes: 1 addition & 1 deletion azure/templates/deploy_fwb_ha.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
],
"defaultValue": "Availability Set",
"metadata": {
"description": "Deploy FortiGate VMs in an Availability Set or Availability Zones. If Availability Zones deployment is selected but the location does not support Availability Zones an Availability Set will be deployed. If Availability Zones deployment is selected and Availability Zones are available in the location, FortiGate A will be placed in Zone 1, FortiGate B will be placed in Zone 2"
"description": "Deploy FortiWeb VMs in an Availability Set or Availability Zones. If Availability Zones deployment is selected but the location does not support Availability Zones an Availability Set will be deployed. If Availability Zones deployment is selected and Availability Zones are available in the location, FortiWeb A will be placed in Zone 1, FortiWeb B will be placed in Zone 2"
}
},
"acceleratedNetworking": {
Expand Down

0 comments on commit fb88c99

Please sign in to comment.