aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/Azure_ARM_Template/arm_cluster_deploy_parameters.json
blob: 081ef7ffc4257ab14056f848fca34519a1e07b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
      "numberOfVms": { "value": 12 },
      "vmSize": { "value": "Standard_D4_v2" },
      "masterScriptName": { "value": "azure-rancher-server.sh" },
      "nodeScriptName": { "value": "azure-k8s-node.sh" },
      "dnslabel": { "value": "ranchercluster" }
  }
}