forked from vmware-archive/cf-redis-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.envrc.template
43 lines (35 loc) · 993 Bytes
/
.envrc.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# System tests
export CF_USERNAME=admin
export CF_PASSWORD=
export CF_API="https://api.$CF_SYS_DOMAIN"
export DOPPLER_ADDR="wss://doppler.$CF_SYS_DOMAIN"
export BOSH_MANIFEST=/path/to/bosh/manifest
# URL for bosh director (optional)
# export BOSH_ENVIRONMENT=
# Authentication for bosh
# (basic auth)
# export BOSH_USERNAME=
# export BOSH_PASSWORD=
#
# (or UAA client)
# export BOSH_ENV_LOGIN=true
# export BOSH_CLIENT=
# export BOSH_CLIENT_SECRET=
# CA certificate for bosh (optional)
# export BOSH_CA_CERT_PATH=/path/to/cert
# Jumpbox
# export JUMPBOX_HOST=example.com
# export JUMPBOX_USERNAME=
#
# (password)
# export JUMPBOX_PASSWORD=
# (or private key)
# export JUMPBOX_PRIVATE_KEY_PATH=/path/to/key
# bosh v2 CLI (optional)
# export BOSH_DEPLOYMENT=
# export BOSH_CA_CERT=$BOSH_CA_CERT_PATH
# export BOSH_GW_HOST=$JUMPBOX_HOST
# export BOSH_GW_USER=$JUMPBOX_USERNAME
# export BOSH_GW_PRIVATE_KEY=$JUMPBOX_PRIVATE_KEY_PATH
# log - forwarding tests
# export SYSLOG_TEST_ENDPOINT=