Skip to content

test(e2e): Set empty env vars for Nutanix e2e vars #749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions test/e2e/config/caren.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,16 +185,18 @@ variables:
AMI_LOOKUP_BASEOS: "rocky-9.1"
AMI_LOOKUP_ORG: "999867407951"
# To run Nutanix provider tests, set following variables here or as an env var
# # IP/FQDN of Prism Central.
# NUTANIX_ENDPOINT: ""
# IP/FQDN of Prism Central.
# NOTE: This has to be overridden by specifying the env var NUTANIX_ENDPOINT when running the e2e tests. It is
# set as empty here to enable running the e2e tests for non-nutanix providers locally without setting the env var.
NUTANIX_ENDPOINT: ""
# # Port of Prism Central. Default: 9440
# NUTANIX_PORT: 9440
# # Disable Prism Central certificate checking. Default: false
# NUTANIX_INSECURE: false
# # Prism Central user
# NUTANIX_USER: ""
NUTANIX_USER: ""
# # Prism Central password
# NUTANIX_PASSWORD: ""
NUTANIX_PASSWORD: ""
# # Host IP to be assigned to the CAPX Kubernetes cluster.
# CONTROL_PLANE_ENDPOINT_IP: ""
# # Port of the CAPX Kubernetes cluster. Default: 6443
Expand Down
Loading