aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/Azure_ARM_Template/arm_cluster_deploy_parameters.json
blob: a823bb6ea52f9a26bcbd78f9e1a857a0bedd261a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "$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"
    }
  }
}