From e9e97297c037262255f9a5c6e27d75441bfa1cf9 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Thu, 21 Dec 2023 15:15:47 -0700 Subject: [PATCH] Update env.example --- test/env.example | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/test/env.example b/test/env.example index 0301579..23f7e4c 100644 --- a/test/env.example +++ b/test/env.example @@ -1,8 +1,7 @@ +# govc vars export GOVC_USERNAME=@vsphere.local export GOVC_PASSWORD= -# this is the IP address of US VMWare lab -# you can set this to India lab -export GOVC_URL=10.10.128.10 +export GOVC_URL=10.10.128.10 # IP address of USDC; edit as needed export GOVC_INSECURE=true export GOVC_DATACENTER=Datacenter export GOVC_DATASTORE=vsanDatastore2 @@ -21,7 +20,7 @@ export API_KEY= export PROJECT_UID= export EDGE_REGISTRATION_TOKEN= export DOMAIN=dev.spectrocloud.com -export PUBLIC_PACK_REPO_UID= # this varies per Palette tenant +export PUBLIC_PACK_REPO_UID= # this varies per Palette tenant, identify via Chrome inspector on Tenant Admin -> Pack Registries page export CLUSTER_NAME=two-node export CLUSTER_PROFILE_UID= # if left blank, a cluster profile will be created export CLUSTER_VIP= # choose an unassigned VIP @@ -32,5 +31,5 @@ export OCI_REGISTRY=${OCI_REGISTRY:-ttl.sh} export STYLUS_BRANCH=${STYLUS_BRANCH:-two-node} export PROVIDER_K3S_BRANCH=${PROVIDER_K3S_BRANCH:-2-node-health-checks} -# cluster vars -export BACKEND=postgres # postgres or sqlite +# two node vars +export BACKEND=postgres # one of: [ postgres | sqlite ]