forked from dell/csi-powerflex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.sh
21 lines (18 loc) · 752 Bytes
/
env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
# This should be like https://111.222.333.444
export X_CSI_VXFLEXOS_ENDPOINT=""
export X_CSI_VXFLEXOS_USER=""
export X_CSI_VXFLEXOS_PASSWORD=""
export X_CSI_VXFLEXOS_INSECURE=""
export X_CSI_VXFLEXOS_SYSTEMNAME=""
export X_CSI_VXFLEXOS_THICKPROVISION=false
export X_CSI_VXFLEXOS_ENABLESNAPSHOTCGDELETE="true"
export X_CSI_VXFLEXOS_ENABLELISTVOLUMESNAPSHOTS="true"
# Variables for using tests
export CSI_ENDPOINT=`pwd`/unix_sock
export STORAGE_POOL="pool_20181126141152"
export SDC_GUID=$(/bin/emc/scaleio/drv_cfg --query_guid)
# Alternate GUID is for another system for testing expose volume to multiple hosts
export ALT_GUID="BD2DD9C4-E930-4409-886B-50DD230C0D62"
#Debug variables for goscaleio library
export GOSCALEIO_SHOWHTTP="true"