You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to set following vars in either env or caren.yaml
# IP/FQDN of Prism Central.
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: ""
# Prism Central 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
CONTROL_PLANE_ENDPOINT_PORT: 6443
# Name of the Prism Element cluster.
NUTANIX_PRISM_ELEMENT_CLUSTER_NAME: ""
# Name of the OS image pre-uploaded in PC.
NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: ""
# Name of the subnet to be assigned to the VMs.
NUTANIX_SUBNET_NAME: ""
# Name of the storage container to CSI driver
NUTANIX_STORAGE_CONTAINER_NAME: ""
# Username/Password of dockerhub account to avoid download rate limiting
DOCKER_HUB_USERNAME: ""
DOCKER_HUB_PASSWORD: ""
<!--
Copyright 2023 D2iQ, Inc. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
**What problem does this PR solve?**:
Adds Nutanix provider to quick start test
**Which issue(s) this PR fixes**:
Fixes #https://jira.nutanix.com/browse/D2IQ-100400
**How Has This Been Tested?**:
<!--
Please describe the tests that you ran to verify your changes.
Provide output from the tests and any manual steps needed to replicate
the tests.
-->
<pre>
make e2e-test
</pre>
**Special notes for your reviewer**:
<!--
Use this to provide any additional information to the reviewers.
This may include:
- Best way to review the PR.
- Where the author wants the most review attention on.
- etc.
-->
0 commit comments