Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 9d01adc

Browse files
Cecile Robert-Michonjackfrancis
Cecile Robert-Michon
authored andcommitted
Add regression tests for 3 masters & 5 masters (#2154)
* added multi master configs * fix fmt
1 parent 9f10c3e commit 9d01adc

File tree

3 files changed

+81
-3
lines changed

3 files changed

+81
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"apiVersion": "vlabs",
3+
"properties": {
4+
"orchestratorProfile": {
5+
"orchestratorType": "Kubernetes"
6+
},
7+
"masterProfile": {
8+
"count": 3,
9+
"dnsPrefix": "",
10+
"vmSize": "Standard_D2_v2"
11+
},
12+
"agentPoolProfiles": [
13+
{
14+
"name": "agent",
15+
"count": 3,
16+
"vmSize": "Standard_D2_v2",
17+
"availabilityProfile": "AvailabilitySet"
18+
}
19+
],
20+
"linuxProfile": {
21+
"adminUsername": "azureuser",
22+
"ssh": {
23+
"publicKeys": [
24+
{
25+
"keyData": ""
26+
}
27+
]
28+
}
29+
},
30+
"servicePrincipalProfile": {
31+
"clientId": "",
32+
"secret": ""
33+
}
34+
}
35+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"apiVersion": "vlabs",
3+
"properties": {
4+
"orchestratorProfile": {
5+
"orchestratorType": "Kubernetes"
6+
},
7+
"masterProfile": {
8+
"count": 5,
9+
"dnsPrefix": "",
10+
"vmSize": "Standard_D2_v2"
11+
},
12+
"agentPoolProfiles": [
13+
{
14+
"name": "agent",
15+
"count": 3,
16+
"vmSize": "Standard_D2_v2",
17+
"availabilityProfile": "AvailabilitySet"
18+
}
19+
],
20+
"linuxProfile": {
21+
"adminUsername": "azureuser",
22+
"ssh": {
23+
"publicKeys": [
24+
{
25+
"keyData": ""
26+
}
27+
]
28+
}
29+
},
30+
"servicePrincipalProfile": {
31+
"clientId": "",
32+
"secret": ""
33+
}
34+
}
35+
}

test/acse-conf/acse-regression.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"cluster_definition": "disks-managed/kubernetes-vmas.json",
2929
"category": "managed-disk"
3030
},
31-
{
32-
"cluster_definition": "disks-managed/swarm-preAttachedDisks-vmss.json",
33-
"category": "managed-disk"
31+
{
32+
"cluster_definition": "disks-managed/swarm-preAttachedDisks-vmss.json",
33+
"category": "managed-disk"
3434
},
3535
{
3636
"cluster_definition": "disks-managed/swarmmode-vmas.json",
@@ -81,6 +81,14 @@
8181
"cluster_definition": "kubernetes-config/kubernetes-rescheduler.json",
8282
"category": "config"
8383
},
84+
{
85+
"cluster_definition": "multiple-masters/kubernetes-3-masters.json",
86+
"category": "multimaster"
87+
},
88+
{
89+
"cluster_definition": "multiple-masters/kubernetes-5-masters.json",
90+
"category": "multimaster"
91+
},
8492
{
8593
"cluster_definition": "v20170131/swarmmode.json",
8694
"category": "version"

0 commit comments

Comments
 (0)