remove windows swarm examples and e2e references (#1442)

This commit is contained in:
Jack Francis 2017-09-14 12:48:15 -07:00 коммит произвёл GitHub
Родитель 42ec4b4a3f
Коммит 9d14fa3d93
6 изменённых файлов: 0 добавлений и 234 удалений

Просмотреть файл

@ -1,53 +0,0 @@
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Swarm"
},
"masterProfile": {
"count": 1,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2"
},
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 3,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet",
"storageProfile": "ManagedDisks",
"diskSizesGB": [128, 128, 128, 128],
"osType": "Windows"
},
{
"name": "agentpublic",
"count": 3,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet",
"storageProfile": "ManagedDisks",
"diskSizesGB": [128, 128, 128, 128],
"osType": "Windows",
"ports": [
80,
443,
8080
]
}
],
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "replacepassword1234$"
},
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
}
}
}

Просмотреть файл

@ -1,51 +0,0 @@
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Swarm"
},
"masterProfile": {
"count": 1,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2"
},
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 2,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet",
"storageProfile": "ManagedDisks",
"osType": "Windows"
},
{
"name": "agentpublic",
"count": 2,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet",
"storageProfile": "ManagedDisks",
"dnsPrefix": "",
"osType": "Windows",
"ports": [
80,
443,
8080
]
}
],
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "replacepassword1234$"
},
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
}
}
}

Просмотреть файл

@ -1,51 +0,0 @@
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Swarm"
},
"masterProfile": {
"count": 1,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2"
},
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 2,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "VirtualMachineScaleSets",
"storageProfile": "ManagedDisks",
"osType": "Windows"
},
{
"name": "agentpublic",
"count": 3,
"vmSize": "Standard_D4_v2",
"availabilityProfile": "VirtualMachineScaleSets",
"storageProfile": "ManagedDisks",
"dnsPrefix": "",
"osType": "Windows",
"ports": [
80,
443,
8080
]
}
],
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "replacepassword1234$"
},
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
}
}
}

Просмотреть файл

@ -1,66 +0,0 @@
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Swarm"
},
"masterProfile": {
"count": 1,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2"
},
"agentPoolProfiles": [
{
"name": "agentpublic",
"count": 3,
"vmSize": "Standard_D2_v2",
"dnsPrefix": "",
"osType": "Windows",
"ports": [
80,
443,
8080
]
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
},
"secrets":[
{
"sourceVault":{
"id":""
},
"vaultCertificates":[
{
"certificateUrl" :""
}
]
}
]
},
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "replacepassword1234$",
"secrets":[
{
"sourceVault":{
"id":""
},
"vaultCertificates":[
{
"certificateUrl" :"",
"certificateStore" :""
}
]
}
]
}
}
}

Просмотреть файл

@ -28,10 +28,6 @@
"cluster_definition": "disks-managed/kubernetes-vmas.json",
"location": "eastus"
},
{
"cluster_definition": "disks-managed/swarm-preAttachedDisks-vmas-windows.json",
"location": "eastus"
},
{
"cluster_definition": "disks-managed/swarm-preAttachedDisks-vmss.json",
"location": "southcentralus"

Просмотреть файл

@ -28,10 +28,6 @@
"cluster_definition": "disks-managed/kubernetes-vmas.json",
"category": "managed-disk"
},
{
"cluster_definition": "disks-managed/swarm-preAttachedDisks-vmas-windows.json",
"category": "managed-disk"
},
{
"cluster_definition": "disks-managed/swarm-preAttachedDisks-vmss.json",
"category": "managed-disk"
@ -56,11 +52,6 @@
"cluster_definition": "disks-storageaccount/swarmmode.json",
"category": "sa-disk"
},
{
"cluster_definition": "keyvaultcerts/swarm-windows.json",
"category": "keyvault",
"location": "westus"
},
{
"cluster_definition": "keyvaultcerts/swarmmode.json",
"category": "keyvault",