File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed
test/e2e/data/infrastructure-cloudstack/v1beta1
cluster-template-invalid-account
cluster-template-invalid-domain
cluster-template-invalid-zone
cluster-template-resource-cleanup Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ run: generate-deepcopy ## Run a controller from your host.
94
94
# Using a flag file here as docker build doesn't produce a target file.
95
95
DOCKER_BUILD_INPUTS =$(MANAGER_BIN_INPUTS ) Dockerfile
96
96
.PHONY : docker-build
97
- docker-build : build-for-docker .dockerflag.mk # # Build docker image containing the controller manager.
97
+ docker-build : generate-deepcopy build-for-docker .dockerflag.mk # # Build docker image containing the controller manager.
98
98
.dockerflag.mk : $(DOCKER_BUILD_INPUTS )
99
99
docker build -t ${IMG} .
100
100
@touch .dockerflag.mk
Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ kind: CloudStackCluster
23
23
metadata :
24
24
name : ${CLUSTER_NAME}
25
25
spec :
26
- zone : ${CLOUDSTACK_ZONE_NAME}
27
- network : ${CLOUDSTACK_NETWORK_NAME}
26
+ zones :
27
+ - name : ${CLOUDSTACK_ZONE_NAME}
28
+ network :
29
+ name : ${CLOUDSTACK_NETWORK_NAME}
28
30
controlPlaneEndpoint :
29
31
host : ${CLUSTER_ENDPOINT_IP}
30
32
port : ${CLUSTER_ENDPOINT_PORT}
Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ kind: CloudStackCluster
3
3
metadata :
4
4
name : ${CLUSTER_NAME}
5
5
spec :
6
- zone : ${CLOUDSTACK_ZONE_NAME}
7
- network : ${CLOUDSTACK_NETWORK_NAME}
6
+ zones :
7
+ - name : ${CLOUDSTACK_ZONE_NAME}
8
+ network :
9
+ name : ${CLOUDSTACK_NETWORK_NAME}
8
10
account : ${CLOUDSTACK_INVALID_ACCOUNT_NAME}
9
11
domain : ${CLOUDSTACK_DOMAIN_NAME}
10
12
controlPlaneEndpoint :
Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ kind: CloudStackCluster
3
3
metadata :
4
4
name : ${CLUSTER_NAME}
5
5
spec :
6
- zone : ${CLOUDSTACK_ZONE_NAME}
7
- network : ${CLOUDSTACK_NETWORK_NAME}
6
+ zones :
7
+ - name : ${CLOUDSTACK_ZONE_NAME}
8
+ network :
9
+ name : ${CLOUDSTACK_NETWORK_NAME}
8
10
account : ${CLOUDSTACK_ACCOUNT_NAME}
9
11
domain : ${CLOUDSTACK_INVALID_DOMAIN_NAME}
10
12
controlPlaneEndpoint :
Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ kind: CloudStackCluster
3
3
metadata :
4
4
name : ${CLUSTER_NAME}
5
5
spec :
6
- zone : ${CLOUDSTACK_INVALID_ZONE_NAME}
7
- network : ${CLOUDSTACK_NETWORK_NAME}
6
+ zones :
7
+ - name : ${CLOUDSTACK_INVALID_ZONE_NAME}
8
+ network :
9
+ name : ${CLOUDSTACK_NETWORK_NAME}
8
10
controlPlaneEndpoint :
9
11
host : ${CLUSTER_ENDPOINT_IP}
10
12
port : ${CLUSTER_ENDPOINT_PORT}
Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ kind: CloudStackCluster
3
3
metadata :
4
4
name : ${CLUSTER_NAME}
5
5
spec :
6
- zone : ${CLOUDSTACK_ZONE_NAME}
7
- network : ${CLOUDSTACK_NEW_NETWORK_NAME}
6
+ zones :
7
+ - name : ${CLOUDSTACK_ZONE_NAME}
8
+ network :
9
+ name : ${CLOUDSTACK_NEW_NETWORK_NAME}
8
10
controlPlaneEndpoint :
9
11
host : ${CLUSTER_ENDPOINT_NEW_IP}
10
12
port : ${CLUSTER_ENDPOINT_PORT}
You can’t perform that action at this time.
0 commit comments