Skip to content

Commit

Permalink
Merge pull request #21 from Nickomang/ubuntu-upgrade
Browse files Browse the repository at this point in the history
Added Ubuntu 18.04 template
  • Loading branch information
Nicolas Oman authored Feb 24, 2020
2 parents 8639c70 + b72fd32 commit c1051d7
Show file tree
Hide file tree
Showing 6 changed files with 1,503 additions and 0 deletions.
78 changes: 78 additions & 0 deletions 7-VM-Ubuntu-1804-3-NodeTypes-Secure/AzureDeploy.Parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json",
"contentVersion": "1.0.0.0",
"parameters": {
"clusterLocation": {
"value": "westus"
},
"clusterName": {
"value": "GEN-UNIQUE"
},
"adminUserName": {
"value": "GEN-UNIQUE"
},
"adminPassword": {
"value": "GEN-PASSWORD"
},
"vmImagePublisher": {
"value": "Canonical"
},
"vmImageOffer": {
"value": "UbuntuServer"
},
"vmImageSku": {
"value": "18.04-LTS"
},
"vmImageVersion": {
"value": "latest"
},
"loadBalancedAppPort1": {
"value": 80
},
"loadBalancedAppPort2": {
"value": 8081
},
"clusterProtectionLevel": {
"value": "EncryptAndSign"
},
"certificateStoreValue": {
"value": "My"
},
"certificateThumbprint": {
"value": "GEN-SF-CERT-THUMBPRINT"
},
"sourceVaultValue": {
"value": "GEN-KEYVAULT-RESOURCE-ID"
},
"certificateUrlValue": {
"value": "GEN-SF-CERT-URL"
},
"storageAccountType": {
"value": "Standard_LRS"
},
"supportLogStorageAccountType": {
"value": "Standard_LRS"
},
"applicationDiagnosticsStorageAccountType": {
"value": "Standard_LRS"
},
"nt0InstanceCount": {
"value": 5
},
"vmNodeType0Size": {
"value": "Standard_D2_v2"
},
"nt1InstanceCount": {
"value": 1
},
"vmNodeType1Size": {
"value": "Standard_D2_v2"
},
"nt2InstanceCount": {
"value": 1
},
"vmNodeType2Size": {
"value": "Standard_D2_v2"
}
}
}
Loading

0 comments on commit c1051d7

Please sign in to comment.