Skip to content

Commit

Permalink
Merge pull request #1484 from 24sama/cluster-api-provider
Browse files Browse the repository at this point in the history
cleanup: modify e2e config template
  • Loading branch information
ks-ci-bot authored Aug 31, 2022
2 parents 59297e6 + 9a61d47 commit eb46080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
}
})
})

0 comments on commit eb46080

Please sign in to comment.