ci: update e2e apimodel to 2004 (#1068)
* chore: update apimodel to 2004
This commit is contained in:
Родитель
4a4370b0be
Коммит
7c2aa30b7a
|
@ -206,15 +206,6 @@ stages:
|
|||
displayName: AKS Swift
|
||||
pipelineBuildImage: "$(BUILD_IMAGE)"
|
||||
|
||||
- template: singletenancy/aks-engine/e2e-job-template.yaml
|
||||
parameters:
|
||||
name: "ubuntu_16_04_linux_e2e"
|
||||
displayName: Ubuntu 16.04
|
||||
pipelineBuildImage: "$(BUILD_IMAGE)"
|
||||
clusterDefinition: "cniLinux1604.json"
|
||||
clusterDefinitionCniTypeKey: "azureCNIURLLinux"
|
||||
clusterDefinitionCniBuildOS: "linux"
|
||||
clusterDefinitionCniBuildExt: ".tgz"
|
||||
|
||||
- template: singletenancy/aks-engine/e2e-job-template.yaml
|
||||
parameters:
|
||||
|
@ -236,13 +227,24 @@ stages:
|
|||
clusterDefinitionCniBuildOS: "windows"
|
||||
clusterDefinitionCniBuildExt: ".zip"
|
||||
|
||||
|
||||
- template: singletenancy/aks-engine/e2e-job-template.yaml
|
||||
parameters:
|
||||
name: "windows_20_04_e2e"
|
||||
displayName: "Windows 2004"
|
||||
pipelineBuildImage: "$(BUILD_IMAGE)"
|
||||
clusterDefinition: "cniWindows2004.json"
|
||||
clusterDefinitionCniTypeKey: "azureCNIURLWindows"
|
||||
clusterDefinitionCniBuildOS: "windows"
|
||||
clusterDefinitionCniBuildExt: ".zip"
|
||||
|
||||
- stage: cleanup
|
||||
displayName: Cleanup
|
||||
dependsOn:
|
||||
- "aks_swift_e2e"
|
||||
- "ubuntu_16_04_linux_e2e"
|
||||
- "ubuntu_18_04_linux_e2e"
|
||||
- "windows_19_03_e2e"
|
||||
- "windows_20_04_e2e"
|
||||
jobs:
|
||||
- job: delete_remote_artifacts
|
||||
displayName: Delete remote artifacts
|
||||
|
|
|
@ -1,60 +0,0 @@
|
|||
{
|
||||
"apiVersion": "vlabs",
|
||||
"properties": {
|
||||
"orchestratorProfile": {
|
||||
"orchestratorType": "Kubernetes",
|
||||
"orchestratorRelease": "1.17",
|
||||
"kubernetesConfig": {
|
||||
"networkPlugin": "azure",
|
||||
"networkPolicy": "azure",
|
||||
"azureCNIVersion": "",
|
||||
"azureCNIURLLinux": "",
|
||||
"apiServerConfig": {
|
||||
"--tls-min-version": "VersionTLS12",
|
||||
"--tls-cipher-suites": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
|
||||
},
|
||||
"addons": [
|
||||
{
|
||||
"name": "azure-npm-daemonset",
|
||||
"enabled": true,
|
||||
"containers": [
|
||||
{
|
||||
"name": "azure-npm-daemonset",
|
||||
"image": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"masterProfile": {
|
||||
"count": 1,
|
||||
"dnsPrefix": "cniLinux",
|
||||
"vmSize": "Standard_D2_v2"
|
||||
},
|
||||
"agentPoolProfiles": [
|
||||
{
|
||||
"name": "agentpool1",
|
||||
"count": 3,
|
||||
"vmSize": "Standard_D2_v2",
|
||||
"availabilityProfile": "AvailabilitySet",
|
||||
"osType": "Linux",
|
||||
"distro": "aks-ubuntu-16.04"
|
||||
}
|
||||
],
|
||||
"linuxProfile": {
|
||||
"adminUsername": "azureuser",
|
||||
"ssh": {
|
||||
"publicKeys": [
|
||||
{
|
||||
"keyData": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"servicePrincipalProfile": {
|
||||
"clientId": "",
|
||||
"secret": ""
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"properties": {
|
||||
"orchestratorProfile": {
|
||||
"orchestratorType": "Kubernetes",
|
||||
"orchestratorRelease": "1.17",
|
||||
"orchestratorRelease": "1.22",
|
||||
"kubernetesConfig": {
|
||||
"networkPlugin": "azure",
|
||||
"networkPolicy": "azure",
|
||||
|
@ -57,4 +57,4 @@
|
|||
"secret": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
"enableAutomaticUpdates": false,
|
||||
"sshEnabled": true,
|
||||
"windowsPublisher": "MicrosoftWindowsServer",
|
||||
"windowsOffer": "WindowsServerSemiAnnual",
|
||||
"windowsSku": "Datacenter-Core-1809-with-Containers-smalldisk",
|
||||
"windowsOffer": "WindowsServer",
|
||||
"windowsSku": "datacenter-core-2004-with-containers-smalldisk",
|
||||
"imageVersion": "latest"
|
||||
},
|
||||
"linuxProfile": {
|
||||
|
@ -58,4 +58,4 @@
|
|||
"secret": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче