aks-engine-azurestack/test/e2e/test_cluster_configs/kamino.json

34 строки
544 B
JSON

{
"env": {
"GINKGO_FOCUS": "should be able to install vmss node prototype",
"RUN_VMSS_NODE_PROTOTYPE": true
},
"apiModel": {
"apiVersion": "vlabs",
"properties": {
"masterProfile": {
"count": 1,
"dnsPrefix": "",
"vmSize": "Standard_D2_v3"
},
"agentPoolProfiles": [
{
"name": "poollinux1",
"count": 1,
"vmSize": "Standard_D2_v3"
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
}
}
}
}