cleanup: modify e2e config template

Signed-off-by: 24sama <jacksama@foxmail.com>
This commit is contained in:
24sama 2022-08-31 10:41:30 +08:00
parent 4bebb7cc98
commit 9a61d47adc
3 changed files with 3 additions and 12 deletions

View File

@ -103,10 +103,8 @@ variables:
KKZONE: "cn"
USER_NAME: "ubuntu"
PASSWORD: "Qcloud@123"
INSTANCE01_IP: 172.31.50.190
INSTANCE02_IP: 172.31.50.197
INSTANCE03_IP: 172.31.50.196
CONTROL_PLANE_ENDPOINT_IP: 172.31.50.252
INSTANCES: "[{address: 172.31.50.190}, {address: 172.31.50.197}]"
CONTROL_PLANE_ENDPOINT_IP: "172.31.50.252"
intervals:
default/wait-controllers: [ "5m", "10s" ]

View File

@ -11,13 +11,7 @@ spec:
auth:
user: '${USER_NAME}'
password: '${PASSWORD}'
instances:
- name: '${CLUSTER_NAME}-test1'
address: '${INSTANCE01_IP}'
- name: '${CLUSTER_NAME}-test2'
address: '${INSTANCE02_IP}'
- name: '${CLUSTER_NAME}-test3'
address: '${INSTANCE03_IP}'
instances: '${INSTANCES}'
controlPlaneLoadBalancer:
host: '${CONTROL_PLANE_ENDPOINT_IP}'
---

View File

@ -35,7 +35,6 @@ var _ = Describe("Cluster Creation using Cluster API quick-start test [PR-Blocki
BootstrapClusterProxy: bootstrapClusterProxy,
ArtifactFolder: artifactFolder,
SkipCleanup: skipCleanup,
//Flavor: pointer.String("internal"),
}
})
})