Skip to content

Commit

Permalink
Update env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson authored Dec 21, 2023
1 parent 755b902 commit e9e9729
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# govc vars
export GOVC_USERNAME=<YOUR_NAME>@vsphere.local
export GOVC_PASSWORD=<YOUR_VSPHERE_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
Expand All @@ -21,7 +20,7 @@ export API_KEY=<YOUR_PALETTE_API_KEY>
export PROJECT_UID=<YOUR_PROJECT_ID>
export EDGE_REGISTRATION_TOKEN=<YOUR_REGISTRATION_TOKEN>
export DOMAIN=dev.spectrocloud.com
export PUBLIC_PACK_REPO_UID=<YOUR_PUBLIC_PACK_REPO_UID> # this varies per Palette tenant
export PUBLIC_PACK_REPO_UID=<YOUR_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
Expand All @@ -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 ]

0 comments on commit e9e9729

Please sign in to comment.