-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instructions to run vSphere e2e tests locally
Signed-off-by: Furkat Gofurov <[email protected]>
- Loading branch information
1 parent
9b20f48
commit 1e1ad6c
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export VSPHERE_TLS_THUMBPRINT="" | ||
export VSPHERE_DATACENTER="" | ||
export VSPHERE_DATASTORE="" | ||
export VSPHERE_FOLDER="" | ||
export VSPHERE_NETWORK="" | ||
export VSPHERE_SERVER="" | ||
export VSPHERE_TEMPLATE="" | ||
export VSPHERE_PASSWORD="" | ||
export VSPHERE_USERNAME="" | ||
export VSPHERE_SSH_AUTHORIZED_KEY="" | ||
export CONTROL_PLANE_ENDPOINT_IP="" | ||
export KUBERNETES_VERSION="" | ||
export CPI_IMAGE_K8S_VERSION="" | ||
export EXP_CLUSTER_RESOURCE_SET="true/false" | ||
export GOVC_URL="" | ||
export GOVC_USERNAME="" | ||
export GOVC_PASSWORD="" | ||
export GOVC_INSECURE="true/false" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters