зеркало из https://github.com/Azure/acs-engine.git
use westus2 for swarm tests (#3956)
This commit is contained in:
Родитель
6dd1876882
Коммит
962c5a0dc5
|
@ -12,7 +12,7 @@
|
|||
"agentPoolProfiles": [
|
||||
{
|
||||
"name": "agentpool1",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"availabilityProfile": "VirtualMachineScaleSets",
|
||||
"storageProfile": "ManagedDisks",
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
{
|
||||
"name": "agentpublic",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"dnsPrefix": "",
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"availabilityProfile": "VirtualMachineScaleSets",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"agentPoolProfiles": [
|
||||
{
|
||||
"name": "agentpool1",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"OSDiskSizeGB": 200,
|
||||
"availabilityProfile": "AvailabilitySet",
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
{
|
||||
"name": "agentpublic",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"OSDiskSizeGB": 200,
|
||||
"availabilityProfile": "AvailabilitySet",
|
||||
|
|
|
@ -12,14 +12,14 @@
|
|||
"agentPoolProfiles": [
|
||||
{
|
||||
"name": "agentpool1",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"availabilityProfile": "VirtualMachineScaleSets",
|
||||
"storageProfile": "ManagedDisks"
|
||||
},
|
||||
{
|
||||
"name": "agentpublic",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"availabilityProfile": "VirtualMachineScaleSets",
|
||||
"storageProfile": "ManagedDisks",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"orchestratorType": "SwarmMode"
|
||||
},
|
||||
"masterProfile": {
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"dnsPrefix": "",
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"OSDiskSizeGB": 200
|
||||
|
@ -13,7 +13,7 @@
|
|||
"agentPoolProfiles": [
|
||||
{
|
||||
"name": "agent128",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"OSDiskSizeGB": 200,
|
||||
"availabilityProfile": "AvailabilitySet",
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
{
|
||||
"name": "agentpublic",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"dnsPrefix": "",
|
||||
"availabilityProfile": "AvailabilitySet",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"agentPoolProfiles": [
|
||||
{
|
||||
"name": "agentpublic",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"dnsPrefix": "",
|
||||
"ports": [
|
||||
|
|
|
@ -5,14 +5,14 @@
|
|||
"orchestratorType": "SwarmMode"
|
||||
},
|
||||
"masterProfile": {
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"dnsPrefix": "",
|
||||
"vmSize": "Standard_D2_v2"
|
||||
},
|
||||
"agentPoolProfiles": [
|
||||
{
|
||||
"name": "agentpublic",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"dnsPrefix": "",
|
||||
"ports": [
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"orchestratorType": "SwarmMode"
|
||||
},
|
||||
"masterProfile": {
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"dnsPrefix": "",
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"vnetSubnetId": "/subscriptions/SUB_ID/resourceGroups/RG_NAME/providers/Microsoft.Network/virtualNetworks/VNET_NAME/subnets/MASTER_SUBNET_NAME",
|
||||
|
@ -14,13 +14,13 @@
|
|||
"agentPoolProfiles": [
|
||||
{
|
||||
"name": "agentprivate",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"vnetSubnetId": "/subscriptions/SUB_ID/resourceGroups/RG_NAME/providers/Microsoft.Network/virtualNetworks/VNET_NAME/subnets/AGENT_SUBNET_NAME"
|
||||
},
|
||||
{
|
||||
"name": "agentpublic",
|
||||
"count": 3,
|
||||
"count": 1,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"dnsPrefix": "",
|
||||
"vnetSubnetId": "/subscriptions/SUB_ID/resourceGroups/RG_NAME/providers/Microsoft.Network/virtualNetworks/VNET_NAME/subnets/AGENT_SUBNET_NAME",
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"deployments": [
|
||||
{
|
||||
"cluster_definition": "swarm.json"
|
||||
"cluster_definition": "swarm.json",
|
||||
"location": "westus2"
|
||||
},
|
||||
{
|
||||
"cluster_definition": "disks-managed/swarm-preAttachedDisks-vmss.json"
|
||||
"cluster_definition": "disks-managed/swarm-preAttachedDisks-vmss.json",
|
||||
"location": "westus2"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,19 +1,24 @@
|
|||
{
|
||||
"deployments": [
|
||||
{
|
||||
"cluster_definition": "disks-managed/swarmmode-vmas.json"
|
||||
"cluster_definition": "disks-managed/swarmmode-vmas.json",
|
||||
"location": "westus2"
|
||||
},
|
||||
{
|
||||
"cluster_definition": "disks-managed/swarmmode-vmss.json"
|
||||
"cluster_definition": "disks-managed/swarmmode-vmss.json",
|
||||
"location": "westus2"
|
||||
},
|
||||
{
|
||||
"cluster_definition": "disks-storageaccount/swarmmode.json"
|
||||
"cluster_definition": "disks-storageaccount/swarmmode.json",
|
||||
"location": "westus2"
|
||||
},
|
||||
{
|
||||
"cluster_definition": "v20170131/swarmmode.json"
|
||||
"cluster_definition": "v20170131/swarmmode.json",
|
||||
"location": "westus2"
|
||||
},
|
||||
{
|
||||
"cluster_definition": "vnet/swarmmodevnet.json"
|
||||
"cluster_definition": "vnet/swarmmodevnet.json",
|
||||
"location": "westus2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче