Skip to content

Commit

Permalink
Introduces the thumbprint value in CI yaml
Browse files Browse the repository at this point in the history
The value gets used to run the CI e2e tests. The value in the
vsphere-dev.yaml is a placeholder which needs to be updated when running
the tests locally.

Signed-off-by: Sagar Muchhal <[email protected]>
  • Loading branch information
srm09 authored and k8s-infra-cherrypick-robot committed Jul 11, 2023
1 parent 39201fa commit 437bc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/config/vsphere-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ variables:
WORKER_MACHINE_COUNT: 1
IP_FAMILY: "IPv4"
CLUSTER_CLASS_NAME: "quick-start"
VSPHERE_TLS_THUMBPRINT: "18:EC:35:60:54:68:92:F6:F8:92:3E:4D:11:A1:0D:13:9C:E9:3E:B6"
VSPHERE_DATACENTER: "SDDC-Datacenter"
VSPHERE_FOLDER: "clusterapi"
VSPHERE_RESOURCE_POOL: "clusterapi"
Expand Down
1 change: 1 addition & 0 deletions test/e2e/config/vsphere-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ variables:
IP_FAMILY: "IPv4"
CLUSTER_CLASS_NAME: "quick-start"
# Following CAPV variables should be set before testing
VSPHERE_TLS_THUMBPRINT: "10:CD:E8:AA:E5:67:8F:1B:6E:38:B3:60:58:06:9B:D2:A2:31:A3:85"
VSPHERE_SERVER: "vcenter.vmware.com"
VSPHERE_DATACENTER: "SDDC-Datacenter"
VSPHERE_DATASTORE: "WorkloadDatastore"
Expand Down

0 comments on commit 437bc60

Please sign in to comment.