File tree Expand file tree Collapse file tree 8 files changed +40
-20
lines changed
test/e2e/data/infrastructure-cloudstack/v1beta1
cluster-template-affinity-group-anti
cluster-template-affinity-group-pro
cluster-template-insufficient-compute-resources
cluster-template-invalid-cp-offering
cluster-template-invalid-template
cluster-template-invalid-worker-offering Expand file tree Collapse file tree 8 files changed +40
-20
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,9 @@ metadata:
66
66
spec :
67
67
template :
68
68
spec :
69
- offering : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
70
- template : ${CLOUDSTACK_TEMPLATE_NAME}
69
+ offering :
70
+ name : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
71
+ template :
72
+ name : ${CLOUDSTACK_TEMPLATE_NAME}
71
73
sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
72
74
---
Original file line number Diff line number Diff line change @@ -29,8 +29,10 @@ metadata:
29
29
spec :
30
30
template :
31
31
spec :
32
- offering : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
33
- template : ${CLOUDSTACK_TEMPLATE_NAME}
32
+ offering :
33
+ name : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
34
+ template :
35
+ name : ${CLOUDSTACK_TEMPLATE_NAME}
34
36
sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
35
37
---
36
38
apiVersion : bootstrap.cluster.x-k8s.io/v1beta1
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ metadata:
6
6
spec :
7
7
template :
8
8
spec :
9
- offering : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
10
- template : ${CLOUDSTACK_TEMPLATE_NAME}
9
+ offering :
10
+ name : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
11
+ template :
12
+ name : ${CLOUDSTACK_TEMPLATE_NAME}
11
13
sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
12
14
affinity : anti
13
15
---
@@ -18,7 +20,9 @@ metadata:
18
20
spec :
19
21
template :
20
22
spec :
21
- offering : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
22
- template : ${CLOUDSTACK_TEMPLATE_NAME}
23
+ offering :
24
+ name : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
25
+ template :
26
+ name : ${CLOUDSTACK_TEMPLATE_NAME}
23
27
sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
24
28
affinity : anti
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ metadata:
6
6
spec :
7
7
template :
8
8
spec :
9
- offering : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
10
- template : ${CLOUDSTACK_TEMPLATE_NAME}
9
+ offering :
10
+ name : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
11
+ template :
12
+ name : ${CLOUDSTACK_TEMPLATE_NAME}
11
13
sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
12
14
affinity : pro
13
15
---
@@ -18,7 +20,9 @@ metadata:
18
20
spec :
19
21
template :
20
22
spec :
21
- offering : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
22
- template : ${CLOUDSTACK_TEMPLATE_NAME}
23
+ offering :
24
+ name : ${CLOUDSTACK_WORKER_MACHINE_OFFERING}
25
+ template :
26
+ name : ${CLOUDSTACK_TEMPLATE_NAME}
23
27
sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
24
28
affinity : pro
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
5
5
spec :
6
6
template :
7
7
spec :
8
- offering : ${CLOUDSTACK_EXTREMELY_LARGE_CONTROL_PLANE_MACHINE_OFFERING}
9
- template : ${CLOUDSTACK_TEMPLATE_NAME}
8
+ offering :
9
+ name : ${CLOUDSTACK_EXTREMELY_LARGE_CONTROL_PLANE_MACHINE_OFFERING}
10
+ template :
11
+ name : ${CLOUDSTACK_TEMPLATE_NAME}
10
12
sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
5
5
spec :
6
6
template :
7
7
spec :
8
- offering : ${CLOUDSTACK_INVALID_CONTROL_PLANE_MACHINE_OFFERING}
9
- template : ${CLOUDSTACK_TEMPLATE_NAME}
8
+ offering :
9
+ name : ${CLOUDSTACK_INVALID_CONTROL_PLANE_MACHINE_OFFERING}
10
+ template :
11
+ name : ${CLOUDSTACK_TEMPLATE_NAME}
10
12
sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
5
5
spec :
6
6
template :
7
7
spec :
8
- offering : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
9
- template : ${CLOUDSTACK_INVALID_TEMPLATE_NAME}
8
+ offering :
9
+ name : ${CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING}
10
+ template :
11
+ name : ${CLOUDSTACK_INVALID_TEMPLATE_NAME}
10
12
sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
5
5
spec :
6
6
template :
7
7
spec :
8
- offering : ${CLOUDSTACK_INVALID_WORKER_MACHINE_OFFERING}
9
- template : ${CLOUDSTACK_TEMPLATE_NAME}
8
+ offering :
9
+ name : ${CLOUDSTACK_INVALID_WORKER_MACHINE_OFFERING}
10
+ template :
11
+ name : ${CLOUDSTACK_TEMPLATE_NAME}
10
12
sshKey : ${CLOUDSTACK_SSH_KEY_NAME}
You can’t perform that action at this time.
0 commit comments